Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/include/
D_inttypes.h211 #define SCNxFAST64 "lx" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/arm64/include/
D_inttypes.h209 #define SCNxFAST64 "lx" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/riscv/include/
D_inttypes.h209 #define SCNxFAST64 "lx" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/arm/include/
D_inttypes.h211 #define SCNxFAST64 "llx" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/mips/include/
D_inttypes.h220 #define SCNxFAST64 __PRI64"x" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/x86/include/
D_inttypes.h219 #define SCNxFAST64 __PRI64"x" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/powerpc/include/
D_inttypes.h219 #define SCNxFAST64 __PRI64"x" /* uint_fast64_t */ macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcinttypes215 SCNxFAST64
/freebsd-12-stable/contrib/netbsd-tests/include/
Dt_inttypes.c236 SCAN(SCNxFAST64, uif64); in ATF_TC_BODY()