| /netbsd/src/sys/arch/powerpc/include/ |
| D | int_fmtio.h | 108 #define PRIo64 "lo" /* uint64_t */ macro 110 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | int_fmtio.h | 117 #define PRIo64 "lo" /* uint64_t */ macro 119 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/arm/include/ |
| D | int_fmtio.h | 105 #define PRIo64 "llo" /* uint64_t */ macro 107 #define PRIo64 "lo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | int_fmtio.h | 118 #define PRIo64 "lo" /* uint64_t */ macro 120 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | loadmsgcat.c | 179 #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/ |
| D | compat_defs.h | 897 #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/ |
| D | hwint.h | 90 #undef PRIo64 91 #define PRIo64 GCC_PRI64 "o" macro
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| D | inttypes.h | 58 #define PRIoPTR PRIo64
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | int_fmtio.h | 82 #define PRIo64 "lo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | int_fmtio.h | 79 #define PRIo64 "lo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | int_fmtio.h | 79 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | int_fmtio.h | 79 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | int_fmtio.h | 79 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/i386/include/ |
| D | int_fmtio.h | 80 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | int_fmtio.h | 79 #define PRIo64 "lo" /* uint64_t */ macro
|
| /netbsd/src/sys/arch/vax/include/ |
| D | int_fmtio.h | 79 #define PRIo64 "llo" /* uint64_t */ macro
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | size.c | 445 : 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/ |
| D | bpf-dis.c | 287 : asm_obase == 8 ? "0%" PRIo64 in print_insn_bpf()
|
| /netbsd/src/lib/libintl/ |
| D | sysdep.c | 99 T_(PRIo64),
|
| /netbsd/src/sys/sys/ |
| D | common_int_fmtio.h | 79 #define PRIo64 __UINT64_FMTo__ macro
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | bpf-dis.c | 287 : asm_obase == 8 ? "0%" PRIo64 in print_insn_bpf()
|
| /netbsd/src/sys/ddb/ |
| D | db_examine.c | 195 db_printf("%-*" PRIo64, width, value); in db_examine()
|
| /netbsd/src/tests/include/ |
| D | t_inttypes.c | 107 PRINT(PRIo64, ui64); in ATF_TC_BODY()
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | cuda.c | 811 DPRINTF("tod: %" PRIo64 "\n", tvp->tv_sec); in cuda_todr_get()
|
| D | pmu.c | 792 DPRINTF("tod: %" PRIo64 "\n", tvp->tv_sec); in pmu_todr_get()
|