Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sparc64/include/
D_inttypes.h99 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd-10-stable/sys/ia64/include/
D_inttypes.h99 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd-10-stable/sys/arm/include/
D_inttypes.h99 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd-10-stable/sys/powerpc/include/
D_inttypes.h107 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd-10-stable/sys/x86/include/
D_inttypes.h107 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd-10-stable/sys/mips/include/
D_inttypes.h108 #define PRIuFAST32 "u" /* uint_fast32_t */ macro
/freebsd-10-stable/contrib/libc++/include/
Dcinttypes89 PRIuFAST32
Dmodule.modulemap94 …PRIu8, PRIu16, PRIu32, PRIu64, PRIuFAST8, PRIuFAST16, PRIuFAST32, PRIuFAST64, PRIuLEAST8, PRIuLEAS…
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_inttypes.c129 PRINT(PRIuFAST32, uif32); in ATF_TC_BODY()