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

1 2 3 4

  /src/external/bsd/libarchive/dist/tar/
bsdtar_windows.h 16 #ifndef PRId64
17 #define PRId64 "I64"
  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 99 #define PRId64 "I64d"
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 86 #undef PRId64
87 #define PRId64 GCC_PRI64 "d"
110 #define HOST_WIDE_INT_PRINT_DEC "%" PRId64
111 #define HOST_WIDE_INT_PRINT_DEC_C "%" PRId64 HOST_WIDE_INT_PRINT_C
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 86 #undef PRId64
87 #define PRId64 GCC_PRI64 "d"
110 #define HOST_WIDE_INT_PRINT_DEC "%" PRId64
111 #define HOST_WIDE_INT_PRINT_DEC_C "%" PRId64 HOST_WIDE_INT_PRINT_C
  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 1121 "r%" PRId64, value);
1124 "f%" PRId64, value);
1127 "v%" PRId64, value);
1130 "vs%" PRId64, value);
1133 "dm%" PRId64, value);
1136 "a%" PRId64, value);
1143 "fsl%" PRId64, value);
1146 "fcr%" PRId64, value);
1149 "%" PRId64, value);
1155 "cr%" PRId64, value)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 1110 "r%" PRId64, value);
1113 "f%" PRId64, value);
1116 "v%" PRId64, value);
1119 "vs%" PRId64, value);
1122 "dm%" PRId64, value);
1125 "a%" PRId64, value);
1132 "fsl%" PRId64, value);
1135 "fcr%" PRId64, value);
1138 "%" PRId64, value);
1144 "cr%" PRId64, value)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 1100 "r%" PRId64, value);
1103 "f%" PRId64, value);
1106 "v%" PRId64, value);
1109 "vs%" PRId64, value);
1112 "dm%" PRId64, value);
1115 "a%" PRId64, value);
1122 "fsl%" PRId64, value);
1125 "fcr%" PRId64, value);
1128 "%" PRId64, value);
1134 "cr%" PRId64, value)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 1110 "r%" PRId64, value);
1113 "f%" PRId64, value);
1116 "v%" PRId64, value);
1119 "vs%" PRId64, value);
1122 "dm%" PRId64, value);
1125 "a%" PRId64, value);
1132 "fsl%" PRId64, value);
1135 "fcr%" PRId64, value);
1138 "%" PRId64, value);
1144 "cr%" PRId64, value)
    [all...]
  /src/sys/arch/alpha/include/
int_fmtio.h 47 #define PRId64 "ld" /* int64_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 50 #define PRId64 "ld" /* int64_t */
  /src/sys/arch/arm/include/
int_fmtio.h 47 #define PRId64 "lld" /* int64_t */
49 #define PRId64 "ld" /* int64_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 47 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/i386/include/
int_fmtio.h 48 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 47 #define PRId64 "ld" /* int64_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 47 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/mips/include/
int_fmtio.h 48 #define PRId64 "ld" /* int64_t */
50 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 46 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 48 #define PRId64 "ld" /* int64_t */
50 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 47 #define PRId64 "ld" /* int64_t */
49 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 47 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 48 #define PRId64 "ld" /* int64_t */
50 #define PRId64 "lld" /* int64_t */
  /src/sys/arch/vax/include/
int_fmtio.h 47 #define PRId64 "lld" /* int64_t */
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 179 #if !defined PRId64 || PRI_MACROS_BROKEN
180 # undef PRId64
181 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
277 # define PRIdLEAST64 PRId64
373 # define PRIdFAST64 PRId64
575 return PRId64;
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 173 #if !defined PRId64 || PRI_MACROS_BROKEN
174 # undef PRId64
175 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
271 # define PRIdLEAST64 PRId64
367 # define PRIdFAST64 PRId64
568 return PRId64;
  /src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c 171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
572 return PRId64;

Completed in 30 milliseconds

1 2 3 4