Searched refs:c1 (Results 476 - 500 of 644) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c1984 #define CMP4( s, c1, c2, c3, c4 ) \
1985 ( ((unsigned char *) s)[ 0 ] == c1 && ((unsigned char *) s)[ 1 ] == c2 && \
1987 #define CMP5( s, c1, c2, c3, c4, c5 ) \
1988 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
1989 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1990 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1991 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1992 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1993 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1994 ( CMP7( s, c1, c
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c1808 #define CMP4( s, c1, c2, c3, c4 ) \
1809 ( ((unsigned char *) s)[ 0 ] == c1 && ((unsigned char *) s)[ 1 ] == c2 && \
1811 #define CMP5( s, c1, c2, c3, c4, c5 ) \
1812 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
1813 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1814 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1815 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1816 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1817 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1818 ( CMP7( s, c1, c
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema_init.c5442 int part, c, c1, c2, tzoffset, leapyear = 0; local
5451 c1 = *p;
5452 if (!ASCII_DIGIT(c1)) {
5463 c += c1 * 10 - '0' * 11;
5526 c1 = *p;
5527 if (!ASCII_DIGIT(c1)) {
5538 parts[part] = c1 * 10 + c2 - '0' * 11;
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dnode.cpp201 charinfo *get_lig(charinfo *c1, charinfo *c2);
202 int get_kern(charinfo *c1, charinfo *c2, hunits *res);
611 charinfo *tfont::get_lig(charinfo *c1, charinfo *c2) argument
616 if (c1->get_ascii_code() == 'f') {
632 else if (ligature_mode != 2 && c1->nm == SYMBOL_ff) {
649 inline int tfont::get_kern(charinfo *c1, charinfo *c2, hunits *res) argument
654 int n = fm->get_kern(c1->get_index(),
H A Dinput.cpp3646 int c1 = iter1.get(&nd1); local
3647 assert(c1 != EOF);
3651 if (c1 != c2) {
3652 if (c1 == 0)
3658 if (c1 == 0) {
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c1721 float c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10,c11,c12,c13,c14,c15; local
1753 c1 = d1 + d9 ; c9 = ( d1 - d9 ) * b6;
1773 d1 = c1 + c5 ; d5 = ( c1 - c5 ) * b12;
1795 c1 = d1 + d3 ; c3 = ( d1 - d3 ) * b24;
1813 d0 = c0 + c1 ; d1 = ( c0 - c1 ) * b16;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp578 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
586 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one use
596 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
604 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 ha
3566 uint64_t c1 = cast<ConstantSDNode>(N0.getOperand(1))->getZExtValue(); local
3584 uint64_t c1 = local
3605 uint64_t c1 = cast<ConstantSDNode>(N0.getOperand(1))->getZExtValue(); local
3817 uint64_t c1 = cast<ConstantSDNode>(N0.getOperand(1))->getZExtValue(); local
3829 uint64_t c1 = local
[all...]
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Djisx0212.h916 unsigned char c1 = s[0]; local
917 if ((c1 == 0x22) || (c1 >= 0x26 && c1 <= 0x27) || (c1 >= 0x29 && c1 <= 0x2b) || (c1 >= 0x30 && c1 <= 0x6d)) {
921 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c2462 unsigned int c1 = TOUPPER(*p1 & 0xff); local
2464 if (c1 != c2)
2465 return INT2FIX(c1 < c2 ? -1 : 1);
2473 int l1, c1 = rb_enc_ascget(p1, p1end, &l1, enc); local
2476 if (0 <= c1 && 0 <= c2) {
2477 c1 = TOUPPER(c1);
2479 if (c1 != c2)
2480 return INT2FIX(c1 < c2 ? -1 : 1);
5408 * Both strings may use the <code>c1
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl3006 foreach {w0 w1} $what {c0 c1} $cmd {break}
3008 set cmd [string range $info $c0 $c1]
3018 $w tag add $tag $start+${c0}c $start+1c+${c1}c
3025 set info [string range $info $c1 end]
3026 set start [$w index $start+${c1}c]
5527 # c1 - first char of pair
5531 proc ::tkcon::MatchPair {w c1 c2 {lim 1.0}} {
5532 if {[string compare {} [set ix [$w search -back $c1 insert $lim]]]} {
5535 [string compare {} [set ix [$w search -back $c1 $ix-1c $lim]]]
5549 [set ix [$w search -back $c1
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtrn.c867 UChar c1, c2; local
870 c1=*s++;
872 if(c1!=c2 && c2!=0xfffd) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dparse.y3305 unsigned char c, c1;
3308 c = t[i]; c1 = t[i+1];
3311 t[i] = c; t[i+1] = c1;
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dcode-pages.el79 (let ((c1 (aref encode-table v)))
80 (if c1 ; we encode that unicode
81 (aset encode-table c c1)))))
/macosx-10.10.1/gpatch-3/patch/
H A Dconfig.guess521 echo c1-convex-bsd
1068 c1*)
1069 echo c1-convex-bsd
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk338 canvas $itk_component(canvasframe).c1 \
/macosx-10.10.1/ICU-531.30/icuSources/
H A Dconfig.sub548 convex-c1)
549 basic_machine=c1-convex
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dudis86_decode.c916 u->c1 = ( P_C1( u->itab_entry->prefix ) ) ? 1 : 0;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dconfig.sub515 convex-c1)
516 basic_machine=c1-convex
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfig.sub514 convex-c1)
515 basic_machine=c1-convex
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/
H A Dconfig.sub546 convex-c1)
547 basic_machine=c1-convex
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/
H A Dconfig.sub514 convex-c1)
515 basic_machine=c1-convex
/macosx-10.10.1/apache-793/httpd/build/
H A Dconfig.sub548 convex-c1)
549 basic_machine=c1-convex
/macosx-10.10.1/apr-32/apr/apr/build/
H A Dconfig.sub546 convex-c1)
547 basic_machine=c1-convex
/macosx-10.10.1/apr-32/apr-util/apr-util/build/
H A Dconfig.sub528 convex-c1)
529 basic_machine=c1-convex
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/conftools/
H A Dconfig.sub548 convex-c1)
549 basic_machine=c1-convex

Completed in 518 milliseconds

<<11121314151617181920>>