Searched refs:FMTu32 (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | malloc_io.h | 13 # define FMTu32 "u" macro 24 # define FMTu32 PRIu32 macro
|
D | emitter.h | 192 EMIT_SIMPLE(uint32_t, FMTu32) in emitter_print_value()
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 175 !=, FMTu32, __VA_ARGS__) 177 ==, FMTu32, __VA_ARGS__) 179 >=, FMTu32, __VA_ARGS__) 181 >, FMTu32, __VA_ARGS__) 183 <, FMTu32, __VA_ARGS__) 185 <=, FMTu32, __VA_ARGS__)
|
/external/jemalloc_new/test/unit/ |
D | bit_util.c | 42 TEST_POW2_CEIL(uint32_t, u32, FMTu32); in TEST_BEGIN()
|