Searched refs:test_ptr (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/misc/ |
D | badblocks.c | 729 unsigned char *blkbuf, *save_ptr, *test_ptr, *read_ptr; in test_nd() local 816 test_ptr = test_base; in test_nd() 866 written = do_write (dev, test_ptr, got, block_size, in test_nd() 876 test_ptr += got * block_size; in test_nd() 916 test_ptr = test_base; in test_nd() 935 if (memcmp (test_ptr+i*block_size, in test_nd() 949 test_ptr += got * block_size; in test_nd() 958 test_ptr = test_base; in test_nd()
|
/external/clang/test/CodeGenCXX/ |
D | member-data-pointers.cpp | 10 void test_ptr() { (void) ptr; } // forced use in test_ptr() function
|
/external/clang/test/CodeGen/ |
D | mips-varargs.c | 88 char *test_ptr(char *fmt, ...) { in test_ptr() function
|
/external/skia/tests/ |
D | Writer32Test.cpp | 72 static void test_ptr(skiatest::Reporter* reporter) { in test_ptr() function 277 test_ptr(reporter); in DEF_TEST()
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 379 constexpr bool test_ptr() { in test_ptr() function 392 static_assert(test_ptr(), "");
|