Searched refs:c1 (Results 1 - 25 of 644) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstd.cpp38 int c1, c2; local
42 c1 = tolower(*p1++);
44 } while (c1 != 0 && c1 == c2);
47 c1 = *p1++;
49 } while (c1 != 0 && (c1 == c2 || tolower(c1) == tolower(c2)));
51 c1 = tolower(c1);
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dhashkey.h40 #define HASHKEY1(c1) ((c1)-HASHKEYOFF)
41 #define HASHKEY2(c1,c2) HASHKEYPART(HASHKEY1(c1),c2)
42 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
43 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
44 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dhashkey.h41 #define HASHKEY1(c1) ((c1)-HASHKEYOFF)
42 #define HASHKEY2(c1,c2) HASHKEYPART(HASHKEY1(c1),c2)
43 #define HASHKEY3(c1,c2,c3) HASHKEYPART(HASHKEY2(c1,c2),c3)
44 #define HASHKEY4(c1,c2,c3,c4) HASHKEYPART(HASHKEY3(c1,c2,c3),c4)
45 #define HASHKEY5(c1,c2,c3,c4,c5) HASHKEYPART(HASHKEY4(c1,c
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrcasecmp.c38 unsigned char c1, c2; local
45 c1 = TOLOWER (*p1);
48 if (c1 == '\0')
54 while (c1 == c2);
57 return c1 - c2;
62 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
H A Dstrncasecmp.c38 unsigned char c1, c2; local
45 c1 = TOLOWER (*p1);
48 if (--n == 0 || c1 == '\0')
54 while (c1 == c2);
57 return c1 - c2;
62 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
H A Dmbscasecmp.c80 unsigned char c1, c2; local
84 c1 = TOLOWER (*p1);
87 if (c1 == '\0')
93 while (c1 == c2);
96 return c1 - c2;
101 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dx86_64-gcc.c107 BN_ULONG c1=0; local
109 if (num <= 0) return(c1);
113 mul_add(rp[0],ap[0],w,c1);
114 mul_add(rp[1],ap[1],w,c1);
115 mul_add(rp[2],ap[2],w,c1);
116 mul_add(rp[3],ap[3],w,c1);
121 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
122 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
131 BN_ULONG c1=0; local
352 BN_ULONG c1,c2,c3; local
456 BN_ULONG c1,c2,c3; local
496 BN_ULONG c1,c2,c3; local
572 BN_ULONG c1,c2,c3; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_asm.c73 BN_ULONG c1=0; local
76 if (num <= 0) return(c1);
80 mul_add(rp[0],ap[0],w,c1);
81 mul_add(rp[1],ap[1],w,c1);
82 mul_add(rp[2],ap[2],w,c1);
83 mul_add(rp[3],ap[3],w,c1);
88 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
89 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
98 BN_ULONG c1=0; local
558 BN_ULONG c1,c2,c3; local
667 BN_ULONG c1,c2,c3; local
712 BN_ULONG c1,c2,c3; local
793 BN_ULONG c1,c2,c3; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_asm.c91 BN_ULONG c1=0; local
94 if (num <= 0) return(c1);
98 mul_add(rp[0],ap[0],w,c1);
99 mul_add(rp[1],ap[1],w,c1);
100 mul_add(rp[2],ap[2],w,c1);
101 mul_add(rp[3],ap[3],w,c1);
106 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
107 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
116 BN_ULONG c1=0; local
553 BN_ULONG c1,c2,c3; local
662 BN_ULONG c1,c2,c3; local
707 BN_ULONG c1,c2,c3; local
788 BN_ULONG c1,c2,c3; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/utbm/
H A Dutbm.c92 ucs4_t c1, c2; local
98 c1 = *start;
100 if (0xd800 <= c1 && c1 <= 0xdbff && 0xdc00 <= c2 && c2 <= 0xdfff)
101 c1 = 0x10000 + (((c1 & 0x03ff) << 10) | (c2 & 0x03ff));
104 if (!((c1 ^ sp->ch->uc) & (c1 ^ sp->ch->lc) & (c1 ^ sp->ch->tc))) {
117 ucs4_t c1, c local
264 ucs4_t c1, c2, sentinel; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dwcscasecmp.c38 wchar_t c1, c2; local
41 c1 = towlower_l(*s1, loc);
43 if (c1 != c2)
44 return ((int)c1 - c2);
H A Dwcsncasecmp.c38 wchar_t c1, c2; local
43 c1 = towlower_l(*s1, loc);
45 if (c1 != c2)
46 return ((int)c1 - c2);
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dcns11643_4.h35 unsigned char c1 = s[0]; local
36 if ((c1 >= 0x21 && c1 <= 0x6e)) {
40 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dcollcmp.c39 __collate_range_cmp(wchar_t c1, wchar_t c2, locale_t loc) argument
43 s1[0] = c1;
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-constraint.cxx33 const char *c1, // I - First choice
41 choice1 = new ppdcString(c1);
32 ppdcConstraint(const char *o1, const char *c1, const char *o2, const char *c2) argument
/macosx-10.10.1/groff-38/groff/src/include/
H A Dgeometry.h25 double c0, double c1,
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dgenget.c56 char c1, c2; local
61 c1 = *s1;
63 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
64 if (c1 == '\0')
66 c1 = *++s1;
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
54 c1 = TOLOWER (*p1);
57 if (LENGTH_LIMIT_EXPR (--n == 0) || c1 == '\0')
63 while (c1 == c2);
65 return c1 - c2;
/macosx-10.10.1/gpatch-3/patch/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
54 c1 = TOLOWER (*p1);
57 if (LENGTH_LIMIT_EXPR (--n == 0) || c1 == '\0')
63 while (c1 == c2);
65 return c1 - c2;
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
54 c1 = TOLOWER (*p1);
57 if (LENGTH_LIMIT_EXPR (--n == 0) || c1 == '\0')
63 while (c1 == c2);
65 return c1 - c2;
/macosx-10.10.1/libtelnet-13/
H A Dgenget.c62 char c1, c2; local
67 c1 = *s1;
69 while (LOWER(c1) == LOWER(c2)) {
70 if (c1 == '\0')
72 c1 = *++s1;
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_cipher.rb26 @c1 = OpenSSL::Cipher::Cipher.new("DES-EDE3-CBC")
36 @c1 = @c2 = nil
40 @c1.encrypt.pkcs5_keyivgen(@key, @iv)
42 s1 = @c1.update(@data) + @c1.final
46 @c1.decrypt.pkcs5_keyivgen(@key, @iv)
48 assert_equal(@data, @c1.update(s1)+@c1.final, "decrypt")
53 assert_equal("DES-EDE3-CBC", @c1.name, "name")
55 assert_kind_of(Fixnum, @c1
[all...]
/macosx-10.10.1/system_cmds-643.1.1/sa.tproj/
H A Dmain.c454 struct cmdinfo c1, c2; local
461 memcpy(&c1, d1->data, sizeof(c1));
464 t1 = c1.ci_utime + c1.ci_stime;
470 return (cmp_comm(c1.ci_comm, c2.ci_comm));
479 struct cmdinfo c1, c2; local
482 memcpy(&c1, d1->data, sizeof(c1));
485 t1 = c1
503 struct cmdinfo c1, c2; local
520 struct cmdinfo c1, c2; local
546 struct cmdinfo c1, c2; local
563 struct cmdinfo c1, c2; local
597 struct cmdinfo c1, c2; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrverscmp.c94 unsigned char c1, c2; local
127 c1 = *p1++;
130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
135 c1 = *p1++;
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c51 c1 32bit data
135 static nkf_char s_iconv(nkf_char c2, nkf_char c1, nkf_char c0);
136 static nkf_char e_iconv(nkf_char c2, nkf_char c1, nkf_char c0);
137 static nkf_char w_iconv(nkf_char c2, nkf_char c1, nkf_char c0);
138 static nkf_char w_iconv16(nkf_char c2, nkf_char c1, nkf_char c0);
139 static nkf_char w_iconv32(nkf_char c2, nkf_char c1, nkf_char c0);
140 static void j_oconv(nkf_char c2, nkf_char c1);
141 static void s_oconv(nkf_char c2, nkf_char c1);
142 static void e_oconv(nkf_char c2, nkf_char c1);
143 static void w_oconv(nkf_char c2, nkf_char c1);
512 no_connection2(ARG_UNUSED nkf_char c2, ARG_UNUSED nkf_char c1, ARG_UNUSED nkf_char c0) argument
520 no_connection(nkf_char c2, nkf_char c1) argument
1056 nkf_each_char_to_hex(void (*f)(nkf_char c2,nkf_char c1), nkf_char c) argument
1494 find_inputcode_byfunc(nkf_char (iconv_func)nkf_char c2,nkf_char c1,nkf_char c0)) argument
1509 set_iconv(nkf_char f, nkf_char (*iconv_func)(nkf_char c2,nkf_char c1,nkf_char c0)) argument
1570 is_x0213_2_in_x0212(nkf_char c1) argument
1583 e2s_conv(nkf_char c2, nkf_char c1, nkf_char *p2, nkf_char *p1) argument
1626 s2e_conv(nkf_char c2, nkf_char c1, nkf_char *p2, nkf_char *p1) argument
1730 nkf_utf8_to_unicode(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4) argument
1768 unicode_to_jis_common2(nkf_char c1, nkf_char c0, const unsigned short *const *pp, nkf_char psize, nkf_char *p2, nkf_char *p1) argument
1805 unicode_to_jis_common(nkf_char c2, nkf_char c1, nkf_char c0, nkf_char *p2, nkf_char *p1) argument
1973 e2w_conv(nkf_char c2, nkf_char c1) argument
2034 e2w_combining(nkf_char comb, nkf_char c2, nkf_char c1) argument
2052 w2e_conv(nkf_char c2, nkf_char c1, nkf_char c0, nkf_char *p2, nkf_char *p1) argument
2076 nkf_char c1, c2, c3, c4; local
2120 e_iconv(nkf_char c2, nkf_char c1, nkf_char c0) argument
2184 s_iconv(ARG_UNUSED nkf_char c2, nkf_char c1, ARG_UNUSED nkf_char c0) argument
2232 w_iconv(nkf_char c1, nkf_char c2, nkf_char c3) argument
2309 w_iconv_nocombine(nkf_char c1, nkf_char c2, nkf_char c3) argument
2325 nkf_char c1, c2; local
2352 nkf_char c1, c2; local
2381 w_iconv_combine(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4, nkf_char c5, nkf_char c6) argument
2394 nkf_iconv_utf_16(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4) argument
2425 nkf_iconv_utf_16_combine(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4) argument
2449 nkf_iconv_utf_16_nocombine(nkf_char c1, nkf_char c2) argument
2460 w_iconv16(nkf_char c2, nkf_char c1, ARG_UNUSED nkf_char c0) argument
2467 w_iconv32(nkf_char c2, nkf_char c1, ARG_UNUSED nkf_char c0) argument
2474 utf32_to_nkf_char(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4) argument
2498 nkf_iconv_utf_32(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4) argument
2515 nkf_iconv_utf_32_combine(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4, nkf_char c5, nkf_char c6, nkf_char c7, nkf_char c8) argument
2530 nkf_iconv_utf_32_nocombine(nkf_char c1, nkf_char c2, nkf_char c3, nkf_char c4) argument
2592 j_oconv(nkf_char c2, nkf_char c1) argument
2643 e_oconv(nkf_char c2, nkf_char c1) argument
2719 s_oconv(nkf_char c2, nkf_char c1) argument
2799 w_oconv(nkf_char c2, nkf_char c1) argument
2862 w_oconv16(nkf_char c2, nkf_char c1) argument
2904 w_oconv32(nkf_char c2, nkf_char c1) argument
3010 nkf_char c1 = ptr->buf[1]; local
3367 h_conv(FILE *f, nkf_char c1, nkf_char c2) argument
3691 nkf_char c, c1; local
3736 eol_conv(nkf_char c2, nkf_char c1) argument
3813 fold_conv(nkf_char c2, nkf_char c1) argument
3982 z_conv(nkf_char c2, nkf_char c1) argument
4160 rot_conv(nkf_char c2, nkf_char c1) argument
4172 hira_conv(nkf_char c2, nkf_char c1) argument
4207 iso2022jp_check_conv(nkf_char c2, nkf_char c1) argument
4417 nkf_char c1 = 0; local
4469 nkf_char c1 = 0; local
4612 nkf_char c1, c2, c3; local
4805 nkf_char c1, c2, c3, c4, cc; local
5093 mime_prechar(nkf_char c2, nkf_char c1) argument
5480 base64_conv(nkf_char c2, nkf_char c1) argument
5835 nkf_char c1=0, c2=0, c3=0, c4=0; local
[all...]

Completed in 396 milliseconds

1234567891011>>