/external/curl/tests/unit/ |
D | unit1600.c | 51 unsigned char *testp = output; variable 54 verify_memory(testp, 60 verify_memory(testp, 67 verify_memory(testp,
|
D | unit1601.c | 40 unsigned char *testp = output; variable 44 verify_memory(testp, 49 verify_memory(testp,
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_fetch_add.pass.cpp | 58 void testp() in testp() function 81 testp<int*>(); in main() 82 testp<const int*>(); in main()
|
D | atomic_fetch_sub.pass.cpp | 58 void testp() in testp() function 81 testp<int*>(); in main() 82 testp<const int*>(); in main()
|
D | atomic_fetch_add_explicit.pass.cpp | 61 testp() in testp() function 86 testp<int*>(); in main() 87 testp<const int*>(); in main()
|
D | atomic_fetch_sub_explicit.pass.cpp | 61 void testp() in testp() function 86 testp<int*>(); in main() 87 testp<const int*>(); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-64.ll | 44 declare { i64, i64 } @testp() 47 %A = tail call { i64, i64} @testp() 65 %A = tail call { i64, i64} @testp() 79 %A = tail call { i64, i64} @testp() 93 %A = tail call { i64, i64} @testp() 109 %A = tail call { i64, i64} @testp() 129 %A = tail call { i64, i64} @testp() 177 %c = tail call { i64, i64 } @testp()
|
/external/iperf3/src/ |
D | iperf_api.c | 2217 iperf_defaults(struct iperf_test *testp) in iperf_defaults() argument 2224 testp->omit = OMIT; in iperf_defaults() 2225 testp->duration = DURATION; in iperf_defaults() 2226 testp->diskfile_name = (char*) 0; in iperf_defaults() 2227 testp->affinity = -1; in iperf_defaults() 2228 testp->server_affinity = -1; in iperf_defaults() 2229 TAILQ_INIT(&testp->xbind_addrs); in iperf_defaults() 2231 CPU_ZERO(&testp->cpumask); in iperf_defaults() 2233 testp->title = NULL; in iperf_defaults() 2234 testp->extra_data = NULL; in iperf_defaults() [all …]
|
D | iperf_api.h | 206 int iperf_defaults(struct iperf_test * testp); 213 void iperf_free_test(struct iperf_test * testp);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tailcall-64.ll | 48 declare { i64, i64 } @testp() 55 %A = tail call { i64, i64} @testp() 82 %A = tail call { i64, i64} @testp() 104 %A = tail call { i64, i64} @testp() 119 %A = tail call { i64, i64} @testp() 136 %A = tail call { i64, i64} @testp() 157 %A = tail call { i64, i64} @testp() 207 %c = tail call { i64, i64 } @testp()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_FCOMI.c | 183 int testp(long flags) in testp() function 320 err |= testp(0); in main() 323 err |= testp(CF|ZF|PF); in main()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 367 __ testp(rax, rax); in CheckNotBackReferenceIgnoreCase() local 742 __ testp(rax, rax); in GetCode() local 879 __ testp(rdi, rdi); in GetCode() local 938 __ testp(rax, rax); in GetCode() local 984 __ testp(rax, rax); in GetCode() local
|
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 201 __ testp(rcx, rcx); in Generate() local
|
D | code-stubs-x64.cc | 89 __ testp(rax, rax); in Generate() local
|
D | macro-assembler-x64.cc | 410 testp(rsp, Immediate(frame_alignment_mask)); in CheckStackAlignment() 1077 testp(dst, dst); in Cmp() 2067 testp(rbx, rbx); in MaybeDropFrames()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1376 __ testp(rax, rax); in Generate_FunctionPrototypeApply() local 1438 __ testp(rax, rax); in Generate_FunctionPrototypeCall() local 2299 __ testp(rax, rax); in Generate_OnStackReplacementHelper() local 2544 __ testp(rsi, rsi); in Generate_CEntry() local 2761 __ testp(rax, rax); in GenerateInternalArrayConstructorCase() local 2776 __ testp(rcx, rcx); in GenerateInternalArrayConstructorCase() local
|