Searched refs:PRIuFAST64 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A D_inttypes.h100 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/sparc64/include/
H A D_inttypes.h102 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/arm/include/
H A D_inttypes.h102 #define PRIuFAST64 "llu" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/arm64/include/
H A D_inttypes.h100 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/powerpc/include/
H A D_inttypes.h110 #define PRIuFAST64 __PRI64"u" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/mips/include/
H A D_inttypes.h111 #define PRIuFAST64 __PRI64"u" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/x86/include/
H A D_inttypes.h110 #define PRIuFAST64 __PRI64"u" /* uint_fast64_t */ macro
/freebsd-12-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c130 PRINT(PRIuFAST64, uif64);

Completed in 134 milliseconds