Searched refs:assert_u64_ge (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | smoothstep.c | 29 assert_u64_ge(sum, min, in TEST_BEGIN() 53 assert_u64_ge(h, prev_h, "Piecewise non-monotonic, i=%u", i); in TEST_BEGIN() 77 assert_u64_ge(delta, prev_delta, in TEST_BEGIN() 89 assert_u64_ge(delta, prev_delta, in TEST_BEGIN()
|
| A D | stats.c | 60 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 176 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 219 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 280 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 339 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
|
| A D | rb.c | 175 assert_u64_ge(search_node->key, node->key, in node_remove()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 208 #define assert_u64_ge(a, b, ...) assert_cmp(uint64_t, a, b, >=, \ macro
|
Completed in 7 milliseconds