HomeSort by relevance Sort by last modified time
    Searched defs:testp (Results 1 - 16 of 16) sorted by null

  /external/curl/tests/unit/
unit1601.c 40 unsigned char *testp = output; variable
44 verify_memory(testp,
49 verify_memory(testp,
unit1600.c 45 unsigned char *testp = output; variable
48 verify_memory(testp,
54 verify_memory(testp,
61 verify_memory(testp,
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_add.pass.cpp 58 void testp() function
81 testp<int*>();
82 testp<const int*>();
atomic_fetch_add_explicit.pass.cpp 61 testp() function
86 testp<int*>();
87 testp<const int*>();
atomic_fetch_sub.pass.cpp 58 void testp() function
81 testp<int*>();
82 testp<const int*>();
atomic_fetch_sub_explicit.pass.cpp 61 void testp() function
86 testp<int*>();
87 testp<const int*>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_add.pass.cpp 58 void testp() function
81 testp<int*>();
82 testp<const int*>();
atomic_fetch_add_explicit.pass.cpp 61 testp() function
86 testp<int*>();
87 testp<const int*>();
atomic_fetch_sub.pass.cpp 58 void testp() function
81 testp<int*>();
82 testp<const int*>();
atomic_fetch_sub_explicit.pass.cpp 61 void testp() function
86 testp<int*>();
87 testp<const int*>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_add.pass.cpp 54 testp() function
106 testp<int*>();
107 testp<const int*>();
atomic_fetch_add_explicit.pass.cpp 56 testp() function
110 testp<int*>();
111 testp<const int*>();
atomic_fetch_sub.pass.cpp 54 testp() function
106 testp<int*>();
107 testp<const int*>();
atomic_fetch_sub_explicit.pass.cpp 57 testp() function
111 testp<int*>();
112 testp<const int*>();
  /external/linux-kselftest/tools/testing/selftests/x86/
test_FCOMI.c 182 int testp(long flags) function
319 err |= testp(0);
322 err |= testp(CF|ZF|PF);
  /external/ltp/testcases/kernel/syscalls/migrate_pages/
migrate_pages02.c 171 char *testp, *testp2; local
177 testp = SAFE_MALLOC(NULL, getpagesize());
178 testp[0] = 0;
179 tst_resm(TINFO, "private anonymous: %p", testp);
181 check_addr_on_node(testp, node2);
183 check_addr_on_node(testp, node1);
184 free(testp);
206 testp = SAFE_MALLOC(NULL, getpagesize());
207 testp[0] = 1;
216 ret = check_addr_on_node(testp, node1)
238 char *testp; local
    [all...]

Completed in 986 milliseconds