Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/include/
D_inttypes.h132 #define PRIXFAST64 "lX" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/arm64/include/
D_inttypes.h130 #define PRIXFAST64 "lX" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/riscv/include/
D_inttypes.h130 #define PRIXFAST64 "lX" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/arm/include/
D_inttypes.h132 #define PRIXFAST64 "llX" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/mips/include/
D_inttypes.h141 #define PRIXFAST64 __PRI64"X" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/x86/include/
D_inttypes.h140 #define PRIXFAST64 __PRI64"X" /* uint_fast64_t */ macro
/freebsd-12-stable/sys/powerpc/include/
D_inttypes.h140 #define PRIXFAST64 __PRI64"X" /* uint_fast64_t */ macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dcinttypes125 PRIXFAST64
/freebsd-12-stable/contrib/netbsd-tests/include/
Dt_inttypes.c160 PRINT(PRIXFAST64, uif64); in ATF_TC_BODY()