Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A D_inttypes.h129 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h127 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h125 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h135 #define PRIXLEAST64 __PRI64"X" /* uint_least64_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h135 #define PRIXLEAST64 __PRI64"X" /* uint_least64_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes120 PRIXLEAST64
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c156 PRINT(PRIXLEAST64, uil64); in ATF_TC_BODY()