Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A D_inttypes.h88 #define PRIoFAST64 "lo" /* uint_fast64_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h86 #define PRIoFAST64 "llo" /* uint_fast64_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h84 #define PRIoFAST64 "lo" /* uint_fast64_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h94 #define PRIoFAST64 __PRI64"o" /* uint_fast64_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h94 #define PRIoFAST64 __PRI64"o" /* uint_fast64_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes71 PRIoFAST64
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c115 PRINT(PRIoFAST64, uif64); in ATF_TC_BODY()