HomeSort by: relevance | last modified time | path
    Searched refs:FMTu32 (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/os/posix/
fmt.h 7 #define FMTu32 PRIu32
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/os/windows/
fmt.h 12 #define FMTu32 "u"
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
malloc_io.h 16 # define FMTu32 "u"
27 # define FMTu32 PRIu32
emitter.h 202 EMIT_SIMPLE(uint32_t, "%" FMTu32)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
malloc_io.h 16 # define FMTu32 "u"
27 # define FMTu32 PRIu32
emitter.h 202 EMIT_SIMPLE(uint32_t, "%" FMTu32)
  /src/external/bsd/jemalloc.old/dist/src/
fxp.c 117 buf, FXP_BUF_SIZE, "%" FMTu32 ".", integer_part);
  /src/external/bsd/jemalloc/dist/src/
fxp.c 117 buf, FXP_BUF_SIZE, "%" FMTu32 ".", integer_part);
  /src/external/bsd/jemalloc/dist/test/include/test/
test.h 176 expect_cmp(uint32_t, a, b, ==, !=, FMTu32, __VA_ARGS__)
178 expect_cmp(uint32_t, a, b, !=, ==, FMTu32, __VA_ARGS__)
180 expect_cmp(uint32_t, a, b, <, >=, FMTu32, __VA_ARGS__)
182 expect_cmp(uint32_t, a, b, <=, >, FMTu32, __VA_ARGS__)
184 expect_cmp(uint32_t, a, b, >=, <, FMTu32, __VA_ARGS__)
186 expect_cmp(uint32_t, a, b, >, <=, FMTu32, __VA_ARGS__)
458 assert_cmp(uint32_t, a, b, ==, !=, FMTu32, __VA_ARGS__)
460 assert_cmp(uint32_t, a, b, !=, ==, FMTu32, __VA_ARGS__)
462 assert_cmp(uint32_t, a, b, <, >=, FMTu32, __VA_ARGS__)
464 assert_cmp(uint32_t, a, b, <=, >, FMTu32, __VA_ARGS__
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
bit_util.c 43 TEST_POW2_CEIL(uint32_t, u32, FMTu32);
137 TEST_FFS(uint32_t, u32, u32, FMTu32);
183 TEST_FLS(uint32_t, u32, u32, FMTu32);
  /src/external/bsd/jemalloc.old/dist/test/include/test/
test.h 176 expect_cmp(uint32_t, a, b, ==, !=, FMTu32, __VA_ARGS__)
178 expect_cmp(uint32_t, a, b, !=, ==, FMTu32, __VA_ARGS__)
180 expect_cmp(uint32_t, a, b, <, >=, FMTu32, __VA_ARGS__)
182 expect_cmp(uint32_t, a, b, <=, >, FMTu32, __VA_ARGS__)
184 expect_cmp(uint32_t, a, b, >=, <, FMTu32, __VA_ARGS__)
186 expect_cmp(uint32_t, a, b, >, <=, FMTu32, __VA_ARGS__)
458 assert_cmp(uint32_t, a, b, ==, !=, FMTu32, __VA_ARGS__)
460 assert_cmp(uint32_t, a, b, !=, ==, FMTu32, __VA_ARGS__)
462 assert_cmp(uint32_t, a, b, <, >=, FMTu32, __VA_ARGS__)
464 assert_cmp(uint32_t, a, b, <=, >, FMTu32, __VA_ARGS__
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
bit_util.c 43 TEST_POW2_CEIL(uint32_t, u32, FMTu32);
137 TEST_FFS(uint32_t, u32, u32, FMTu32);
183 TEST_FLS(uint32_t, u32, u32, FMTu32);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
emitter.h 209 EMIT_SIMPLE(uint32_t, "%" FMTu32)

Completed in 27 milliseconds