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

1 2 3 4

  /src/external/gpl3/gdb/dist/sim/aarch64/
memory.c 41 TRACE_MEMORY (cpu, "ERROR: %s: %" PRIx64, message, addr);
52 TRACE_MEMORY (cpu, "read of %" PRIx64 " (%d bytes) from %" PRIx64, \
67 TRACE_MEMORY (cpu, "read of %8x (%d bytes) from %" PRIx64, \
94 "write of %" PRIx64 " (%d bytes) to %" PRIx64, \
113 "write of long double %" PRIx64 " %" PRIx64 " to %" PRIx64,
175 "upon stack instead %" PRIx64 "\n"
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
memory.c 41 TRACE_MEMORY (cpu, "ERROR: %s: %" PRIx64, message, addr);
52 TRACE_MEMORY (cpu, "read of %" PRIx64 " (%d bytes) from %" PRIx64, \
67 TRACE_MEMORY (cpu, "read of %8x (%d bytes) from %" PRIx64, \
94 "write of %" PRIx64 " (%d bytes) to %" PRIx64, \
113 "write of long double %" PRIx64 " %" PRIx64 " to %" PRIx64,
175 "upon stack instead %" PRIx64 "\n"
    [all...]
  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 103 #define PRIx64 "I64x"
104 #define PRIX64 "I64X"
  /src/external/public-domain/xz/dist/src/common/
sysdefs.h 82 # ifndef PRIx64
83 # define PRIx64 "llx"
85 # ifndef PRIX64
86 # define PRIX64 "llX"
95 # ifndef PRIx64
96 # define PRIx64 "lx"
98 # ifndef PRIX64
99 # define PRIX64 "lX"
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 94 #undef PRIx64
95 #define PRIx64 GCC_PRI64 "x"
96 #undef PRIX64
97 #define PRIX64 GCC_PRI64 "X"
113 #define HOST_WIDE_INT_PRINT_HEX "%#" PRIx64
114 #define HOST_WIDE_INT_PRINT_HEX_PURE "%" PRIx64
115 #define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%" PRIx64 "%016" PRIx64
116 #define HOST_WIDE_INT_PRINT_PADDED_HEX "%016" PRIx64
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 94 #undef PRIx64
95 #define PRIx64 GCC_PRI64 "x"
96 #undef PRIX64
97 #define PRIX64 GCC_PRI64 "X"
113 #define HOST_WIDE_INT_PRINT_HEX "%#" PRIx64
114 #define HOST_WIDE_INT_PRINT_HEX_PURE "%" PRIx64
115 #define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%" PRIx64 "%016" PRIx64
116 #define HOST_WIDE_INT_PRINT_PADDED_HEX "%016" PRIx64
  /src/sys/arch/alpha/include/
int_fmtio.h 109 #define PRIx64 "lx" /* uint64_t */
124 #define PRIX64 "lX" /* uint64_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 112 #define PRIx64 "lx" /* uint64_t */
127 #define PRIX64 "lX" /* uint64_t */
  /src/sys/arch/arm/include/
int_fmtio.h 161 #define PRIx64 "llx" /* uint64_t */
163 #define PRIx64 "lx" /* uint64_t */
189 #define PRIX64 "llX" /* uint64_t */
191 #define PRIX64 "lX" /* uint64_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 109 #define PRIx64 "llx" /* uint64_t */
124 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/i386/include/
int_fmtio.h 110 #define PRIx64 "llx" /* uint64_t */
125 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 109 #define PRIx64 "lx" /* uint64_t */
124 #define PRIX64 "lX" /* uint64_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 109 #define PRIx64 "llx" /* uint64_t */
124 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/mips/include/
int_fmtio.h 181 #define PRIx64 "lx" /* uint64_t */
183 #define PRIx64 "llx" /* uint64_t */
213 #define PRIX64 "lX" /* uint64_t */
215 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 108 #define PRIx64 "llx" /* uint64_t */
123 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 166 #define PRIx64 "lx" /* uint64_t */
168 #define PRIx64 "llx" /* uint64_t */
195 #define PRIX64 "lX" /* uint64_t */
197 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 169 #define PRIx64 "lx" /* uint64_t */
171 #define PRIx64 "llx" /* uint64_t */
199 #define PRIX64 "lX" /* uint64_t */
201 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 109 #define PRIx64 "llx" /* uint64_t */
124 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 180 #define PRIx64 "lx" /* uint64_t */
182 #define PRIx64 "llx" /* uint64_t */
211 #define PRIX64 "lX" /* uint64_t */
213 #define PRIX64 "llX" /* uint64_t */
  /src/sys/arch/vax/include/
int_fmtio.h 109 #define PRIx64 "llx" /* uint64_t */
124 #define PRIX64 "llX" /* uint64_t */
  /src/sys/dev/pci/
ubsec.c 1153 "invalid session id 0x%"PRIx64", nsessions=%d",
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c 195 #if !defined PRIx64 || PRI_MACROS_BROKEN
196 # undef PRIx64
197 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx")
199 #if !defined PRIX64 || PRI_MACROS_BROKEN
200 # undef PRIX64
201 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX")
293 # define PRIxLEAST64 PRIx64
297 # define PRIXLEAST64 PRIX64
389 # define PRIxFAST64 PRIx64
393 # define PRIXFAST64 PRIX64
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c 189 #if !defined PRIx64 || PRI_MACROS_BROKEN
190 # undef PRIx64
191 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx")
193 #if !defined PRIX64 || PRI_MACROS_BROKEN
194 # undef PRIX64
195 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX")
287 # define PRIxLEAST64 PRIx64
291 # define PRIXLEAST64 PRIX64
383 # define PRIxFAST64 PRIx64
387 # define PRIXFAST64 PRIX64
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c 187 #if !defined PRIx64 || PRI_MACROS_BROKEN
188 # undef PRIx64
189 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx")
191 #if !defined PRIX64 || PRI_MACROS_BROKEN
192 # undef PRIX64
193 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX")
285 # define PRIxLEAST64 PRIx64
289 # define PRIXLEAST64 PRIX64
381 # define PRIxFAST64 PRIx64
385 # define PRIXFAST64 PRIX64
    [all...]
  /src/sys/sys/
common_int_fmtio.h 109 #define PRIx64 __UINT64_FMTx__
124 #define PRIX64 __UINT64_FMTX__

Completed in 55 milliseconds

1 2 3 4