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

1 2 3 4

  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 102 #define PRIu64 "I64u"
  /src/external/public-domain/xz/dist/src/common/
sysdefs.h 79 # ifndef PRIu64
80 # define PRIu64 "llu"
92 # ifndef PRIu64
93 # define PRIu64 "lu"
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 92 #undef PRIu64
93 #define PRIu64 GCC_PRI64 "u"
112 #define HOST_WIDE_INT_PRINT_UNSIGNED "%" PRIu64
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 92 #undef PRIu64
93 #define PRIu64 GCC_PRI64 "u"
112 #define HOST_WIDE_INT_PRINT_UNSIGNED "%" PRIu64
  /src/sys/arch/alpha/include/
int_fmtio.h 94 #define PRIu64 "lu" /* uint64_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 97 #define PRIu64 "lu" /* uint64_t */
  /src/sys/arch/arm/include/
int_fmtio.h 133 #define PRIu64 "llu" /* uint64_t */
135 #define PRIu64 "lu" /* uint64_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 94 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/i386/include/
int_fmtio.h 95 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 94 #define PRIu64 "lu" /* uint64_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 94 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/mips/include/
int_fmtio.h 149 #define PRIu64 "lu" /* uint64_t */
151 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 93 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 137 #define PRIu64 "lu" /* uint64_t */
139 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 139 #define PRIu64 "lu" /* uint64_t */
141 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 94 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 149 #define PRIu64 "lu" /* uint64_t */
151 #define PRIu64 "llu" /* uint64_t */
  /src/sys/arch/vax/include/
int_fmtio.h 94 #define PRIu64 "llu" /* uint64_t */
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 191 #if !defined PRIu64 || PRI_MACROS_BROKEN
192 # undef PRIu64
193 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu")
289 # define PRIuLEAST64 PRIu64
385 # define PRIuFAST64 PRIu64
581 return PRIu64;
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 185 #if !defined PRIu64 || PRI_MACROS_BROKEN
186 # undef PRIu64
187 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu")
283 # define PRIuLEAST64 PRIu64
379 # define PRIuFAST64 PRIu64
574 return PRIu64;
  /src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c 183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu")
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
578 return PRIu64;
  /src/sys/sys/
common_int_fmtio.h 94 #define PRIu64 __UINT64_FMTu__
  /src/tools/compat/
compat_defs.h 923 #ifndef PRIu64
924 #define PRIu64 "lu"
961 #ifndef PRIu64
962 #define PRIu64 "llu"
990 defined(PRIu64) && defined(PRIx64) && defined(PRIX64))
  /src/external/gpl3/gdb/dist/gnulib/import/
inttypes.in.h 197 # if !defined PRIu64
198 # define PRIu64 _PRIu64_PREFIX "u"
275 # define PRIuLEAST64 PRIu64
308 # define PRIuFAST8 PRIu64
350 # define PRIuFAST16 PRIu64
392 # define PRIuFAST32 PRIu64
424 # define PRIuFAST64 PRIu64
457 # define PRIuMAX PRIu64
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
inttypes.h 708 # if !defined PRIu64
709 # define PRIu64 _PRIu64_PREFIX "u"
786 # define PRIuLEAST64 PRIu64
819 # define PRIuFAST8 PRIu64
861 # define PRIuFAST16 PRIu64
903 # define PRIuFAST32 PRIu64
935 # define PRIuFAST64 PRIu64
968 # define PRIuMAX PRIu64

Completed in 74 milliseconds

1 2 3 4