OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assert_ju_eq
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/unit/
util.c
39
assert_ju_eq
(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result");
130
assert_ju_eq
(result, test->expected_x,
/external/jemalloc/test/include/test/
test.h
122
#define
assert_ju_eq
(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \
macro
Completed in 31 milliseconds