Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
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()
296 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
349 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
Drb.c177 assert_u64_ge(search_node->key, node->key, in node_remove()
/external/jemalloc_new/test/include/test/
Dtest.h208 #define assert_u64_ge(a, b, ...) assert_cmp(uint64_t, a, b, >=, \ macro
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch98509 -#define assert_u64_ge(a, b, ...) assert_cmp(uint64_t, a, b, >=, \