Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h31 #undef PRIdFAST32
66 #define PRIdFAST32 "d" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h55 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h53 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h51 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h61 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h61 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes34 PRIdFAST32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c84 PRINT(PRIdFAST32, if32); in ATF_TC_BODY()