Searched refs:assert_u64_eq (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/integration/ |
D | allocated.c | 34 assert_u64_eq(*ap0, a0, in thd_start() 52 assert_u64_eq(*dp0, d0, in thd_start() 63 assert_u64_eq(*ap1, a1, in thd_start() 80 assert_u64_eq(*dp1, d1, in thd_start()
|
/external/jemalloc/test/unit/ |
D | SFMT.c | 1541 assert_u64_eq(array64[i], init_gen_rand_64_expected[i], in TEST_BEGIN() 1545 assert_u64_eq(r, array64[i], in TEST_BEGIN() 1551 assert_u64_eq(r, array64_2[i], in TEST_BEGIN() 1578 assert_u64_eq(array64[i], init_by_array_64_expected[i], in TEST_BEGIN() 1582 assert_u64_eq(r, array64[i], in TEST_BEGIN() 1588 assert_u64_eq(r, array64_2[i], in TEST_BEGIN()
|
/external/jemalloc/test/include/test/ |
D | test.h | 200 #define assert_u64_eq(a, b, ...) assert_cmp(uint64_t, a, b, ==, \ macro
|