HomeSort by relevance Sort by last modified time
    Searched refs:t3 (Results 201 - 225 of 478) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/mterp/mips/
OP_USHR_LONG.S 10 GET_OPA(t0) # t3 <- AA
  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.c 220 BIGNUM *t3 = BN_new(); local
229 /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
230 BN_mod_mul(t3, t1, t2, ctx->p.p, ctx->ctx);
232 /* verify t3 == g^r */
233 if(BN_cmp(t3, p->zkpx.gr) == 0)
239 BN_free(t3);
385 BIGNUM *t3 = BN_new(); local
399 /* t3 = t1^t2 = g^{-xb * xd * s} */
400 BN_mod_exp(t3, t1, t2, ctx->p.p, ctx->ctx);
401 /* t1 = gx * t3 = X/g^{xb * xd * s} *
    [all...]
  /external/clang/test/Sema/
array-init.c 198 struct s1 t3[] = {t1, t1, "abc", 0}; //expected-warning{{incompatible pointer to integer conversion initializing 'char' with an expression of type 'char [4]'}} local
199 int t4[sizeof t3 == 6 ? 1 : -1];
  /external/clang/test/SemaCXX/
abstract.cpp 38 void t3(const C&);
42 t3(C()); // expected-error {{allocating an object of abstract class type 'C'}}
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.h 28 uint32_t t1, t2, HWM, t3; local
37 t3 = 0x01000100;
145 "addqh.ph %[Filter1_l], %[Filter1_l], %[t3] \n\t"
146 "addqh.ph %[Filter1_r], %[Filter1_r], %[t3] \n\t"
163 : [t3] "r" (t3), [invhev_l] "r" (invhev_l), [invhev_r] "r" (invhev_r)
202 uint32_t t1, t2, HWM, t3; local
211 t3 = 0x01000100;
318 "addqh.ph %[Filter1_l], %[Filter1_l], %[t3] \n\t"
319 "addqh.ph %[Filter1_r], %[Filter1_r], %[t3] \n\t
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 185 /*needs32*/ int t0, t1, t2, t3; local
206 t3 = -x2 * cospi_8_64 + x3 * cospi_24_64;
210 output[6] = dct_const_round_shift(t3);
216 t3 = dct_const_round_shift(t1);
221 x2 = s7 - t3;
222 x3 = s7 + t3;
228 t3 = x3 * cospi_28_64 + x0 * -cospi_4_64;
232 output[7] = dct_const_round_shift(t3);
243 /*needs32*/ int t0, t1, t2, t3; local
266 t3 = -x2 * cospi_8_64 + x3 * cospi_24_64
369 \/*needs32*\/ int t0, t1, t2, t3; local
674 \/*needs32*\/ int t0, t1, t2, t3; local
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 220 BIGNUM *t3 = BN_new(); local
229 /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
230 BN_mod_mul(t3, t1, t2, ctx->p.p, ctx->ctx);
232 /* verify t3 == g^r */
233 if(BN_cmp(t3, p->zkpx.gr) == 0)
239 BN_free(t3);
385 BIGNUM *t3 = BN_new(); local
399 /* t3 = t1^t2 = g^{-xb * xd * s} */
400 BN_mod_exp(t3, t1, t2, ctx->p.p, ctx->ctx);
401 /* t1 = gx * t3 = X/g^{xb * xd * s} *
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
GeometryMathUtils.java 65 float t3 = d1 - b1; local
72 float u = (t3 * t4 + t5 * t2) / denom;
  /system/core/libcutils/tests/memset_mips/
android_memset_test.S 75 addu $t3,$a0,$t2 /* $t3 is the end marker for loop64 */
94 bne $a0,$t3,.Lloop64
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 280 #define DELEGATE_TO_GL_3(name, glname, t1, t2, t3) \
282 t1 a1, t2 a2, t3 a3) { \
287 #define DELEGATE_TO_GL_3R(name, glname, t1, t2, t3, rt) \
289 t1 a1, t2 a2, t3 a3) { \
294 #define DELEGATE_TO_GL_4(name, glname, t1, t2, t3, t4) \
296 t1 a1, t2 a2, t3 a3, t4 a4) { \
301 #define DELEGATE_TO_GL_5(name, glname, t1, t2, t3, t4, t5) \
303 t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) { \
308 #define DELEGATE_TO_GL_6(name, glname, t1, t2, t3, t4, t5, t6) \
310 t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) {
    [all...]
  /external/clang/test/CodeGen/
builtins-nvptx.c 156 float t3 = __nvvm_sqrt_rn_f(f1); local
complex.c 68 void t3() { function
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 99 t3 RN 11 label
159 USUB8 t3, pos, tC
161 USUB8 t3, neg, tC
211 SEL t3, Q1a, q_1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netax25/
ax25.h 118 unsigned int t3, t3timer; member in struct:ax25_info_struct
157 #define AX25_VALUES_T3 10 /* Default T3 timeout value */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netax25/
ax25.h 118 unsigned int t3, t3timer; member in struct:ax25_info_struct
157 #define AX25_VALUES_T3 10 /* Default T3 timeout value */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netax25/
ax25.h 118 unsigned int t3, t3timer; member in struct:ax25_info_struct
157 #define AX25_VALUES_T3 10 /* Default T3 timeout value */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 143 ("t3", None),
144 ("t3 __init__"+os.extsep+"py", ""),
145 ("t3 sub", None),
146 ("t3 sub __init__"+os.extsep+"py", ""),
147 ("t3 sub subsub", None),
148 ("t3 sub subsub __init__"+os.extsep+"py", "spam = 1"),
152 import t3.sub.subsub namespace
153 self.assertEqual(t3.__name__, "t3")
154 self.assertEqual(t3.sub.__name__, "t3.sub"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 143 ("t3", None),
144 ("t3 __init__"+os.extsep+"py", ""),
145 ("t3 sub", None),
146 ("t3 sub __init__"+os.extsep+"py", ""),
147 ("t3 sub subsub", None),
148 ("t3 sub subsub __init__"+os.extsep+"py", "spam = 1"),
152 import t3.sub.subsub namespace
153 self.assertEqual(t3.__name__, "t3")
154 self.assertEqual(t3.sub.__name__, "t3.sub"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-ia64.S 51 t3=r38; s3=r39;
100 { .mib; LDKEY t3=[rk1],2*KSZ
108 xor s3=s3,t3
123 { .mmi; (p0) LDKEY t3=[rk1],2*KSZ // 1/3:rk[3]
174 (p0) xor t3=t3,te21 };; // 10[9]/3:
178 { .mmi; (p0) xor t3=t3,te03 // 12[10]/3:
182 (p0) xor t3=t3,te32 } // 13[11]/3
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ia64.S 51 t3=r38; s3=r39;
100 { .mib; LDKEY t3=[rk1],2*KSZ
108 xor s3=s3,t3
123 { .mmi; (p0) LDKEY t3=[rk1],2*KSZ // 1/3:rk[3]
174 (p0) xor t3=t3,te21 };; // 10[9]/3:
178 { .mmi; (p0) xor t3=t3,te03 // 12[10]/3:
182 (p0) xor t3=t3,te32 } // 13[11]/3
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
trnserr.cpp 144 Transliterator* t3 = t2->createInverse(status); local
146 delete t3;
149 delete t3;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_sse.h 242 __m128i t3 = _mm_unpackhi_epi32(*c, *d); local
246 *q = _mm_unpacklo_epi64(t2, t3);
247 *r = _mm_unpackhi_epi64(t2, t3);
  /external/icu4c/test/intltest/
trnserr.cpp 144 Transliterator* t3 = t2->createInverse(status); local
146 delete t3;
149 delete t3;
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 242 __m128i t3 = _mm_unpackhi_epi32(*c, *d); local
246 *q = _mm_unpacklo_epi64(t2, t3);
247 *r = _mm_unpackhi_epi64(t2, t3);
  /external/pixman/test/
utils-prng.c 211 uint8_t t1, t2, t3, t4;
215 t3 = randdata.b[i * 4 + 1]; \
219 *buf++ = t3; \

Completed in 1445 milliseconds

1 2 3 4 5 6 7 891011>>