Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sparc64/include/
D_inttypes.h65 #define PRIiFAST8 "i" /* int_fast8_t */ macro
/freebsd-10-stable/sys/ia64/include/
D_inttypes.h65 #define PRIiFAST8 "i" /* int_fast8_t */ macro
/freebsd-10-stable/sys/arm/include/
D_inttypes.h65 #define PRIiFAST8 "i" /* int_fast8_t */ macro
/freebsd-10-stable/sys/powerpc/include/
D_inttypes.h73 #define PRIiFAST8 "i" /* int_fast8_t */ macro
/freebsd-10-stable/sys/x86/include/
D_inttypes.h73 #define PRIiFAST8 "i" /* int_fast8_t */ macro
/freebsd-10-stable/sys/mips/include/
D_inttypes.h74 #define PRIiFAST8 "i" /* int_fast8_t */ macro
/freebsd-10-stable/contrib/libc++/include/
Dcinttypes51 PRIiFAST8
Dmodule.modulemap92 …PRIi8, PRIi16, PRIi32, PRIi64, PRIiFAST8, PRIiFAST16, PRIiFAST32, PRIiFAST64, PRIiLEAST8, PRIiLEAS…
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_inttypes.c97 PRINT(PRIiFAST8, if8); in ATF_TC_BODY()