Searched refs:PRIuPTR (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/sys/arch/or1k/include/
H A Dtypes.h49 #define PRIuPSIZE PRIuPTR
52 #define PRIuVSIZE PRIuPTR
H A Dint_fmtio.h103 #define PRIuPTR "u" /* uintptr_t */ macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dinttypes.h52 #define PRIuPTR PRIu32 macro
59 #define PRIuPTR PRIu64 macro
/netbsd-current/sys/arch/riscv/include/
H A Dtypes.h54 #define PRIuVSIZE PRIuPTR
H A Dint_fmtio.h163 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_fmtio.h155 #define PRIuPTR "lu" /* uintptr_t */ macro
159 #define PRIuPTR "u" /* uintptr_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_fmtio.h172 #define PRIuPTR "lu" /* intptr_t */ macro
174 #define PRIuPTR "u" /* intptr_t */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h104 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h105 #define PRIuPTR "u" /* uintptr_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h104 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h107 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h104 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h104 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h104 #define PRIuPTR "u" /* uintptr_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_fmtio.h104 #define PRIuPTR "u" /* uintptr_t */ macro
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dmalloc_io.h30 # define FMTuPTR PRIuPTR
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h30 # define FMTuPTR PRIuPTR
/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h174 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_fmtio.h155 #define PRIuPTR "lu" /* uintptr_t */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dinttypes.in.h573 #if !defined PRIuPTR || @PRI_MACROS_BROKEN@
574 # undef PRIuPTR macro
576 # define PRIuPTR @PRIPTR_PREFIX@ "u" macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dinttypes.in.h492 #if !defined PRIuPTR
494 # define PRIuPTR @PRIPTR_PREFIX@ "u" macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c432 #if !defined PRIuPTR || PRI_MACROS_BROKEN
433 # undef PRIuPTR macro
434 # define PRIuPTR \ macro
748 return PRIuPTR;
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c432 #if !defined PRIuPTR || PRI_MACROS_BROKEN
433 # undef PRIuPTR macro
434 # define PRIuPTR \ macro
748 return PRIuPTR;
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c432 #if !defined PRIuPTR || PRI_MACROS_BROKEN
433 # undef PRIuPTR macro
434 # define PRIuPTR \ macro
748 return PRIuPTR;
/netbsd-current/lib/libintl/
H A Dsysdep.c124 T_(PRIuPTR),

Completed in 326 milliseconds

1234