Searched refs:combine (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dsregex.el483 (defun sregex--engine (exp combine)
486 (if (and combine
487 (eq combine 'suffix)
509 combine))
512 (defun sregex--sequence (exps combine)
513 (if (= (length exps) 1) (sregex--engine (car exps) combine)
517 (if (eq combine 'suffix)
521 (defun sregex--or (exps combine)
522 (if (= (length exps) 1) (sregex--engine (car exps) combine)
526 (if (not (eq combine 'o
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-fre.c97 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
111 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
159 if (!combine)
206 if (!combine)
H A Dcs-tasn-new.c82 int combine);
103 int combine)
117 if (!combine) *pval = NULL;
175 if (!combine)
203 if (!combine)
335 /* NB: could probably combine most of the real XXX_new() behaviour and junk
102 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
127 if (!combine)
174 if (!combine)
H A Dtasn_new.c68 int combine);
89 int combine)
103 if (!combine) *pval = NULL;
161 if (!combine)
189 if (!combine)
321 /* NB: could probably combine most of the real XXX_new() behaviour and junk
88 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DHashing.h344 /// A type trait which is true if we want to combine values for hashing by
511 /// This sets up the state for a recursive hash combine, including getting
527 // with the variadic combine because that formation can have varying
564 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
569 return combine(length, buffer_ptr, buffer_end, args...);
578 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
582 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
585 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
589 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
592 hash_code combine(size_ function in struct:llvm::hashing::detail::hash_combine_recursive_helper
599 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
605 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
611 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
624 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Doverlay.js9 // overlay wins, unless the combine argument was true and not overridden,
23 CodeMirror.overlayMode = function(base, overlay, combine) {
61 // state.overlay.combineTokens always takes precedence over combine,
66 combine && state.overlay.combineTokens == null)
/macosx-10.10/ICU-531.30/icuSources/tools/gennorm2/
H A Dn2builder.h86 UChar32 combine(const Norm &norm, UChar32 trail) const;
H A Dn2builder.cpp142 // Round-trip mapping for a starter that itself does not combine-forward.
422 UChar32 Normalizer2DataBuilder::combine(const Norm &norm, UChar32 trail) const { function in class:Normalizer2DataBuilder
647 return FALSE; // the last starter does not combine forward
657 (starter=combine(*starterNorm, buffer.charAt(combMarkIndex)))>=0
662 return FALSE; // the composite does not combine further
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dnormalize.c250 combine(const uint32_t *in, size_t in_len, function
322 ret = combine(tmp, tmp_len, out, out_len);
/macosx-10.10/vim-55/runtime/syntax/
H A Desterel.vim39 syn keyword esterelStatement repeat times combine with
H A Dmupad.vim88 syn keyword mupadFunction coeff coerce collect combine copyClosure
H A Dmaple.vim226 syn keyword mvLibrary Ei Powmod combine gcdex nextprime sinterp
523 syn keyword mvPkg_student Limit combine intercept maximize powsubs trapezoid
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DBoolean.pm116 Log::Log4perl::Filter::Boolean - Special filter to combine the results of others
133 Sometimes, it's useful to combine the output of various filters to
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_classes.h213 combine(const locale& __other) const;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dapi.txt25 Macros that combine to select data tables for ucdata_load(), ucdata_unload(),
137 This function takes a pair of characters and determines if they combine to
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DRegisterInfoEmitter.cpp535 // Try to combine Idx's compose map into Vec if it is compatible.
537 static bool combine(const CodeGenSubRegIndex *Idx, function
585 if (combine(SubRegIndices[i], Rows[r])) {
594 combine(SubRegIndices[i], Rows.back());
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dnormalizer2impl.cpp812 * If the lead and trail characters combine, then this function returns
828 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) { function in class:Normalizer2Impl
971 * a Jamo T could combine with.
979 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
980 // The starter and the combining mark (c) do combine.
1053 // If c did not combine, then check if it is a starter.
1057 // It may combine with something, prepare for it.
1112 if(b<0 || 0x10ffff<b) { // combine(list, b) requires a valid code point b
1116 return combine(list, b)>>1;
1118 int32_t compositeAndFwd=combine(lis
[all...]
H A Dnormalizer2impl.h507 * the MaybeYes which combine-forward and have ccc=0.
516 // Perhaps the compiler can combine the two tests for MIN_YES_YES_WITH_CC.
572 static int32_t combine(const uint16_t *list, UChar32 trail);
750 * combine both forward (as starters in composition pairs)
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c1004 switch (combine(con, a)) {
1165 switch (combine(con, a)) {
1200 - combine - constraint lands on an arc, what happens?
1204 ^ static int combine(struct arc *, struct arc *);
1207 combine(
1175 combine( function
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c905 switch (combine(con, a)) {
1045 switch (combine(con, a)) {
1074 - combine - constraint lands on an arc, what happens?
1078 ^ static int combine(struct arc *, struct arc *);
1081 combine(con, a) function
/macosx-10.10/libxml2-26/libxml2/
H A Drelaxng.c113 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5665 * Applies the 4.17. combine attribute rule for all the define
5721 * Applies the 4.17. combine attribute rule for all the define
5728 xmlChar *combine; local
5737 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5738 if (combine != NULL) {
5739 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5747 } else if (xmlStrEqual(combine, BAD_CAS
5848 xmlChar *combine; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5664 * Applies the 4.17. combine attribute rule for all the define
5720 * Applies the 4.17. combine attribute rule for all the define
5727 xmlChar *combine; local
5736 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5737 if (combine != NULL) {
5738 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5746 } else if (xmlStrEqual(combine, BAD_CAS
5847 xmlChar *combine; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-gl.el180 The reason is that a user might want to do this is to combine
191 'combine -- combine grouplens scores with gnus scores
820 ((eq gnus-grouplens-override-scoring 'combine)
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dfeedmail.el1399 as described below for ACTION `combine', a list of up to three values.
1410 `combine' Combine aggregate values of like fields with this one.
2188 ((eq action 'combine)
2449 (let ((feedmail-x-mailer-line (list "ignored" (list feedmail-x-mailer-line ";\n\t%s") 'combine)))

Completed in 458 milliseconds

12