Searched refs:PRIXLEAST64 (Results 1 - 25 of 78) sorted by relevance

1234

/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h219 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
221 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_fmtio.h203 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
205 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dint_fmtio.h207 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
211 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_fmtio.h197 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
199 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_fmtio.h221 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
223 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h128 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h129 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h128 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h131 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h128 #define PRIXLEAST64 "lX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h128 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h128 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dint_fmtio.h127 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_fmtio.h128 #define PRIXLEAST64 "llX" /* uint_least64_t */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dinttypes.in.h327 # if !defined PRIXLEAST64 || @PRI_MACROS_BROKEN@
328 # undef PRIXLEAST64 macro
329 # define PRIXLEAST64 PRIX64 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dinttypes.in.h280 # if !defined PRIXLEAST64
281 # define PRIXLEAST64 PRIX64 macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c287 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
288 # undef PRIXLEAST64 macro
289 # define PRIXLEAST64 PRIX64 macro
649 return PRIXLEAST64;
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c287 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
288 # undef PRIXLEAST64 macro
289 # define PRIXLEAST64 PRIX64 macro
649 return PRIXLEAST64;
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c287 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
288 # undef PRIXLEAST64 macro
289 # define PRIXLEAST64 PRIX64 macro
649 return PRIXLEAST64;
/netbsd-current/lib/libintl/
H A Dsysdep.c65 T_(PRIXLEAST64),
/netbsd-current/sys/sys/
H A Dcommon_int_fmtio.h128 #define PRIXLEAST64 __UINT_LEAST64_FMTX__ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dloadmsgcat.c295 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
296 # undef PRIXLEAST64 macro
297 # define PRIXLEAST64 PRIX64 macro
652 return PRIXLEAST64;
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dloadmsgcat.c287 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
288 # undef PRIXLEAST64 macro
289 # define PRIXLEAST64 PRIX64 macro
649 return PRIXLEAST64;
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dloadmsgcat.c289 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
290 # undef PRIXLEAST64 macro
291 # define PRIXLEAST64 PRIX64 macro
645 return PRIXLEAST64;
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dloadmsgcat.c287 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
288 # undef PRIXLEAST64 macro
289 # define PRIXLEAST64 PRIX64 macro
649 return PRIXLEAST64;

Completed in 203 milliseconds

1234