HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 51 - 75 of 314) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/openssl/crypto/bn/
bn_add.c 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
140 t1 = *(ap++);
141 t2 = (t1+1) & BN_MASK2;
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
198 t1= *(ap++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)&BN_MASK2
    [all...]
bn_asm.c 387 BN_ULONG t1,t2; local
395 t1=a[0]; t2=b[0];
396 r[0]=(t1-t2-c)&BN_MASK2;
397 if (t1 != t2) c=(t1 < t2);
400 t1=a[1]; t2=b[1];
401 r[1]=(t1-t2-c)&BN_MASK2;
402 if (t1 != t2) c=(t1 < t2);
405 t1=a[2]; t2=b[2]
557 BN_ULONG t1,t2; local
666 BN_ULONG t1,t2; local
711 BN_ULONG t1,t2; local
792 BN_ULONG t1,t2; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4_long.cpp 204 Int32 t1; local
255 t1 = temp3 + temp4;
257 *(pData1++) = (r1 + t1);
259 *(pData2++) = (r1 - t1);
271 t1 = temp3 + temp4;
273 *pData1 = (s1 + t1);
274 *pData2 = (s1 - t1);
326 t1 = temp3 + temp4;
329 *pData1 = (s1 + t1);
330 s1 = (s1 - t1) << 1
    [all...]
  /bionic/libm/src/
e_sqrt.c 99 u_int32_t r,t1,s1,ix1,q1; local
154 t1 = s1+r;
156 if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
157 s1 = t1+r;
158 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
160 if (ix1 < t1) ix0 -= 1;
161 ix1 -= t1;
232 y0 := k - T1[31&(k>>15)]. ... y ~ sqrt(x) to 8 bits
233 Here k is a 32-bit integer and T1[] is an integer array containing
238 Value of T1
    [all...]
  /external/fdlibm/
e_sqrt.c 100 unsigned r,t1,s1,ix1,q1; local
157 t1 = s1+r;
159 if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
160 s1 = t1+r;
161 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
163 if (ix1 < t1) ix0 -= 1;
164 ix1 -= t1;
236 y0 := k - T1[31&(k>>15)]. ... y ~ ieee_sqrt(x) to 8 bits
237 Here k is a 32-bit integer and T1[] is an integer array containing
242 Value of T1
    [all...]
  /external/ipsec-tools/src/racoon/
misc.c 158 * t1: start
162 timedelta(t1, t2)
163 struct timeval *t1, *t2;
165 if (t2->tv_usec >= t1->tv_usec)
166 return t2->tv_sec - t1->tv_sec +
167 (double)(t2->tv_usec - t1->tv_usec) / 1000000;
169 return t2->tv_sec - t1->tv_sec - 1 +
170 (double)(1000000 + t2->tv_usec - t1->tv_usec) / 1000000;
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
hp_max.cpp 138 Word32 max, t0, t1;
171 t1 = 0L;
174 t1 = L_mac (t1, *p, *p1);
178 t0 = L_sub(L_shl(t0, 1), L_shl(t1, 1));
249 Word32 max, t0, t1; local
282 t1 = 0L;
285 t1 = L_mac(t1, *p, *p1, pOverflow);
290 t1 = L_shl(t1, 1, pOverflow)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 138 Word32 max, t0, t1;
171 t1 = 0L;
174 t1 = L_mac (t1, *p, *p1);
178 t0 = L_sub(L_shl(t0, 1), L_shl(t1, 1));
249 Word32 max, t0, t1; local
282 t1 = 0L;
285 t1 = L_mac(t1, *p, *p1, pOverflow);
290 t1 = L_shl(t1, 1, pOverflow)
    [all...]
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 60 clock_t t1; local
74 t1 = XCLOCK(); while (t1 == XCLOCK()) a ^= 1;
75 t1 = XCLOCK(); while (t1 == XCLOCK()) b ^= 1;
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
lsp_az.cpp 520 Word32 t1; local
545 t1 = *(p_f1++) - *(p_f2++); /* f1[i] - f2[i] */
548 t1 = t1 + ((Word32) 1 << 12);
551 a[j] = (Word16)(t1 >> 13);
  /external/openssl/crypto/des/
qud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
117 t1=z1;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
lsp_az.cpp 520 Word32 t1; local
545 t1 = *(p_f1++) - *(p_f2++); /* f1[i] - f2[i] */
548 t1 = t1 + ((Word32) 1 << 12);
551 a[j] = (Word16)(t1 >> 13);
  /external/dropbear/libtomcrypt/src/math/
