Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A D_inttypes.h150 #define SCNdFAST64 "ld" /* int_fast64_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h148 #define SCNdFAST64 "lld" /* int_fast64_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h146 #define SCNdFAST64 "ld" /* int_fast64_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h156 #define SCNdFAST64 __PRI64"d" /* int_fast64_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h156 #define SCNdFAST64 __PRI64"d" /* int_fast64_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes143 SCNdFAST64
/freebsd/contrib/tzcode/
H A Dprivate.h362 #ifndef SCNdFAST64
363 # define SCNdFAST64 PRIdFAST64
339 # define SCNdFAST64 global() macro
H A Dzic.c32 #define SCNdZIC SCNdFAST64
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c176 SCAN(SCNdFAST64, if64); in ATF_TC_BODY()