Searched refs:u1 (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrncasecmp.c73 register unsigned char u1, u2; local
76 u1 = (unsigned char) *s1++;
78 if (charmap[u1] != charmap[u2]) {
79 return charmap[u1] - charmap[u2];
81 if (u1 == '\0') {
H A Dstrncmp.c21 register unsigned char u1, u2; local
25 u1 = (unsigned char) *s1++;
27 if (u1 != u2)
28 return u1 - u2;
29 if (u1 == '\0')
H A Dstrcasecmp.c74 register unsigned char u1, u2; local
77 u1 = (unsigned char) *s1++;
79 if (charmap[u1] != charmap[u2]) {
80 return charmap[u1] - charmap[u2];
82 if (u1 == '\0') {
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest36.conf1 <Macro warnings $u $n $u1 $n1 $u2 $n2>
2 Warning "many warnings! $u $u1 $u2"
H A Dtest35.conf3 <Macro warnings u1 u2 n1 n2 u3>
4 Warning "macro cannot be used just within a comment u1 u2 u3"
/macosx-10.10.1/ruby-106/ruby/test/uri/
H A Dtest_parser.rb12 u1 = URI.parse(url)
17 assert(u0 == u1)
18 assert(u0.eql?(u1))
19 assert(!u0.equal?(u1))
21 assert(u1 == u2)
22 assert(!u1.eql?(u2))
23 assert(!u1.equal?(u2))
34 u1 = p1.parse('http://a/b/%uABCD')
36 uri_to_ary(u1))
37 u1
[all...]
H A Dtest_http.rb28 u1 = URI.parse('http://' + host + '/eFg?HiJ')
30 assert(u1.normalize.host == 'abcd')
31 assert(u1.normalize.path == u1.path)
32 assert(u1.normalize == u2.normalize)
33 assert(!u1.normalize.host.equal?(u1.host))
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dmemcmp.c52 unsigned char u1 = *ptr1, u2 = *ptr2;
54 if (u1 != u2) {
55 return (u1-u2);
51 unsigned char u1 = *ptr1, u2 = *ptr2; local
H A Dstrncasecmp.c88 unsigned char u1, u2;
91 u1 = (unsigned char) *s1;
93 if ((u1 == '\0') || (charmap[u1] != charmap[u2])) {
97 return charmap[u1] - charmap[u2];
127 unsigned char u1, u2;
130 u1 = (unsigned char) *s1;
132 if (charmap[u1] != charmap[u2]) {
133 return charmap[u1] - charmap[u2];
135 if (u1
87 unsigned char u1, u2; local
125 unsigned char u1, u2; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dmemcmp.c56 unsigned char u1 = *ptr1, u2 = *ptr2;
58 if ( u1 != u2) {
59 return (u1-u2);
55 unsigned char u1 = *ptr1, u2 = *ptr2; local
H A Dstrncasecmp.c92 unsigned char u1, u2;
95 u1 = (unsigned char) *s1;
97 if ((u1 == '\0') || (charmap[u1] != charmap[u2])) {
101 return charmap[u1] - charmap[u2];
131 unsigned char u1, u2;
134 u1 = (unsigned char) *s1;
136 if (charmap[u1] != charmap[u2]) {
137 return charmap[u1] - charmap[u2];
139 if (u1
91 unsigned char u1, u2; local
129 unsigned char u1, u2; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dlog.c383 volatile double u1; local
420 /* case 1: u1 = u rounded to 2^-43 absolute. Since u < 2^-8,
421 * u1 has at most 35 bits, and F*u1 is exact, as F has < 8 bits.
425 u1 = u + 513, u1 -= 513;
428 * u1 = u to 24 bits.
431 u1 = u, TRUNC(u1);
432 u2 = (2.0*(f - F*u1)
460 volatile double u1; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/uuid/uuidsrc/
H A Dcompare.c40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_exteuclid.c19 a*u1 + b*u2 = u3
23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
30 /* initialize, (u1,u2,u3) = (1,0,a) */
31 mp_set(&u1, 1);
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
45 if ((err = mp_sub(&u1, &tmp, &t1)) != MP_OKAY) { goto _ERR; }
51 /* (u1,u2,u3) = (v1,v2,v3) */
52 if ((err = mp_copy(&v1, &u1)) != MP_OKAY) { goto _ERR; }
64 mp_neg(&u1,
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dalign.c38 long u1; member in union:_u_
79 bit1 = u.u1 ^ v.u1;
81 bit2 = u.u1 ^ v.u1;
92 bits1 |= u.u1 ^ v.u1;
105 bits1 |= u.u1 ^ v.u1;
111 bits2 |= u.u1
[all...]
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_nonblock.rb57 u1 = UDPSocket.new
59 u1.bind("127.0.0.1", 0)
60 assert_raise(IO::WaitReadable) { u1.recvfrom_nonblock(100) }
62 u2.send("aaa", 0, u1.getsockname)
63 IO.select [u1]
64 mesg, inet_addr = u1.recvfrom_nonblock(100)
70 assert_raise(IO::WaitReadable) { u1.recvfrom_nonblock(100) }
71 u2.send("", 0, u1.getsockname)
73 timeout(1) { IO.select [u1] }
75 mesg, inet_addr = u1
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_ossl.c246 BIGNUM u1,u2,t1; local
251 BN_init(&u1);
259 /* save M in u1 */
260 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
262 /* u1 = M * w mod q */
263 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
281 /* v = ( g^u1 * y^u2 mod p ) mod q */
282 /* let t1 = g ^ u1 mod p */
283 if (!BN_mod_exp_mont(&t1,dsa->g,&u1,ds
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-dsa-eay.c357 BIGNUM u1, u2, t1; local
376 BN_init(&u1);
401 /* save M in u1 */
402 if (BN_bin2bn(dgst, dgst_len, &u1) == NULL) {
406 /* u1 = M * w mod q */
407 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx)) {
427 /* v = g^u1 * y^u2 mod p mod q */
429 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
431 /* u1
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/uuid/
H A Duuid.h46 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
47 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/macosx-10.10.1/ruby-106/ruby/
H A Denum.c52 if (RTEST(rb_funcall(memo->u1.value, id_eqq, 1, i))) {
64 if (RTEST(rb_funcall(memo->u1.value, id_eqq, 1, i))) {
106 if (rb_equal(i, memo->u1.value)) {
185 memo->u1.value = i;
222 return memo->u1.value;
238 memo->u1.value = UINT2NUM(memo->u3.cnt);
251 memo->u1.value = UINT2NUM(memo->u3.cnt);
298 return memo->u1.value;
518 memo->u1.value = i;
521 memo->u1
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/dsa/
H A Dfips_dsa_ossl.c291 BIGNUM u1,u2,t1; local
325 BN_init(&u1);
346 /* save M in u1 */
347 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
349 /* u1 = M * w mod q */
350 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
370 /* v = ( g^u1 * y^u2 mod p ) mod q */
371 /* let t1 = g ^ u1 mod p */
372 if (!BN_mod_exp_mont(&t1,dsa->g,&u1,ds
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_array_interface.py61 u1 = self.type2test([0])
63 self.assertEqual(u1, u1 + self.type2test())
64 self.assertEqual(u1, self.type2test() + u1)
65 self.assertEqual(u1 + self.type2test([1]), u2)
66 self.assertEqual(self.type2test([-1]) + u1, self.type2test([-1, 0]))
/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_ossl.c301 BIGNUM u1,u2,t1; local
322 BN_init(&u1);
345 /* save M in u1 */
346 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
348 /* u1 = M * w mod q */
349 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
364 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
365 /* BN_copy(&u1,&t1); */
366 /* let u1
[all...]
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_collate.c149 const u32 u1 = le32_to_cpu(p1[i]); local
151 if (u1 > u2) {
155 if (u1 < u2) {

Completed in 190 milliseconds

1234