Searched refs:TEST_STRUCT (Results 1 – 12 of 12) sorted by relevance
/external/jemalloc/test/unit/ |
D | atomic.c | 3 #define TEST_STRUCT(p, t) \ macro 68 TEST_STRUCT(uint64, uint64_t) in TEST_STRUCT() function 80 TEST_STRUCT(uint32, uint32_t) in TEST_STRUCT() function 88 TEST_STRUCT(p, void *) in TEST_STRUCT() function 96 TEST_STRUCT(z, size_t) in TEST_STRUCT() function 104 TEST_STRUCT(u, unsigned) in TEST_STRUCT() function
|
/external/jemalloc_new/test/unit/ |
D | atomic.c | 135 #define TEST_STRUCT(t, ta) \ macro 178 TEST_STRUCT(uint64_t, u64); 189 TEST_STRUCT(uint32_t, u32); 195 TEST_STRUCT(void *, p); 201 TEST_STRUCT(size_t, zu); 207 TEST_STRUCT(ssize_t, zd); 214 TEST_STRUCT(unsigned, u);
|
/external/strace/tests-mx32/ |
D | xutimes.c | 38 #ifndef TEST_STRUCT 39 # error TEST_STRUCT must be defined 48 print_tv(const TEST_STRUCT *const tv) in print_tv() 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main()
|
D | utimes.c | 37 # define TEST_STRUCT struct timeval macro
|
D | osf_utimes.c | 37 # define TEST_STRUCT struct timeval32 macro
|
/external/strace/tests/ |
D | xutimes.c | 38 #ifndef TEST_STRUCT 39 # error TEST_STRUCT must be defined 48 print_tv(const TEST_STRUCT *const tv) in print_tv() 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main()
|
D | utimes.c | 37 # define TEST_STRUCT struct timeval macro
|
D | osf_utimes.c | 37 # define TEST_STRUCT struct timeval32 macro
|
/external/strace/tests-m32/ |
D | xutimes.c | 38 #ifndef TEST_STRUCT 39 # error TEST_STRUCT must be defined 48 print_tv(const TEST_STRUCT *const tv) in print_tv() 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2); in main()
|
D | utimes.c | 37 # define TEST_STRUCT struct timeval macro
|
D | osf_utimes.c | 37 # define TEST_STRUCT struct timeval32 macro
|
/external/strace/ |
D | ChangeLog | 17252 TEST_STRUCT): New macros.
|