Searched refs:t2 (Results 76 - 100 of 664) sorted by relevance

1234567891011>>

/external/speex/libspeex/
H A Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; local
122 t0=(t2=l1*ido);
125 ch[t1<<1]=cc[t1]+cc[t2];
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
128 t2+=ido;
135 t2=t0;
137 t3=t2;
154 t2+=ido;
160 t3=(t2=(t1=ido)-1);
161 t2
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/llvm/unittests/Support/
H A DManagedStatic.cpp50 pthread_t t1, t2; local
52 pthread_create(&t2, &a2, test1::helper, nullptr);
54 pthread_join(t2, nullptr);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt2.h42 @file t2.h
67 @param t2 T2 handle
80 OPJ_BOOL opj_t2_encode_packets( opj_t2_t* t2,
95 @param t2 T2 handle
105 OPJ_BOOL opj_t2_decode_packets( opj_t2_t *t2,
124 @param t2 T2 handle to destroy
126 void opj_t2_destroy(opj_t2_t *t2);
/external/valgrind/memcheck/tests/
H A Dorigin2-not-quite.c17 __attribute__((noinline)) int t2(void);
26 x += t2();
41 __attribute__((noinline)) int t2(void) function
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp55 test<char> t2 = t; local
59 test<wchar_t> t2 = t; local
66 test<char> t2 = t; local
73 test<wchar_t> t2 = t; local
78 test<char> t2 = t; local
82 test<wchar_t> t2 = t; local
/external/boringssl/src/crypto/modes/asm/
H A Dghashv8-armx.pl54 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14));
87 vshr.u64 $t2,$xC2,#63
89 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01
90 vshr.u64 $t2,$IN,#63
92 vand $t2,$t2,$t0
94 vext.8 $t2,$t2,$t2,#8
96 vorr $IN,$IN,$t2
[all...]
/external/boringssl/src/crypto/bn/
H A Dcmp.c64 BN_ULONG t1, t2, *ap, *bp; local
75 t2 = bp[i];
76 if (t1 != t2) {
77 return (t1 > t2) ? 1 : -1;
87 BN_ULONG t1, t2; local
122 t2 = b->d[i];
123 if (t1 > t2) {
125 } if (t1 < t2) {
/external/clang/test/CodeGenCXX/
H A Dmember-functions.cpp71 T t1, t2; local
74 T result = t1 + t2;
H A Dbitfield-layout.cpp13 } t2; variable in typeref:union:Test2
/external/clang/test/Sema/
H A Dcompound-literal.c8 static struct foo t2 = {0,0}; variable in typeref:struct:foo
9 static struct foo t3 = t2; // expected-error {{initializer element is not a compile-time constant}}
H A Dvector-cast.c4 typedef char t2 __attribute__ ((vector_size (16))); typedef
10 t2 v2;
13 v2 = (t2)v1; // expected-error {{invalid conversion between vector type \
14 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}}
16 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
33 void f2(t2 X); // expected-note{{passing argument to parameter 'X' here}}
36 f2(Y); // expected-warning {{incompatible vector types passing 't3' (vector of 4 'float' values) to parameter of type 't2' (vector of 16 'char' values)}}
H A Dwchar.c22 WCHAR_T_TYPE t2[] = "x"; // expected-error {{initializing wide char array with non-wide string literal}} local
/external/clang/test/SemaCXX/
H A Dtrivial-destructor.cpp28 static T2 t2; member in struct:T6
33 T2 t2; member in struct:T7
35 static_assert(!__has_trivial_destructor(T7), "t2 does not have a trivial destructor!");
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp34 const T t2[] = {5, 5, 5}; local
36 C c2(std::begin(t2), std::end(t2));
59 const T t2[] = {5, 5, 5}; local
61 C c2(std::begin(t2), std::end(t2));
83 const T t2[] = {5, 5, 5}; local
85 C c2(std::begin(t2), std::end(t2));
97 const T t2[] local
122 const T t2[] = {5, 5, 5}; local
146 const T t2[] = {5, 5, 5}; local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DTransformingClassLoader.java32 ClassTransformer t2 = (ClassTransformer)t.newInstance();
33 return new TransformingClassGenerator(super.getGenerator(r), t2);
/external/valgrind/helgrind/tests/
H A Dhg02_deadlock.c17 static void *t2(void *v) function
36 pthread_create(&b, NULL, t2, NULL);
H A Dhg03_inherit.c23 static void *t2(void *v) function
46 pthread_create(&b, NULL, t2, (void *)&shared[1]);
/external/valgrind/none/tests/mips64/
H A Dshift_instructions.c25 TEST2("drotr $t2, $t3, 0x1f", reg_val1[i], 0x1f, t2, t3);
29 TEST2("drotr $t2, $t3, 0x1f", reg_val2[i], 0x1f, t2, t3);
38 TEST2("drotr32 $t2, $t3, 0x1f", reg_val1[i], 0x1f, t2, t3);
42 TEST2("drotr32 $t2, $t3, 0x1f", reg_val2[i], 0x1f, t2, t3);
50 TEST1("drotrv $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
51 t0, t1, t2);
[all...]
/external/clang/test/CodeGen/
H A Darm-neon-misc.c24 void t2(uint64_t *src1, uint8_t *src2, uint64x2_t *dst) { function
25 // CHECK: @t2
H A Darm-vaarg-align.c22 double t2(int i, ...) { function
23 // AAPCS: t2
24 // APCS-GNU: t2
H A Darm-vector-align.c24 void t2(char *addr) { function
25 // CHECK: @t2
H A Dasm_arm64.c12 long t2() function
/external/clang/test/Parser/
H A Dcxx-friend.cpp41 template <typename t1, typename t2> class some_template;
/external/libcxx/test/std/thread/thread.mutex/thread.lock/
H A Dtypes.pass.cpp32 T2 t2 = std::try_to_lock; local
/external/ipsec-tools/src/racoon/
H A Dmisc.c159 * t2: end
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;

Completed in 680 milliseconds

1234567891011>>