Home
last modified time | relevance | path

Searched refs:assert_u64_ge (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dsmoothstep.c29 assert_u64_ge(sum, min, in TEST_BEGIN()
52 assert_u64_ge(h, prev_h, "Piecewise non-monotonic, i=%u", i); in TEST_BEGIN()
75 assert_u64_ge(delta, prev_delta, in TEST_BEGIN()
87 assert_u64_ge(delta, prev_delta, in TEST_BEGIN()
H A Dstats.c58 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
178 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
215 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
295 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
348 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
H A Drb.c177 assert_u64_ge(search_node->key, node->key, in node_remove()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dtest.h208 #define assert_u64_ge(a, b, ...) assert_cmp(uint64_t, a, b, >=, \ macro