Home
last modified time | relevance | path

Searched refs:PRIdFAST64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tzcode/
H A Dprivate.h354 #ifndef PRIdFAST64
356 # define PRIdFAST64 "ld"
358 # define PRIdFAST64 "lld"
363 # define SCNdFAST64 PRIdFAST64
332 # define PRIdFAST64 global() macro
334 # define PRIdFAST64 global() macro
/freebsd/sys/arm64/include/
H A D_inttypes.h56 #define PRIdFAST64 "ld" /* int_fast64_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h54 #define PRIdFAST64 "lld" /* int_fast64_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h52 #define PRIdFAST64 "ld" /* int_fast64_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h62 #define PRIdFAST64 __PRI64"d" /* int_fast64_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h62 #define PRIdFAST64 __PRI64"d" /* int_fast64_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes35 PRIdFAST64
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c85 PRINT(PRIdFAST64, if64); in ATF_TC_BODY()