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