Searched refs:c2 (Results 301 - 325 of 664) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml105 | Some (Token.Kwd c2) ->
108 let next_prec = precedence c2 in
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml116 | Some (Token.Kwd c2) ->
119 let next_prec = precedence c2 in
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd187 checkbutton .c2 -text "Request cerificate" -variable ::options(request)
189 grid .c1 .c2 .c3 -in .f3 -sticky news
/macosx-10.10.1/ruby-106/ruby/
H A Ddir.c112 unsigned int c1, c2; local
146 c2 = rb_enc_codepoint(t1, pend, enc);
147 if (nocase) c2 = rb_enc_toupper(c2, enc);
148 if (c1 < c2) continue;
149 c2 = rb_enc_codepoint(t2, pend, enc);
150 if (nocase) c2 = rb_enc_toupper(c2, enc);
151 if (c1 > c2) continue;
161 c2
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep067.tcl154 foreach c2 $c2to {
155 set elist [list $c0 $c1 $c2]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtstnorm.cpp641 UChar32 c1, c2; local
653 c2=iter32.previous();
656 c2=iter32.current();
659 c2=iter32.next();
663 if(c1!=c2) {
669 "got c1=U+%04lx != expected c2=U+%04lx",
670 name, history, c1, c2);
1362 UChar32 c2=combineBackCharsAndCc[2*i]; local
1363 s.append(c2);
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc
[all...]
H A Dcalregts.cpp2732 Calendar *c2 = Calendar::createInstance("ja_JP_TRADITIONAL",status); local
2734 if(!c1 || !c2 || U_FAILURE(status)) {
2739 c2->set(UCAL_HOUR,2);
2740 c1->setTime(c2->getTime(status),status);
2741 // *c1 = *c2;
2744 c2->roll(UCAL_HOUR,(int32_t)3,status);
2748 } else if(*c1 != *c2) {
2752 c1->setTime(c2->getTime(status),status);
2754 c2->roll(UCAL_HOUR,(UBool)FALSE,status);
2758 } else if(*c1 != *c2) {
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c46 const void *c2 )
49 metaconn_t *mc2 = ( metaconn_t * )c2;
73 const void *c2 )
76 metaconn_t *mc2 = ( metaconn_t * )c2;
103 const void *c2 )
106 metaconn_t *mc2 = ( metaconn_t * )c2;
123 void *c2 )
126 metaconn_t *mc2 = ( metaconn_t * )c2;
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUndoManager.idl201 uuid(67B067BE-4DE6-45c2-AD39-A91DFA84FF4E),
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.ih37 static int samesets(register struct re_guts *g, int c1, int c2);
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c1071 int c1, c2, escape, first; local
1103 if ((c2 = getchar()) == EOF)
1105 DIGITIZE(c1, c1, c2);
1141 int c1, c2, first; local
1170 if ((c2 = getchar()) == EOF)
1182 DIGITIZE(*p++, c1, c2);
/macosx-10.10.1/BerkeleyDB-21/db/db_load/
H A Ddb_load.c1056 int c1, c2, escape, first; local
1088 if ((c2 = getchar()) == EOF)
1090 DIGITIZE(c1, c1, c2);
1126 int c1, c2, first; local
1155 if ((c2 = getchar()) == EOF)
1167 DIGITIZE(*p++, c1, c2);
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonBigNum.c419 CCBigNumRef c2 = CCBigNumFromHexString(&status, "43"); // dec 67
427 status = CCBigNumDiv(output, NULL, a, c2);
433 CCBigNumFree(c2);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_io.cpp478 char c1, c2; local
506 while ((c2 = *name2++) != 0) {
507 type = GET_CHAR_TYPE(c2);
524 c2 = (char)type; /* lowercased letter */
528 break; /* deliver c2 */
532 if ((c1|c2)==0) {
537 rc = (int)(unsigned char)c1 - (int)(unsigned char)c2;
H A Dunisetspan.cpp484 UChar c=*s, c2; local
485 if(c>=0xd800 && c<=0xdbff && length>=2 && U16_IS_TRAIL(c2=s[1])) {
486 return set.contains(U16_GET_SUPPLEMENTARY(c, c2)) ? 2 : -2;
493 UChar c=s[length-1], c2; local
494 if(c>=0xdc00 && c<=0xdfff && length>=2 && U16_IS_LEAD(c2=s[length-2])) {
495 return set.contains(U16_GET_SUPPLEMENTARY(c2, c)) ? 2 : -2;
/macosx-10.10.1/awk-20/src/
H A Db.c313 int i, c, c2; local
329 c2 = *p++;
330 if (c2 == '\\')
331 c2 = quoted((char **) &p);
332 if (c > c2) { /* empty; ignore */
337 while (c < c2) {
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dst_parse.c618 char *c2 = cp + 2; local
621 if (!strchr("sue", *c2++)) {
623 c2 - 1);
626 c2 = name(c2, &nm);
632 c2 - 1);
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp337 font_kern_list::font_kern_list(int c1, int c2, int n, font_kern_list *p) argument
338 : i1(c1), i2(c2), amount(n), next(p)
664 char *c2 = strtok(0, WS); local
665 if (c2 == 0) {
684 int i2 = name_to_index(c2);
686 t.error("invalid character `%1'", c2);
/macosx-10.10.1/ruby-106/ruby/ext/pathname/
H A Dpathname.c139 int c1, c2; local
141 c2 = (unsigned char)*p2++;
143 if (c2 == '/') c2 = '\0';
144 if (c1 != c2) {
145 if (c1 < c2)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_thread.rb141 c1 = c2 = 0
144 t2 = Thread.new { loop { c2 += 1 } }
150 break if c1 > c2
155 assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed
538 r << :c2
552 [[:never, :c2],
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dtext.c816 char c2[4]; local
818 c2[0] = '-';
819 c2[1] = ctype;
820 c2[2] = ' ';
821 c2[3] = '\0';
822 taddstr(c2);
/macosx-10.10.1/vim-55/src/
H A Dgetchar.c1524 int c, c2; local
1577 c2 = vgetorpeek(TRUE); /* no mapping for these chars */
1581 if (c2 == KS_MODIFIER)
1586 c = TO_SPECIAL(c2, c);
2108 int c2; local
2114 c2 = typebuf.tb_buf[typebuf.tb_off + mlen];
2117 else if (c2 == K_SPECIAL)
2120 LANGMAP_ADJUST(c2, TRUE);
2121 if (mp->m_keys[mlen] != c2)
4591 char_u c1, c2, c local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dtrie2test.c278 UChar32 prevCP, c, c2; local
305 U16_NEXT(s, sIndex, length, c2);
316 if(c!=c2) {
318 testName, (long)c, (long)c2);
330 U16_PREV(s, 0, sIndex, c2);
341 if(c!=c2) {
343 testName, c, c2);
H A Dutf8tst.c415 UChar32 c, c2, expected; local
457 U8_GET(input, 0, j, -1, c2);
458 if(c2!=c) {
459 log_err("U8_NEXT(from %d)=U+%04x != U+%04x=U8_GET(at %d)\n", i0, c, c2, j);
461 U8_GET_OR_FFFD(input, 0, j, -1, c2);
463 if(c2!=expected) {
464 log_err("U8_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x=U8_GET_OR_FFFD(at %d)\n", i0, expected, c2, j);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c303 int c1, c2;
314 FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c2, str2, i2, i2_byte);
317 c2 = SREF (str2, i2++);
318 c2 = unibyte_char_to_multibyte (c2);
321 if (c1 == c2)
330 tem = Fupcase (make_number (c2));
331 c2 = XINT (tem);
334 if (c1 == c2)
340 if (c1 < c2)
301 int c1, c2; variable
379 int c1, c2; variable
2528 int charset_id, c1 = 0, c2 = 0; variable
2893 int c1, c2, c; local
2951 int charset, c1, c2; local
[all...]

Completed in 337 milliseconds

<<11121314151617181920>>