Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDinttypes.h33 #undef PRIdFAST32
68 #define PRIdFAST32 "d" macro
/NextBSD/sys/arm64/include/
HD_inttypes.h52 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/sys/sparc64/include/
HD_inttypes.h52 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/sys/riscv/include/
HD_inttypes.h52 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/sys/arm/include/
HD_inttypes.h52 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/sys/powerpc/include/
HD_inttypes.h60 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/sys/x86/include/
HD_inttypes.h60 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/sys/mips/include/
HD_inttypes.h61 #define PRIdFAST32 "d" /* int_fast32_t */ macro
/NextBSD/contrib/libc++/include/
Dcinttypes35 PRIdFAST32
Dmodule.modulemap91 …PRId8, PRId16, PRId32, PRId64, PRIdFAST8, PRIdFAST16, PRIdFAST32, PRIdFAST64, PRIdLEAST8, PRIdLEAS…
/NextBSD/contrib/netbsd-tests/include/
HDt_inttypes.c84 PRINT(PRIdFAST32, if32); in ATF_TC_BODY()