Home
last modified time | relevance | path

Searched refs:FMTu32 (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dmalloc_io.h13 # define FMTu32 "u" macro
24 # define FMTu32 PRIu32 macro
Demitter.h192 EMIT_SIMPLE(uint32_t, FMTu32) in emitter_print_value()
/external/jemalloc_new/test/include/test/
Dtest.h175 !=, 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/
Dbit_util.c42 TEST_POW2_CEIL(uint32_t, u32, FMTu32); in TEST_BEGIN()