OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assert_u32_ne
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/unit/
decay.c
51
assert_u32_ne
(tick1, tick0, "Expected ticker to tick during malloc()");
56
assert_u32_ne
(tick1, tick0, "Expected ticker to tick during free()");
63
assert_u32_ne
(tick1, tick0, "Expected ticker to tick during calloc()");
71
assert_u32_ne
(tick1, tick0,
80
assert_u32_ne
(tick1, tick0,
90
assert_u32_ne
(tick1, tick0, "Expected ticker to tick during realloc()");
96
assert_u32_ne
(tick1, tick0, "Expected ticker to tick during realloc()");
101
assert_u32_ne
(tick1, tick0, "Expected ticker to tick during realloc()");
122
assert_u32_ne
(tick1, tick0,
130
assert_u32_ne
(tick1, tick0
[
all
...]
/external/jemalloc/test/include/test/
test.h
176
#define
assert_u32_ne
(a, b, ...) assert_cmp(uint32_t, a, b, !=, \
macro
Completed in 40 milliseconds