Home
last modified time | relevance | path

Searched refs:PRIuFAST64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm64/include/
H A D_inttypes.h103 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h101 #define PRIuFAST64 "llu" /* uint_fast64_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h99 #define PRIuFAST64 "lu" /* uint_fast64_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h109 #define PRIuFAST64 __PRI64"u" /* uint_fast64_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h109 #define PRIuFAST64 __PRI64"u" /* uint_fast64_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes89 PRIuFAST64
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c130 PRINT(PRIuFAST64, uif64); in ATF_TC_BODY()