Home
last modified time | relevance | path

Searched refs:PRIo64 (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/sys/arch/powerpc/include/
Dint_fmtio.h108 #define PRIo64 "lo" /* uint64_t */ macro
110 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/sys/arch/mips/include/
Dint_fmtio.h117 #define PRIo64 "lo" /* uint64_t */ macro
119 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/sys/arch/arm/include/
Dint_fmtio.h105 #define PRIo64 "llo" /* uint64_t */ macro
107 #define PRIo64 "lo" /* uint64_t */ macro
/netbsd/src/sys/arch/sparc/include/
Dint_fmtio.h118 #define PRIo64 "lo" /* uint64_t */ macro
120 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/external/gpl3/gcc/dist/intl/
Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
576 return PRIo64;
/netbsd/src/tools/compat/
Dcompat_defs.h897 #ifndef PRIo64
898 #define PRIo64 "lo" macro
935 #ifndef PRIo64
936 #define PRIo64 "llo" macro
966 #if ! (defined(PRId64) && defined(PRIi64) && defined(PRIo64) && \
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhwint.h90 #undef PRIo64
91 #define PRIo64 GCC_PRI64 "o" macro
/netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/
Dinttypes.h58 #define PRIoPTR PRIo64
/netbsd/src/sys/arch/amd64/include/
Dint_fmtio.h82 #define PRIo64 "lo" /* uint64_t */ macro
/netbsd/src/sys/arch/ia64/include/
Dint_fmtio.h79 #define PRIo64 "lo" /* uint64_t */ macro
/netbsd/src/sys/arch/hppa/include/
Dint_fmtio.h79 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/sys/arch/m68k/include/
Dint_fmtio.h79 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/sys/arch/sh3/include/
Dint_fmtio.h79 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/sys/arch/i386/include/
Dint_fmtio.h80 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/sys/arch/alpha/include/
Dint_fmtio.h79 #define PRIo64 "lo" /* uint64_t */ macro
/netbsd/src/sys/arch/vax/include/
Dint_fmtio.h79 #define PRIo64 "llo" /* uint64_t */ macro
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dsize.c445 : radix == octal ? "0%" PRIo64 : "0x%" PRIx64), in size_number()
455 : radix == octal ? "0%" PRIo64 : "0x%" PRIx64), in rprint_number()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dbpf-dis.c287 : asm_obase == 8 ? "0%" PRIo64 in print_insn_bpf()
/netbsd/src/lib/libintl/
Dsysdep.c99 T_(PRIo64),
/netbsd/src/sys/sys/
Dcommon_int_fmtio.h79 #define PRIo64 __UINT64_FMTo__ macro
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dbpf-dis.c287 : asm_obase == 8 ? "0%" PRIo64 in print_insn_bpf()
/netbsd/src/sys/ddb/
Ddb_examine.c195 db_printf("%-*" PRIo64, width, value); in db_examine()
/netbsd/src/tests/include/
Dt_inttypes.c107 PRINT(PRIo64, ui64); in ATF_TC_BODY()
/netbsd/src/sys/arch/macppc/dev/
Dcuda.c811 DPRINTF("tod: %" PRIo64 "\n", tvp->tv_sec); in cuda_todr_get()
Dpmu.c792 DPRINTF("tod: %" PRIo64 "\n", tvp->tv_sec); in pmu_todr_get()

12