Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sparc64/include/
D_inttypes.h67 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd-10-stable/sys/ia64/include/
D_inttypes.h67 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd-10-stable/sys/arm/include/
D_inttypes.h67 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd-10-stable/sys/powerpc/include/
D_inttypes.h75 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd-10-stable/sys/x86/include/
D_inttypes.h75 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd-10-stable/sys/mips/include/
D_inttypes.h76 #define PRIiFAST32 "i" /* int_fast32_t */ macro
/freebsd-10-stable/contrib/libc++/include/
Dcinttypes53 PRIiFAST32
Dmodule.modulemap92 …PRIi8, PRIi16, PRIi32, PRIi64, PRIiFAST8, PRIiFAST16, PRIiFAST32, PRIiFAST64, PRIiLEAST8, PRIiLEAS…
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_inttypes.c99 PRINT(PRIiFAST32, if32); in ATF_TC_BODY()