Searched defs:assert_u64_ne (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/test/include/test/ |
D | test.h | 202 #define assert_u64_ne(a, b, ...) assert_cmp(uint64_t, a, b, !=, \ macro
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 202 #define assert_u64_ne(a, b, ...) assert_cmp(uint64_t, a, b, !=, \ macro
|