Searched defs:PRIu64 (Results 1 - 25 of 168) sorted by relevance

1234567

/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h80 # define PRIu64 "llu" macro
93 # define PRIu64 "lu" macro
/netbsd-current/external/apache2/llvm/config/llvm/Support/
H A DDataTypes.h102 #define PRIu64 "I64u" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h92 #undef PRIu64 macro
93 #define PRIu64 GCC_PRI64 "u" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhwint.h92 #undef PRIu64 macro
93 #define PRIu64 GCC_PRI64 "u" macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dbfd-in.h108 # undef PRIu64 macro
109 # define PRIu64 BFD_PRI64 "u" macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dbfd-in.h108 # undef PRIu64 macro
109 # define PRIu64 BFD_PRI64 "u" macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h94 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h95 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h94 #define PRIu64 "lu" /* uint64_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h97 #define PRIu64 "lu" /* uint64_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h94 #define PRIu64 "lu" /* uint64_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h94 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h94 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h149 #define PRIu64 "lu" /* uint64_t */ macro
151 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dint_fmtio.h93 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_fmtio.h94 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dloadmsgcat.c192 # undef PRIu64 macro
193 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dloadmsgcat.c184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dloadmsgcat.c186 # undef PRIu64 macro
187 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dloadmsgcat.c184 # undef PRIu64 macro
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_fmtio.h137 #define PRIu64 "lu" /* uint64_t */ macro
139 #define PRIu64 "llu" /* uint64_t */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dint_fmtio.h139 #define PRIu64 "lu" /* uint64_t */ macro
141 #define PRIu64 "llu" /* uint64_t */ macro

Completed in 617 milliseconds

1234567