Searched refs:FMTu32 (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/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/include/jemalloc/internal/ |
D | util.h | 13 # define FMTu32 "u" macro 24 # define FMTu32 PRIu32 macro
|
/external/jemalloc/test/unit/ |
D | util.c | 44 TEST_POW2_CEIL(uint32_t, u32, FMTu32); in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | stats.c | 857 "\t\t\t\t\t\"nregs\": %"FMTu32",\n", u32v); in stats_general_print()
|