Home
last modified time | relevance | path

Searched defs:assert_u64_le (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/test/include/test/
Dtest.h206 #define assert_u64_le(a, b, ...) assert_cmp(uint64_t, a, b, <=, \ macro
/external/jemalloc_new/test/include/test/
Dtest.h206 #define assert_u64_le(a, b, ...) assert_cmp(uint64_t, a, b, <=, \ macro