Searched defs:testp (Results 1 - 8 of 8) sorted by relevance

/external/curl/tests/unit/
H A Dunit1601.c40 unsigned char *testp = output; variable
44 verify_memory(testp,
49 verify_memory(testp,
H A Dunit1600.c51 unsigned char *testp = output; variable
54 verify_memory(testp,
60 verify_memory(testp,
67 verify_memory(testp,
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_fetch_add.pass.cpp58 void testp() function
81 testp<int*>();
82 testp<const int*>();
H A Datomic_fetch_add_explicit.pass.cpp61 testp() function
86 testp<int*>();
87 testp<const int*>();
H A Datomic_fetch_sub.pass.cpp58 void testp() function
81 testp<int*>();
82 testp<const int*>();
H A Datomic_fetch_sub_explicit.pass.cpp61 void testp() function
86 testp<int*>();
87 testp<const int*>();
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dtest_FCOMI.c183 int testp(long flags) function
320 err |= testp(0);
323 err |= testp(CF|ZF|PF);
/external/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages02.c173 char *testp, *testp2; local
179 testp = SAFE_MALLOC(NULL, getpagesize());
180 testp[0] = 0;
181 tst_resm(TINFO, "private anonymous: %p", testp);
183 check_addr_on_node(testp, node2);
185 check_addr_on_node(testp, node1);
186 free(testp);
208 testp = SAFE_MALLOC(NULL, getpagesize());
209 testp[0] = 1;
216 ret = check_addr_on_node(testp, node
237 char *testp; local
[all...]

Completed in 453 milliseconds