Searched refs:assert_u32_ne (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/test/unit/ |
D | decay.c | 59 assert_u32_ne(tick1, tick0, "Expected ticker to tick during malloc()"); in TEST_BEGIN() 64 assert_u32_ne(tick1, tick0, "Expected ticker to tick during free()"); in TEST_BEGIN() 71 assert_u32_ne(tick1, tick0, "Expected ticker to tick during calloc()"); in TEST_BEGIN() 79 assert_u32_ne(tick1, tick0, in TEST_BEGIN() 88 assert_u32_ne(tick1, tick0, in TEST_BEGIN() 98 assert_u32_ne(tick1, tick0, "Expected ticker to tick during realloc()"); in TEST_BEGIN() 104 assert_u32_ne(tick1, tick0, "Expected ticker to tick during realloc()"); in TEST_BEGIN() 109 assert_u32_ne(tick1, tick0, "Expected ticker to tick during realloc()"); in TEST_BEGIN() 130 assert_u32_ne(tick1, tick0, in TEST_BEGIN() 138 assert_u32_ne(tick1, tick0, in TEST_BEGIN() [all …]
|
D | prng.c | 24 assert_u32_ne(ra, rb, in test_prng_lg_range_u32()
|
/external/jemalloc_new/test/unit/ |
D | decay.c | 217 assert_u32_ne(tick1, tick0, "Expected ticker to tick during malloc()"); in TEST_BEGIN() 222 assert_u32_ne(tick1, tick0, "Expected ticker to tick during free()"); in TEST_BEGIN() 229 assert_u32_ne(tick1, tick0, "Expected ticker to tick during calloc()"); in TEST_BEGIN() 237 assert_u32_ne(tick1, tick0, in TEST_BEGIN() 246 assert_u32_ne(tick1, tick0, in TEST_BEGIN() 256 assert_u32_ne(tick1, tick0, "Expected ticker to tick during realloc()"); in TEST_BEGIN() 262 assert_u32_ne(tick1, tick0, "Expected ticker to tick during realloc()"); in TEST_BEGIN() 267 assert_u32_ne(tick1, tick0, "Expected ticker to tick during realloc()"); in TEST_BEGIN() 287 assert_u32_ne(tick1, tick0, in TEST_BEGIN() 295 assert_u32_ne(tick1, tick0, in TEST_BEGIN() [all …]
|
D | prng.c | 24 assert_u32_ne(ra, rb, in test_prng_lg_range_u32()
|
/external/jemalloc/test/include/test/ |
D | test.h | 176 #define assert_u32_ne(a, b, ...) assert_cmp(uint32_t, a, b, !=, \ macro
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 176 #define assert_u32_ne(a, b, ...) assert_cmp(uint32_t, a, b, !=, \ macro
|