Searched defs:PRIx64 (Results 1 - 16 of 16) sorted by relevance

/src/sys/arch/vax/include/
H A Dint_fmtio.h109 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/riscv/include/
H A Dint_fmtio.h169 #define PRIx64 "lx" /* uint64_t */ macro
171 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/sh3/include/
H A Dint_fmtio.h109 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/sparc/include/
H A Dint_fmtio.h180 #define PRIx64 "lx" /* uint64_t */ macro
182 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/or1k/include/
H A Dint_fmtio.h108 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/powerpc/include/
H A Dint_fmtio.h166 #define PRIx64 "lx" /* uint64_t */ macro
168 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/hppa/include/
H A Dint_fmtio.h109 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/i386/include/
H A Dint_fmtio.h110 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/ia64/include/
H A Dint_fmtio.h109 #define PRIx64 "lx" /* uint64_t */ macro
/src/sys/arch/alpha/include/
H A Dint_fmtio.h109 #define PRIx64 "lx" /* uint64_t */ macro
/src/sys/arch/amd64/include/
H A Dint_fmtio.h112 #define PRIx64 "lx" /* uint64_t */ macro
/src/sys/arch/arm/include/
H A Dint_fmtio.h161 #define PRIx64 "llx" /* uint64_t */ macro
163 #define PRIx64 "lx" /* uint64_t */ macro
/src/sys/arch/m68k/include/
H A Dint_fmtio.h109 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/arch/mips/include/
H A Dint_fmtio.h181 #define PRIx64 "lx" /* uint64_t */ macro
183 #define PRIx64 "llx" /* uint64_t */ macro
/src/sys/sys/
H A Dcommon_int_fmtio.h109 #define PRIx64 __UINT64_FMTx__ macro
/src/tools/compat/
H A Dcompat_defs.h919 #define PRIx64 "lx" macro
957 #define PRIx64 "llx" macro

Completed in 15 milliseconds