HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 501 - 525 of 1329) sorted by null

<<21222324252627282930>>

  /external/clang/test/CodeGen/
exprs.c 27 int t1 = sizeof(void); variable
30 t1 = sizeof(void);
33 t1 = sizeof(test4());
ms-inline-asm-64.c 4 void t1() { function
7 // CHECK: t1
  /external/fdlibm/
e_log.c 92 double hfsq,f,s,z,R,w,t1,t2,dk; local
127 t1= w*(Lg2+w*(Lg4+w*Lg6));
130 R = t2+t1;
  /external/openssl/crypto/bn/asm/
x86_64-gf2m.pl 38 ($t0,$t1)=("%rbx","%rcx");
66 mov $i0,$t1
69 shr \$2,$t1
73 xor $t1,$hi
124 mov (%rsp,$i1,8),$t1
126 mov $t1,$t0
127 shl \$`8*$n-4`,$t1
131 xor $t1,$lo
142 mov (%rsp,$i1,8),$t1
143 mov $t1,$t
    [all...]
mips.pl 92 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
135 $REG_S $t1,2*$SZREG($sp)
148 $LD $t1,0($a0)
153 $ADDU $t1,$v0
154 sltu $v0,$t1,$v0 # All manuals say it "compares 32-bit
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
163 $ST $t1,0($a0)
215 $LD $t1,0($a0)
217 $ADDU $t1,$v
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_log.h 93 double hfsq,f,s,z,R,w,t1,t2,dk; local
128 t1= w*(Lg2+w*(Lg4+w*Lg6));
131 R = t2+t1;
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 108 t1 = Q / A
185 Given a quadratic q, t1, and t2, find a small quadratic segment.
188 A = c[0]*(1 - t1)*(1 - t1) + 2*c[1]*t1*(1 - t1) + c[2]*t1*t1
189 C = c[3]*(1 - t1)*(1 - t1) + 2*c[2]*t1*(1 - t1) + c[1]*t1*t
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 88 Thread t1 = new aThread(); local
89 t1.start();
95 t1.join();
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips.pl 92 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
135 $REG_S $t1,2*$SZREG($sp)
148 $LD $t1,0($a0)
153 $ADDU $t1,$v0
154 sltu $v0,$t1,$v0 # All manuals say it "compares 32-bit
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
163 $ST $t1,0($a0)
215 $LD $t1,0($a0)
217 $ADDU $t1,$v
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 1390 u8 t1, t2; local
1493 u8 t1, t2; local
1525 u8 t1, t2; local
1559 u8 t1, t2, t3, t4; local
    [all...]
  /external/chromium/net/http/
http_vary_data_unittest.cc 57 TestTransaction t1; local
58 t1.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n");
59 EXPECT_TRUE(v.Init(t1.request, *t1.response));
  /external/chromium_org/net/http/
http_vary_data_unittest.cc 57 TestTransaction t1; local
58 t1.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n");
59 EXPECT_TRUE(v.Init(t1.request, *t1.response.get()));
  /external/clang/test/Analysis/
free.c 5 void t1 () { function
  /external/clang/test/CodeGenCXX/
const-init.cpp 40 double t1[] = { A::d, A::f }; member in namespace:test2
delete.cpp 3 void t1(int *a) { function
76 // CHECK-NEXT: [[T1:%.*]] = bitcast i8* [[ALLOC]] to i64*
77 // CHECK-NEXT: [[COUNT:%.*]] = load i64* [[T1]]
  /external/clang/test/FixIt/
fixit-vexing-parse.cpp 44 T t1(), // expected-warning {{function declaration}} expected-note {{remove parentheses}}
  /external/clang/test/Parser/
ms-inline-asm.c 7 void t1(void) { M } function
  /external/clang/test/Sema/
array-init.c 195 struct s1 {char a; char b;} t1; local
196 struct s2 {struct s1 c;} t2 = { t1 };
198 struct s1 t3[] = {t1, t1, "abc", 0}; //expected-warning{{incompatible pointer to integer conversion initializing 'char' with an expression of type 'char [4]'}}
attr-cleanup.c 9 void t1() function
warn-char-subscripts.c 3 void t1() { function
  /external/clang/test/SemaCXX/
static-assert.cpp 21 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}} variable
vtable-instantiation.cc 4 template<class T1> struct C1 {
6 T1 t1 = 3; // expected-error {{cannot initialize a variable}} local
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 548 #define PRE_REG_READ1(tr, s, t1, a1) \
551 PRA1(s,t1,a1); \
553 #define PRE_REG_READ2(tr, s, t1, a1, t2, a2) \
556 PRA1(s,t1,a1); PRA2(s,t2,a2); \
558 #define PRE_REG_READ3(tr, s, t1, a1, t2, a2, t3, a3) \
561 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3); \
563 #define PRE_REG_READ4(tr, s, t1, a1, t2, a2, t3, a3, t4, a4) \
566 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3); \
569 #define PRE_REG_READ5(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
572 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3);
    [all...]
  /external/valgrind/main/helgrind/tests/
hg02_deadlock.stderr.exp 28 by 0x........: t1 (hg02_deadlock.c:9)
34 by 0x........: t1 (hg02_deadlock.c:10)
  /sdk/emulator/qtools/tests/gtrace/
Makefile 12 $(QTOOLS)/read_trace foo test.elf > t1

Completed in 1319 milliseconds

<<21222324252627282930>>