Home
last modified time | relevance | path

Searched refs:PRIuFAST32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h40 #undef PRIuFAST32
75 #define PRIuFAST32 "u" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h102 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h100 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h98 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h108 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h108 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes88 PRIuFAST32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c129 PRINT(PRIuFAST32, uif32); in ATF_TC_BODY()