Searched refs:ttt (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A D2009-10-27-crash.cpp37 } ttt; typedef in typeref:struct:__anon2331
39 ttt X = {
/external/elfutils/tests/
H A Drun-addr2line-test.sh26 /home/drepper/gnu/new-bu/build/ttt/f.c:3
28 /home/drepper/gnu/new-bu/build/ttt/b.c:4
30 /home/drepper/gnu/new-bu/build/ttt/f.c:3
32 /home/drepper/gnu/new-bu/build/ttt/b.c:4
34 /home/drepper/gnu/new-bu/build/ttt/f.c:3
36 /home/drepper/gnu/new-bu/build/ttt/b.c:4
38 /home/drepper/gnu/new-bu/build/ttt/f.c:3
40 /home/drepper/gnu/new-bu/build/ttt/b.c:4
63 /home/drepper/gnu/new-bu/build/ttt/f.c:3
79 /home/drepper/gnu/new-bu/build/ttt/
[all...]
H A Drun-dwfllines.sh24 0 0x804842c /home/drepper/gnu/new-bu/build/ttt/m.c:5:0
26 1 0x8048432 /home/drepper/gnu/new-bu/build/ttt/m.c:6:0
28 2 0x804844d /home/drepper/gnu/new-bu/build/ttt/m.c:7:0
30 3 0x8048458 /home/drepper/gnu/new-bu/build/ttt/m.c:8:0
32 4 0x804845a /home/drepper/gnu/new-bu/build/ttt/m.c:8:0
35 0 0x804845c /home/drepper/gnu/new-bu/build/ttt/b.c:4:0
37 1 0x804845f /home/drepper/gnu/new-bu/build/ttt/b.c:5:0
39 2 0x8048464 /home/drepper/gnu/new-bu/build/ttt/b.c:6:0
41 3 0x8048466 /home/drepper/gnu/new-bu/build/ttt/b.c:6:0
44 0 0x8048468 /home/drepper/gnu/new-bu/build/ttt/
[all...]
H A Drun-get-lines.sh26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
39 8048468: /home/drepper/gnu/new-bu/build/ttt/
[all...]
H A Drun-getsrc-die.sh27 /home/drepper/gnu/new-bu/build/ttt/f.c:3
28 /home/drepper/gnu/new-bu/build/ttt/b.c:4
H A Drun-allfcts.sh24 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main
25 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar
26 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo
H A Drun-line2addr.sh24 f.c:4 -> 0x804846b (/home/drepper/gnu/new-bu/build/ttt/f.c:4)
/external/clang/test/Analysis/
H A Dmethod-call-intra-p.cpp9 void ttt(const int &nptr);
20 t.ttt(y);
H A Dnull-deref-ps.c294 void ttt(const int *nptr);
305 fp = (NoConstType)ttt;
H A Dcasts.c72 char ttt(int intSeconds) { function
/external/clang/test/OpenMP/
H A Dtask_firstprivate_codegen.cpp38 S<T> ttt; local
39 S<T> test(ttt);
147 S<double> ttt;
148 S<double> test(ttt);
H A Dtaskloop_firstprivate_codegen.cpp38 S<T> ttt; local
39 S<T> test(ttt);
147 S<double> ttt;
148 S<double> test(ttt);
H A Dtaskloop_simd_firstprivate_codegen.cpp38 S<T> ttt; local
39 S<T> test(ttt);
147 S<double> ttt;
148 S<double> test(ttt);
H A Dtaskloop_lastprivate_codegen.cpp38 S<T> ttt; local
141 S<double> ttt;
H A Dtaskloop_simd_lastprivate_codegen.cpp38 S<T> ttt; local
141 S<double> ttt;
/external/clang/test/Parser/
H A Dtypeof.c10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}} local
/external/lzma/C/
H A DBcj2.c31 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
32 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
33 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
65 UInt32 ttt; local
H A DLzmaDec.c21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
22 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
23 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
58 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
166 unsigned ttt; local
532 unsigned ttt; local
[all...]
/external/strace/tests/
H A Dstrace-ttt.test3 # Check -ttt option.
11 run_strace -ttt -eexecve $args
/external/strace/tests-m32/
H A Dstrace-ttt.test3 # Check -ttt option.
11 run_strace -ttt -eexecve $args
/external/strace/tests-mx32/
H A Dstrace-ttt.test3 # Check -ttt option.
11 run_strace -ttt -eexecve $args
/external/syslinux/gpxe/src/include/gpxe/
H A Discsi.h351 uint32_t ttt; member in struct:iscsi_bhs_data_in
399 uint32_t ttt; member in struct:iscsi_bhs_data_out
435 uint32_t ttt; member in struct:iscsi_bhs_r2t
562 uint32_t ttt; member in struct:iscsi_session
/external/llvm/test/MC/ARM/
H A Dthumbv8m.s178 // CHECK: ttt r0, r1 @ encoding: [0x41,0xe8,0x40,0xf0]
179 ttt r0, r1 label
/external/vulkan-validation-layers/
H A Dvk_layer_documentation_generate.py154 if True in [ttt in line for ttt in self.test_trigger_txt_list]:
/external/syslinux/gpxe/src/net/tcp/
H A Discsi.c329 iscsi->ttt = ntohl ( r2t->ttt );
368 data_out->ttt = htonl ( iscsi->ttt );

Completed in 416 milliseconds

12