/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/BPF/ |
D | remove_truncate_5.ll | 4 ; struct test_t { 12 ; struct test_t t = {.a = 5}; 16 %struct.test_t = type { i32, i8, i32, i8 } 18 @test.t = private unnamed_addr constant %struct.test_t { i32 5, i8 0, i32 0, i8 0 }, align 4 23 %1 = alloca %struct.test_t, align 4 24 %2 = bitcast %struct.test_t* %1 to i8* 26 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* nonnull align 4 %2, i8* align 4 bitcast (%struct.test_t* …
|
/external/jemalloc_new/test/src/ |
D | test.c | 114 p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) { in p_test_impl() 131 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl() 171 p_test(test_t *t, ...) { in p_test() 184 p_test_no_reentrancy(test_t *t, ...) { in p_test_no_reentrancy() 197 p_test_no_malloc_init(test_t *t, ...) { in p_test_no_malloc_init()
|
/external/jemalloc/test/src/ |
D | test.c | 64 p_test_impl(bool do_malloc_init, test_t *t, va_list ap) in p_test_impl() 82 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl() 100 p_test(test_t *t, ...) in p_test() 114 p_test_no_malloc_init(test_t *t, ...) in p_test_no_malloc_init()
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | modreq-type-global.conf | 10 type test_t; 12 allow test_t type_req_t : file { read write };
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | s-c1.c | 112 } test_t; typedef 124 test_t sems; 157 sems_tmp = (test_t *) malloc(sizeof(test_t));
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 93 test_t = 760233600 # assume broken POSIX counting of seconds 94 result = time2isoz(test_t) 97 "%s => '%s' (%s)" % (test_t, result, expected)) 100 self.assertEqual(http2time(s), test_t, s) 101 self.assertEqual(http2time(s.lower()), test_t, s.lower()) 102 self.assertEqual(http2time(s.upper()), test_t, s.upper()) 158 test_t = 760233600 # assume broken POSIX counting of seconds 160 self.assertEqual(iso2time(s), test_t, s) 161 self.assertEqual(iso2time(s.lower()), test_t, s.lower()) 162 self.assertEqual(iso2time(s.upper()), test_t, s.upper())
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 297 typedef void (test_t)(void); typedef 333 test_status_t p_test(test_t *t, ...); 334 test_status_t p_test_no_reentrancy(test_t *t, ...); 335 test_status_t p_test_no_malloc_init(test_t *t, ...);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 105 } test_t; typedef 249 test_t *dt = (test_t *) arg; in waiter() 307 test_t td; in do_threads_test()
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 35 static struct test_t { struct
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | s-c1.c | 111 } test_t; typedef 124 test_t sems; in main() 157 sems_tmp = malloc(sizeof(test_t)); in main()
|
/external/jemalloc/test/include/test/ |
D | test.h | 297 typedef void (test_t)(void); typedef 329 test_status_t p_test(test_t *t, ...); 330 test_status_t p_test_no_malloc_init(test_t *t, ...);
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 91 test_t = 760233600 # assume broken POSIX counting of seconds 92 result = time2isoz(test_t) 95 "%s => '%s' (%s)" % (test_t, result, expected)) 98 self.assertEqual(http2time(s), test_t, s) 99 self.assertEqual(http2time(s.lower()), test_t, s.lower()) 100 self.assertEqual(http2time(s.upper()), test_t, s.upper())
|