tfm_desc.c 410 fp_int t1, t2; local
420 fp_init(&t1);
429 /* t1 = Z * Z */
430 fp_sqr(R->z, &t1);
431 fp_montgomery_reduce(&t1, modulus, mp);
441 /* &t2 = X - T1 */
442 fp_sub(R->x, &t1, &t2);
446 /* T1 = X + T1 */
447 fp_add(&t1, R->x, &t1)
527 fp_int t1, t2, x, y, z; local
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AbstractQueuedSynchronizerTest.java 131 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
136 t1.start();
142 t1.interrupt();
148 t1.join();
172 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
175 assertFalse(sync.isQueued(t1));
178 t1.start();
180 assertTrue(sync.isQueued(t1));
183 assertTrue(sync.isQueued(t1));
185 t1.interrupt()
206 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
237 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
266 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
298 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
330 Thread t1 = new Thread(new InterruptedSyncRunnable(sync)); local
815 Thread t1 = new Thread(new Runnable() { local
876 Thread t1 = new Thread(new Runnable() { local
1066 Thread t1 = new Thread(new Runnable() { local
    [all...]
ReentrantReadWriteLockTest.java 323 Thread t1 = new Thread(new Runnable() { local
337 t1.start();
341 t1.join(MEDIUM_DELAY_MS);
343 assertTrue(!t1.isAlive());
357 Thread t1 = new Thread(new Runnable() { local
371 t1.start();
375 t1.join(MEDIUM_DELAY_MS);
377 assertTrue(!t1.isAlive());
403 Thread t1 = new Thread(new Runnable() { local
417 t1.start()
442 Thread t1 = new Thread(new Runnable() { local
482 Thread t1 = new Thread(new Runnable() { local
533 Thread t1 = new Thread(new Runnable() { local
573 Thread t1 = new Thread(new Runnable() { local
613 Thread t1 = new Thread(new Runnable() { local
1125 Thread t1 = new Thread(new Runnable() { local
1198 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); local
1239 Thread t1 = new Thread(new InterruptedLockRunnable(sync)); local
1274 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); local
1303 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); local
1560 Thread t1 = new Thread(new Runnable() { local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteGeneralTest.java 85 RunStmtThread t1 = new RunStmtThread(); local
86 t1.start();
89 while (t1.isAlive() || t2.isAlive()) {
127 RunStmtThread t1 = new RunStmtThread(); local
128 t1.start();
131 while (t1.isAlive() || t2.isAlive()) {
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 123 DecodeThread t1 = new DecodeThread(); local
125 mBitmapManager.allowThreadDecoding(t1);
127 t1.start();
131 t1.join();
135 assertTrue(mBitmapManager.canThreadDecoding(t1));
136 assertNotNull(t1.getBitmap());
  /external/quake/quake/src/QW/client/
pmovetst.c 180 float t1, t2; local
214 t1 = p1[plane->type] - plane->dist;
219 t1 = DotProduct (plane->normal, p1) - plane->dist;
224 if (t1 >= 0 && t2 >= 0)
226 if (t1 < 0 && t2 < 0)
229 if ( (t1 >= DIST_EPSILON && t2 >= DIST_EPSILON) || (t2 > t1 && t1 >= 0) )
231 if ( (t1 <= -DIST_EPSILON && t2 <= -DIST_EPSILON) || (t2 < t1 && t1 <= 0) )
    [all...]
  /external/openssl/crypto/camellia/
camellia.c 134 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
140 t1 = ir >> 16; \
142 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
143 ^ CAMELLIA_SP3033(t1 & 0xff) \
159 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
165 t1 = klr; \
166 t1 |= lr; \
167 ll ^= t1; \
177 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
183 t1 = ir >> 16;
482 u32 il, ir, t0, t1, w0, w1; local
786 u32 il, ir, t0, t1, w0, w1; \/* temporary variables *\/ local
1216 u32 il, ir, t0, t1; local
1306 u32 il,ir,t0,t1; \/* temporary valiables *\/ local
1399 u32 il,ir,t0,t1; \/* temporary valiables *\/ local
1513 u32 il,ir,t0,t1; \/* temporary valiables *\/ local
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_7.java 44 Thread t1 = new Thread(test); local
47 t1.start();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.java 51 Thread t1 = new Thread(test); local
54 t1.start();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/
T_lreturn_7.java 43 Thread t1 = new Thread(test); local
46 t1.start();
  /external/openssl/crypto/jpake/
jpake.c 219 BIGNUM *t1 = BN_new(); local
226 /* t1 = g^b */
227 BN_mod_exp(t1, zkpg, p->zkpx.b, ctx->p.p, ctx->ctx);
230 /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
231 BN_mod_mul(t3, t1, t2, ctx->p.p, ctx->ctx);
242 BN_free(t1);
319 BIGNUM *t1 = BN_new(); local
324 * t1 = g^xa
326 BN_mod_exp(t1, ctx->p.g, ctx->xa, ctx->p.p, ctx->ctx);
327 /* t2 = t1 * g^{xc} = g^{xa} * g^{xc} = g^{xa + xc} *
355 BIGNUM *t1 = BN_new(); local
388 BIGNUM *t1 = BN_new(); local
    [all...]
  /external/dropbear/libtommath/
bn_mp_div.c 105 mp_int q, x, y, t1, t2; local
131 if ((res = mp_init (&t1)) != MP_OKAY) {
214 mp_zero (&t1);
215 t1.dp[0] = (t - 1 < 0) ? 0 : y.dp[t - 1];
216 t1.dp[1] = y.dp[t];
217 t1.used = 2;
218 if ((res = mp_mul_d (&t1, q.dp[i - t - 1], &t1)) != MP_OKAY) {
227 } while (mp_cmp_mag(&t1, &t2) == MP_GT);
230 if ((res = mp_mul_d (&y, q.dp[i - t - 1], &t1)) != MP_OKAY)
    [all...]
  /external/expat/amiga/
stdlib.c 99 void * memmove (void * t1, const void * t2, size_t len)
101 MoveMem((APTR)t2, t1, len);
102 return t1;

Completed in 3546 milliseconds

1 23 4 5 6 7 8 91011>>