HomeSort by relevance Sort by last modified time
    Searched refs:TEST_STRUCT (Results 1 - 10 of 10) sorted by null

  /external/strace/tests/
utimes.c 37 # define TEST_STRUCT struct timeval
osf_utimes.c 37 # define TEST_STRUCT struct timeval32
xutimes.c 38 #ifndef TEST_STRUCT
39 # error TEST_STRUCT must be defined
48 print_tv(const TEST_STRUCT *const tv)
75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2);
  /external/strace/tests-m32/
utimes.c 37 # define TEST_STRUCT struct timeval
osf_utimes.c 37 # define TEST_STRUCT struct timeval32
xutimes.c 38 #ifndef TEST_STRUCT
39 # error TEST_STRUCT must be defined
48 print_tv(const TEST_STRUCT *const tv)
75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2);
  /external/strace/tests-mx32/
utimes.c 37 # define TEST_STRUCT struct timeval
osf_utimes.c 37 # define TEST_STRUCT struct timeval32
xutimes.c 38 #ifndef TEST_STRUCT
39 # error TEST_STRUCT must be defined
48 print_tv(const TEST_STRUCT *const tv)
75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2);
  /external/jemalloc/test/unit/
atomic.c 3 #define TEST_STRUCT(p, t) \
68 TEST_STRUCT(uint64, uint64_t)
80 TEST_STRUCT(uint32, uint32_t)
88 TEST_STRUCT(p, void *)
96 TEST_STRUCT(z, size_t)
104 TEST_STRUCT(u, unsigned)

Completed in 302 milliseconds