Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h34 #undef PRIiFAST32
69 #define PRIiFAST32 "i" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h70 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h68 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h66 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h76 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h76 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes52 PRIiFAST32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c99 PRINT(PRIiFAST32, if32); in ATF_TC_BODY()