Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 25 of 142) sorted by relevance

123456

/external/libvorbis/vq/
D44u2.vqs4 haux 44u2/resaux_0.vqd _44u2__short 0,16,2 8
7 haux 44u2/resaux_1.vqd _44u2__long 0,64,2 8
21 :_p1_0 44u2/res_part1_pass2.vqd, 4, nonseq cull, 0 +- 1
22 :_p2_0 44u2/res_part2_pass2.vqd, 4, nonseq cull, 0 +- 1
23 :_p3_0 44u2/res_part3_pass2.vqd, 4, nonseq cull, 0 +- 1 2
24 :_p4_0 44u2/res_part4_pass2.vqd, 4, nonseq cull, 0 +- 1 2
25 :_p5_0 44u2/res_part5_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
27 :_p6_0 44u2/res_part6_pass0.vqd, 2, nonseq cull, 0 +- 5 10 15 20 25 30
28 :_p6_1 44u2/res_part6_pass1.vqd, 2, nonseq cull, 0 +- 1 2
30 :_p7_0 44u2/res_part7_pass0.vqd, 2, nonseq, 0 +- 169 338 507 676
[all …]
D16u.vqs44 haux 16u2/resaux_0.vqd _16u2__short 0,16,2 10
47 haux 16u2/resaux_1.vqd _16u2__long 0,64,2 10
49 :_p1_0 16u2/res_sub0_part1_pass2.vqd, 4, nonseq cull, 0 +- 1
50 :_p2_0 16u2/res_sub0_part2_pass2.vqd, 4, nonseq cull, 0 +- 1 2
51 :_p3_0 16u2/res_sub0_part3_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
52 :_p4_0 16u2/res_sub0_part4_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4 5 6 7 8
54 :_p5_0 16u2/res_sub0_part5_pass0.vqd, 4, nonseq cull, 0 +- 11
55 :_p5_1 16u2/res_sub0_part5_pass1.vqd, 2, nonseq cull, 0 +- 1 2 3 4 5
57 :_p6_0 16u2/res_sub0_part6_pass0.vqd, 2, nonseq cull, 0 +- 5 10 15 20 25 30
58 :_p6_1 16u2/res_sub0_part6_pass1.vqd, 2, nonseq cull, 0 +- 1 2
[all …]
/external/openssl/crypto/des/
Ddes_locl.h215 unsigned int u1,u2,u3; \
217 u2=(int)u>>8L; \
219 u2&=0xfc; \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
229 u2=(int)t>>8L; \
231 u2&=0xfc; \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
243 unsigned int u1,u2,s1,s2; \
245 u2=(int)u>>8L; \
247 u2&=0xfc; \
[all …]
/external/dropbear/libtommath/
Dbn_mp_exteuclid.c23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; in mp_exteuclid() local
26 …if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY)… in mp_exteuclid()
47 if ((err = mp_sub(&u2, &tmp, &t2)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
53 if ((err = mp_copy(&v2, &u2)) != MP_OKAY) { goto _ERR; } in mp_exteuclid()
65 mp_neg(&u2, &u2); in mp_exteuclid()
71 if (U2 != NULL) { mp_exch(U2, &u2); } in mp_exteuclid()
75 _ERR: mp_clear_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL); in mp_exteuclid()
/external/dropbear/libtomcrypt/src/pk/dsa/
Ddsa_verify_hash.c35 void *w, *v, *u1, *u2; in dsa_verify_hash_raw() local
47 if ((err = mp_init_multi(&w, &v, &u1, &u2, NULL)) != CRYPT_OK) { in dsa_verify_hash_raw()
65 …if ((err = mp_mulmod(r, w, key->q, u2)) != CRYPT_OK) { goto erro… in dsa_verify_hash_raw()
69 …if ((err = mp_exptmod(key->y, u2, key->p, u2)) != CRYPT_OK) { goto erro… in dsa_verify_hash_raw()
70 …if ((err = mp_mulmod(u1, u2, key->p, v)) != CRYPT_OK) { goto erro… in dsa_verify_hash_raw()
80 mp_clear_multi(w, v, u1, u2, NULL); in dsa_verify_hash_raw()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DShortArrayCodeOutput.java69 public void write(short u0, short u1, short u2) { in write() argument
72 write(u2); in write()
76 public void write(short u0, short u1, short u2, short u3) { in write() argument
79 write(u2); in write()
84 public void write(short u0, short u1, short u2, short u3, short u4) { in write() argument
87 write(u2); in write()
DCodeOutput.java36 public void write(short u0, short u1, short u2); in write() argument
41 public void write(short u0, short u1, short u2, short u3); in write() argument
46 public void write(short u0, short u1, short u2, short u3, short u4); in write() argument
/external/webkit/Source/WebCore/svg/
DSVGFontElement.cpp135 static bool matches(const String& u1, const String& g1, const String& u2, const String& g2, const S… in matches() argument
141 if (!stringMatchesUnicodeRange(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2) in matches()
148 …ngPairVector& kerningPairs, const String& u1, const String& g1, const String& u2, const String& g2) in kerningForPairOfStringsAndGlyphs() argument
153 if (matches(u1, g1, u2, g2, *it)) in kerningForPairOfStringsAndGlyphs()
160 …orPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) c… in horizontalKerningForPairOfStringsAndGlyphs() argument
165 return kerningForPairOfStringsAndGlyphs(m_horizontalKerningPairs, u1, g1, u2, g2); in horizontalKerningForPairOfStringsAndGlyphs()
168 …orPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) c… in verticalKerningForPairOfStringsAndGlyphs() argument
173 return kerningForPairOfStringsAndGlyphs(m_verticalKerningPairs, u1, g1, u2, g2); in verticalKerningForPairOfStringsAndGlyphs()
DSVGVKernElement.cpp70 String u2 = getAttribute(u2Attr); in buildVerticalKerningPair() local
72 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty())) in buildVerticalKerningPair()
79 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildVerticalKerningPair()
DSVGHKernElement.cpp72 String u2 = getAttribute(u2Attr); in buildHorizontalKerningPair() local
74 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty())) in buildHorizontalKerningPair()
81 && parseKerningUnicodeString(u2, kerningPair.unicodeRange2, kerningPair.unicodeName2)) { in buildHorizontalKerningPair()
/external/elfutils/tests/
Dshow-die-info.c309 Dwarf_Word u2; in handle() local
313 || dwarf_formudata (&attr, &u2) != 0 in handle()
314 || i != (int) u2) in handle()
337 Dwarf_Word u2; in handle() local
341 || dwarf_formudata (&attr, &u2) != 0 in handle()
342 || i != (int) u2) in handle()
366 Dwarf_Word u2; in handle() local
370 || dwarf_formudata (&attr, &u2) != 0 in handle()
371 || i != (int) u2) in handle()
395 Dwarf_Word u2; in handle() local
[all …]
/external/quake/quake/src/WinQuake/
Dd_edge.cpp87 int u, u2, pix; in D_DrawSolidSurface() local
94 u2 = span->u + span->count - 1; in D_DrawSolidSurface()
97 if (u2 - u < 8) in D_DrawSolidSurface()
99 for (u++ ; u <= u2 ; u++) in D_DrawSolidSurface()
107 u2 -= 4; in D_DrawSolidSurface()
108 for ( ; u <= u2 ; u+=4) in D_DrawSolidSurface()
110 u2 += 4; in D_DrawSolidSurface()
111 for ( ; u <= u2 ; u++) in D_DrawSolidSurface()
/external/quake/quake/src/QW/client/
Dd_edge.c87 int u, u2, pix; in D_DrawSolidSurface() local
94 u2 = span->u + span->count - 1; in D_DrawSolidSurface()
97 if (u2 - u < 8) in D_DrawSolidSurface()
99 for (u++ ; u <= u2 ; u++) in D_DrawSolidSurface()
107 u2 -= 4; in D_DrawSolidSurface()
108 for ( ; u <= u2 ; u+=4) in D_DrawSolidSurface()
110 u2 += 4; in D_DrawSolidSurface()
111 for ( ; u <= u2 ; u++) in D_DrawSolidSurface()
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_verify_hash.c51 void *r, *s, *v, *w, *u1, *u2, *e, *p, *m; in ecc_verify_hash() local
70 if ((err = mp_init_multi(&r, &s, &v, &w, &u1, &u2, &p, &e, &m, NULL)) != CRYPT_OK) { in ecc_verify_hash()
112 …if ((err = mp_mulmod(r, w, p, u2)) != CRYPT_OK) … in ecc_verify_hash()
126 …if ((err = ltc_mp.ecc_ptmul(u2, mQ, mQ, m, 0)) != CRYPT_OK) … in ecc_verify_hash()
138 …if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, m)) != CRYPT_OK) … in ecc_verify_hash()
154 mp_clear_multi(r, s, v, w, u1, u2, p, e, m, NULL); in ecc_verify_hash()
/external/webkit/Source/JavaScriptCore/runtime/
DOperations.h87 ALWAYS_INLINE JSValue jsString(ExecState* exec, JSString* s1, const UString& u2) in jsString() argument
91 return jsString(exec, u2); in jsString()
92 unsigned length2 = u2.length(); in jsString()
102 return new (globalData) JSString(globalData, fiberCount, s1, u2); in jsString()
108 ropeBuilder.append(u2); in jsString()
112 ALWAYS_INLINE JSValue jsString(ExecState* exec, const UString& u1, const UString& u2) in jsString() argument
116 return jsString(exec, u2); in jsString()
117 unsigned length2 = u2.length(); in jsString()
124 return new (globalData) JSString(globalData, u1, u2); in jsString()
127 …ALWAYS_INLINE JSValue jsString(ExecState* exec, const UString& u1, const UString& u2, const UStrin… in jsString() argument
[all …]
/external/e2fsprogs/lib/uuid/
Dcompare.c40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); argument
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCodeItem.java169 out.println("regs: " + Hex.u2(getRegistersSize()) + in debugPrint()
170 "; ins: " + Hex.u2(getInsSize()) + "; outs: " + in debugPrint()
171 Hex.u2(getOutsSize())); in debugPrint()
245 out.annotate(2, " registers_size: " + Hex.u2(regSz)); in writeTo0()
246 out.annotate(2, " ins_size: " + Hex.u2(insSz)); in writeTo0()
247 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); in writeTo0()
248 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); in writeTo0()
/external/openssl/crypto/dsa/
Ddsa_ossl.c311 BIGNUM u1,u2,t1; in dsa_do_verify() local
334 BN_init(&u2); in dsa_do_verify()
354 if ((BN_mod_inverse(&u2,sig->s,dsa->q,ctx)) == NULL) goto err; in dsa_do_verify()
365 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err; in dsa_do_verify()
368 if (!BN_mod_mul(&u2,sig->r,&u2,dsa->q,ctx)) goto err; in dsa_do_verify()
380 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont); in dsa_do_verify()
395 BN_free(&u2); in dsa_do_verify()
/external/clang/test/CodeGen/
Dbitfield-2.c107 union __attribute__((packed)) u2 { union
111 union u2 g2 = { 0xdeadbeef };
113 int f2_load(union u2 *a0) { in f2_load()
116 int f2_store(union u2 *a0) { in f2_store()
119 int f2_reload(union u2 *a0) { in f2_reload()
127 union u2 g2 = { 0xdeadbeef }; in test_2()
/external/mksh/src/
Ddot.mkshrc74 print -u2 "${1}: ${d##*$t - }."
88 (*) print -u2 'Usage: dirs [-lvn].'
94 print -u2 'Usage: dirs [-lvn].'
132 (*) print -u2 'Usage: popd [-lvn] [+<n>].'
139 print -u2 popd: Too many arguments.
143 print -u2 popd: Directory stack not that deep.
147 print -u2 popd: Bad directory.
151 print -u2 popd: Directory stack empty.
168 (*) print -u2 'Usage: pushd [-lvn] [<dir>|+<n>].'
175 print -u2 pushd: No other directory.
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DDSASigner.java113 BigInteger u2 = r.multiply(w).mod(params.getQ()); in verifySignature() local
116 u2 = ((DSAPublicKeyParameters)key).getY().modPow(u2, params.getP()); in verifySignature()
118 BigInteger v = u1.multiply(u2).mod(params.getP()).mod(params.getQ()); in verifySignature()
/external/elfutils/libcpu/
Dmemory-access.h84 uint16_t u2; member
97 return bswap_16 (up->u2); in read_2ubyte_unaligned()
98 return up->u2; in read_2ubyte_unaligned()
105 return (int16_t) bswap_16 (up->u2); in read_2sbyte_unaligned()
/external/openssl/crypto/ecdsa/
Decs_ossl.c358 BIGNUM *order, *u1, *u2, *m, *X; in ecdsa_do_verify() local
380 u2 = BN_CTX_get(ctx); in ecdsa_do_verify()
404 if (!BN_mod_inverse(u2, sig->s, order, ctx)) in ecdsa_do_verify()
428 if (!BN_mod_mul(u1, m, u2, order, ctx)) in ecdsa_do_verify()
434 if (!BN_mod_mul(u2, sig->r, u2, order, ctx)) in ecdsa_do_verify()
445 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) in ecdsa_do_verify()
/external/clang/test/SemaCXX/
Dcxx0x-nontrivial-union.cpp13 union u2 { union
16 u2(int k) : k(k) {} in u2() function
17 u2() : nt() {} in u2() function

123456