HomeSort by: relevance | last modified time | path
    Searched defs:PRIo64 (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 101 #define PRIo64 "I64o"
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 90 #undef PRIo64
91 #define PRIo64 GCC_PRI64 "o"
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 90 #undef PRIo64
91 #define PRIo64 GCC_PRI64 "o"
  /src/sys/arch/alpha/include/
int_fmtio.h 79 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 82 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/arm/include/
int_fmtio.h 105 #define PRIo64 "llo" /* uint64_t */
107 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/i386/include/
int_fmtio.h 80 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 79 #define PRIo64 "lo" /* uint64_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/mips/include/
int_fmtio.h 117 #define PRIo64 "lo" /* uint64_t */
119 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 78 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 108 #define PRIo64 "lo" /* uint64_t */
110 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 109 #define PRIo64 "lo" /* uint64_t */
111 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 118 #define PRIo64 "lo" /* uint64_t */
120 #define PRIo64 "llo" /* uint64_t */
  /src/sys/arch/vax/include/
int_fmtio.h 79 #define PRIo64 "llo" /* uint64_t */
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 187 #if !defined PRIo64 || PRI_MACROS_BROKEN
188 # undef PRIo64
189 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo")
285 # define PRIoLEAST64 PRIo64
381 # define PRIoFAST64 PRIo64
579 return PRIo64;
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 181 #if !defined PRIo64 || PRI_MACROS_BROKEN
182 # undef PRIo64
183 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo")
279 # define PRIoLEAST64 PRIo64
375 # define PRIoFAST64 PRIo64
572 return PRIo64;
  /src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c 179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo")
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
576 return PRIo64;
  /src/sys/sys/
common_int_fmtio.h 79 #define PRIo64 __UINT64_FMTo__
  /src/tools/compat/
compat_defs.h 920 #ifndef PRIo64
921 #define PRIo64 "lo"
958 #ifndef PRIo64
959 #define PRIo64 "llo"
989 #if ! (defined(PRId64) && defined(PRIi64) && defined(PRIo64) && \
  /src/external/gpl3/gdb/dist/gnulib/import/
inttypes.in.h 194 # if !defined PRIo64
195 # define PRIo64 _PRIu64_PREFIX "o"
272 # define PRIoLEAST64 PRIo64
301 # define PRIoFAST8 PRIo64
343 # define PRIoFAST16 PRIo64
385 # define PRIoFAST32 PRIo64
421 # define PRIoFAST64 PRIo64
450 # define PRIoMAX PRIo64
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
inttypes.h 705 # if !defined PRIo64
706 # define PRIo64 _PRIu64_PREFIX "o"
783 # define PRIoLEAST64 PRIo64
812 # define PRIoFAST8 PRIo64
854 # define PRIoFAST16 PRIo64
896 # define PRIoFAST32 PRIo64
932 # define PRIoFAST64 PRIo64
961 # define PRIoMAX PRIo64
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
inttypes.h 705 # if !defined PRIo64
706 # define PRIo64 _PRIu64_PREFIX "o"
783 # define PRIoLEAST64 PRIo64
812 # define PRIoFAST8 PRIo64
854 # define PRIoFAST16 PRIo64
896 # define PRIoFAST32 PRIo64
932 # define PRIoFAST64 PRIo64
961 # define PRIoMAX PRIo64

Completed in 38 milliseconds

1 2 3 4