Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h37 #undef PRIoFAST32
72 #define PRIoFAST32 "o" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h87 #define PRIoFAST32 "o" /* uint_fast32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h85 #define PRIoFAST32 "o" /* uint_fast32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h83 #define PRIoFAST32 "o" /* uint_fast32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h93 #define PRIoFAST32 "o" /* uint_fast32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h93 #define PRIoFAST32 "o" /* uint_fast32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes70 PRIoFAST32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c114 PRINT(PRIoFAST32, uif32); in ATF_TC_BODY()