Home
last modified time | relevance | path

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

/external/jemalloc/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/include/jemalloc/internal/
Dutil.h13 # define FMTu32 "u" macro
24 # define FMTu32 PRIu32 macro
/external/jemalloc/test/unit/
Dutil.c44 TEST_POW2_CEIL(uint32_t, u32, FMTu32); in TEST_BEGIN()
/external/jemalloc/src/
Dstats.c857 "\t\t\t\t\t\"nregs\": %"FMTu32",\n", u32v); in stats_general_print()