Searched refs:assert_c_le (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/test/include/test/ |
D | test.h | 32 #define assert_c_le(a, b, ...) assert_cmp(char, a, b, <=, >, "c", __VA_ARGS__) macro
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 32 #define assert_c_le(a, b, ...) assert_cmp(char, a, b, <=, >, "c", __VA_ARGS__) macro
|