Searched refs:t1 (Results 426 - 450 of 1138) sorted by relevance

<<11121314151617181920>>

/external/libcxxabi/test/
H A Dtest_guard.cpp89 std::thread t1(helper), t2(helper);
90 t1.join();
/external/llvm/unittests/Support/
H A DErrorOrTest.cpp19 ErrorOr<int> t1() {return 1;} function in namespace:__anon26532
23 ErrorOr<int> a = t1();
/external/skia/experimental/Intersection/
H A DCubicUtilities.h38 void sub_divide(const Cubic& src, double t1, double t2, Cubic& dst);
39 void sub_divide(const Cubic& , const _Point& a, const _Point& d, double t1, double t2, _Point [2]);
H A DQuadraticUtilities.h40 void sub_divide(const Quadratic& src, double t1, double t2, Quadratic& dst);
41 _Point sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2);
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner.cc152 void ScanTuple(const Tuple1<A>& t1, ScanningResults* results) { argument
153 ScanParam(t1.a, results);
156 void ScanTuple(const Tuple2<A, B>& t1, ScanningResults* results) { argument
157 ScanParam(t1.a, results);
158 ScanParam(t1.b, results);
161 void ScanTuple(const Tuple3<A, B, C>& t1, ScanningResults* results) { argument
162 ScanParam(t1.a, results);
163 ScanParam(t1.b, results);
164 ScanParam(t1.c, results);
167 void ScanTuple(const Tuple4<A, B, C, D>& t1, ScanningResult argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp54 uint8_t t1, t2; local
55 if(c < 0xe0 && pos != length && (t1 = (u8[pos] - 0x80)) <= 0x3f) {
57 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1];
58 c = ((c & 0x1f) << 6) | t1;
63 (t1 = (u8[pos] - 0x80)) <= 0x3f && (c != 0xe0 || t1 >= 0x20) &&
67 c = (UChar)((c << 12) | (t1 << 6) | t2);
163 uint8_t t1, t2; local
164 if(c < 0xe0 && pos != length && (t1 = (u8[pos] - 0x80)) <= 0x3f) {
166 uint32_t ce32 = trie->data32[trie->index[(UTRIE2_UTF8_2B_INDEX_2_OFFSET - 0xc0) + c] + t1];
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-s390x.pl101 $t1="%r1";
294 sllg $t1,$s0,`0+3`
299 ngr $t1,$mask
313 l $t1,1($t1,$tbl) # Te3[s0>>0]
331 xr $s1,$t1
333 sllg $t1,$s3,`0+3` # i0
336 ngr $t1,$mask
354 x $s0,1($t1,$tbl) # Te3[s3>>0]
363 sllg $t1,
[all...]
H A Daes-parisc.pl55 ($t0,$t1,$t2,$t3) = ("%r5","%r6","%r7","%r8");
111 ldw 16($inp),$t1
115 vshd $s3,$t1,$s3
190 ldw 4($key),$t1
196 xor $t1,$s1,$s1
200 ldw 20($key),$t1
251 xor $acc4,$t1,$t1
253 xor $acc5,$t1,$t1
[all...]
/external/openssl/crypto/ec/
H A Dec2_mult.c86 BIGNUM *t1; local
91 t1 = BN_CTX_get(ctx);
92 if (t1 == NULL) goto err;
95 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
96 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
98 if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err;
99 if (!group->meth->field_mul(group, t1, &group->b, t1, ctx)) goto err;
100 if (!BN_GF2m_add(x, x, t1)) got
118 BIGNUM *t1, *t2; local
[all...]
/external/chromium_org/base/
H A Dtuple_unittest.cc34 Tuple1<int> t1(1);
37 Tuple4<int, int, int, int*> t4(1, 2, 3, &t1.a);
41 EXPECT_EQ(1, t1.a);
59 EXPECT_EQ(1, t1.a);
61 EXPECT_EQ(6, t1.a);
/external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
H A Dghash-armv4.pl326 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
336 vext.8 $t1#lo, $a, $a, #2 @ A2
337 vmull.p8 $t1, $t1#lo, $b @ H = A2*B
344 veor $t1, $t1, $t3 @ M = G + H
349 veor $t1#lo, $t1#lo, $t1#hi @ t1
[all...]
/external/openssl/crypto/modes/asm/
H A Dghash-alpha.pl26 $t1="t1";
277 srl $Zlo,8,$t1
282 zapnot $t1,0x22,$t1
285 or $t0,$t1,$t0
290 srl $Zhi,8,$t1
300 zapnot $t1,0x22,$t1
304 or $t0,$t1,
[all...]
H A Dghash-armv4.pl321 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
331 vext.8 $t1#lo, $a, $a, #2 @ A2
332 vmull.p8 $t1, $t1#lo, $b @ H = A2*B
339 veor $t1, $t1, $t3 @ M = G + H
344 veor $t1#lo, $t1#lo, $t1#hi @ t1
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl116 $t1="r25";
249 mr $t1,$n0
252 lwz $n0,0($t1) ; pull n0[0,1] value
253 lwz $t1,4($t1)
257 insrdi $n0,$t1,32,0
279 extrdi $t1,$t3,16,32
283 std $t1,`$FRAME+8`($sp)
298 lwz $t1,0($ap)
308 lwz $t1,
[all...]
/external/openssl/crypto/bn/
H A Dbn_prime.c410 BIGNUM *t1; local
413 if ((t1 = BN_CTX_get(ctx)) == NULL) goto err;
419 if (!BN_mod(t1,rnd,add,ctx)) goto err;
420 if (!BN_sub(rnd,rnd,t1)) goto err;
448 BIGNUM *t1,*qadd,*q; local
452 t1 = BN_CTX_get(ctx);
462 if (!BN_mod(t1,q,qadd,ctx)) goto err;
463 if (!BN_sub(q,q,t1)) goto err;
468 if (!BN_rshift1(t1,rem)) goto err;
469 if (!BN_add(q,q,t1)) got
[all...]
/external/opencv/cxcore/src/
H A Dcxmeansdv.cpp53 worktype t1 = src[x + (cn)]; \
55 s0 += t0 + t1; \
57 (sqsumtype)(sqr_macro(t1)); \
60 t1 = src[x + 3*(cn)]; \
62 s0 += t0 + t1; \
64 (sqsumtype)(sqr_macro(t1)); \
85 worktype t1 = (src)[x + 1]; \
89 s1 += t1; \
90 sq1 += (sqsumtype)(sqr_macro(t1)); \
99 worktype t1
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305.c76 uint32_t t0, t1, t2, t3; local
89 t1 = U8TO32_LE(in + 4);
97 state->h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
98 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
151 t1 = U8TO32_LE(mp + 4);
156 state->h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
157 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
166 uint32_t t0, t1, t2, t3; local
176 t1 = U8TO32_LE(key + 4);
183 t0 |= t1 <<
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java828 int t1, t2, t3, t4;
926 t1 = pop();
927 push(ELEMENT_OF + t1);
932 t1 = pop();
933 set(arg, t1);
945 t1 = pop();
946 set(arg, t1);
1001 t1 = pop();
1002 push(t1);
1003 push(t1);
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_impl.c94 BIGNUM *t1, *t2; local
103 t1 = BN_CTX_get(ctx);
105 if (t1 == NULL || t2 == NULL) {
122 if (!BN_set_word(t1, 24)) {
130 if (!BN_set_word(t1, 10)) {
144 if (!BN_set_word(t1, 2)) {
153 if (!BN_generate_prime_ex(ret->p, prime_bits, 1, t1, t2, cb)) {
/external/mksh/src/
H A Dexpr.c342 mksh_uari_t res = 0, t1, t2, t3; local
448 t1 = vl->val.i < 0 ? -vl->val.u : vl->val.u;
460 t1 = vl->val.u;
466 t1 = vl->val.u;
470 t1 = vl->val.u;
484 res = t1 * t2;
503 t3 = t1 / t2;
507 res = ((t1 == vl->val.u ? 0 : 1) ^
523 res = t1 + t2;
527 res = t1
[all...]
H A Dtree.c50 struct op *t1; local
137 for (t1 = t->left; t1 != NULL; t1 = t1->right) {
139 w = (const char **)t1->vars;
145 fptreef(shf, indent + INDENT, "%N%T%N;%c", t1->left,
146 t1->u.charflag);
157 t1 = t;
160 t1
967 struct op *t1; local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp44 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
280 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
286 SkDebugf("%s [%d][%d] t1=%1.9g (%1.9g, %1.9g) t2=%1.9g\n", __FUNCTION__,
418 SkDPoint t1[3], t2[3]; local
421 t1[0] = quad1.ptAtT(t1Seed - t1Step);
422 t1[1] = quad1.ptAtT(t1Seed);
423 t1[2] = quad1.ptAtT(t1Seed + t1Step);
428 dist[1][1] = t1[1].distance(t2[1]);
435 dist[i][j] = t1[i].distance(t2[j]);
459 } while (!t1[
[all...]

Completed in 1508 milliseconds

<<11121314151617181920>>