Searched refs:assert_u64_lt (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | background_thread.c | 104 assert_u64_lt(nstime_sec(&now), 1000, in TEST_BEGIN()
|
| H A D | prng.c | 174 assert_u64_lt(r, range, "Out of range"); in test_prng_range_u64()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 204 #define assert_u64_lt(a, b, ...) assert_cmp(uint64_t, a, b, <, \ macro
|