HomeSort by: relevance | last modified time | path
    Searched refs:PRIX32 (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/lib/Headers/
inttypes.h 24 /* MSVC headers define int32_t as int, but PRIx32 as "lx" instead of "x".
38 #undef PRIx32
41 #undef PRIX32
73 #define PRIx32 "x"
76 #define PRIX32 "X"
  /src/external/public-domain/xz/dist/src/liblzma/check/
crc32_tablegen.c 67 printf("0x%08" PRIX32, crc32_table[s][b]);
96 printf("0x%08" PRIX32, crc32_table[0][b]);
  /src/external/apache2/llvm/config/llvm/Support/
DataTypes.h 110 #define PRIx32 "x"
111 #define PRIX32 "X"
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
inttypes.h 53 #define PRIxPTR PRIx32
54 #define PRIXPTR PRIX32
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
inttypes.h 53 #define PRIxPTR PRIx32
54 #define PRIXPTR PRIX32
  /src/sys/arch/arm/at91/
at91spi.c 246 DPRINTFN(3, ("%s: slave %d mode %d speed %d, csr=0x%08"PRIX32"\n",
277 DPRINTFN(3, ("%s: sc=%p start=%d sr=%"PRIX32"\n", __FUNCTION__, sc, start, sr));
281 DPRINTFN(3, ("%s: sr=%"PRIX32"\n", __FUNCTION__, sr));
332 DPRINTFN(3, ("%s: dmaoffs=%d len=%d wchunk=%p (%p:%d) rchunk=%p (%p:%d) mr=%"PRIX32" sr=%"PRIX32" imr=%"PRIX32" csr0=%"PRIX32"\n",
434 DPRINTFN(3, ("%s: interrupts are not enabled, sr=%08"PRIX32" imr=%08"PRIX32"\n",
439 DPRINTFN(3, ("%s: sr=%08"PRIX32" imr=%08"PRIX32"\n"
    [all...]
  /src/external/public-domain/xz/dist/src/common/
sysdefs.h 85 #ifndef PRIx32
86 # define PRIx32 "x"
88 #ifndef PRIX32
89 # define PRIX32 "X"
  /src/external/apache2/llvm/autoconf/include/llvm/Support/
DataTypes.h.in 109 #define PRIx32 "x"
110 #define PRIX32 "X"
  /src/sys/arch/alpha/include/
int_fmtio.h 108 #define PRIx32 "x" /* uint32_t */
123 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 111 #define PRIx32 "x" /* uint32_t */
126 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 108 #define PRIx32 "x" /* uint32_t */
123 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/i386/include/
int_fmtio.h 109 #define PRIx32 "x" /* uint32_t */
124 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 108 #define PRIx32 "x" /* uint32_t */
123 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 108 #define PRIx32 "x" /* uint32_t */
123 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 107 #define PRIx32 "x" /* uint32_t */
122 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 108 #define PRIx32 "x" /* uint32_t */
123 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/vax/include/
int_fmtio.h 108 #define PRIx32 "x" /* uint32_t */
123 #define PRIX32 "X" /* uint32_t */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
inttypes.d 147 enum _cstr PRIx32 = "lx";
174 enum _cstr PRIX32 = "lX";
392 enum _cstr PRIxMAX = PRIx32;
394 enum _cstr PRIXMAX = PRIX32;
416 enum _cstr PRIxPTR = PRIx32;
418 enum _cstr PRIXPTR = PRIX32;
  /src/sys/arch/arm/include/
int_fmtio.h 159 #define PRIx32 "x" /* uint32_t */
187 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/mips/include/
int_fmtio.h 179 #define PRIx32 "x" /* uint32_t */
211 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 164 #define PRIx32 "x" /* uint32_t */
193 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 167 #define PRIx32 "x" /* uint32_t */
197 #define PRIX32 "X" /* uint32_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 178 #define PRIx32 "x" /* uint32_t */
209 #define PRIX32 "X" /* uint32_t */
  /src/tools/compat/
compat_defs.h 841 #ifndef PRIx32
842 #define PRIx32 "x"
844 #ifndef PRIX32
845 #define PRIX32 "X"
879 #ifndef PRIx32
880 #define PRIx32 "lx"
882 #ifndef PRIX32
883 #define PRIX32 "lX"
905 defined(PRIu32) && defined(PRIx32) && defined(PRIX32))
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
inttypes.in.h 161 #if !defined PRIx32
163 # define PRIx32 "x"
166 #if !defined PRIX32
168 # define PRIX32 "X"

Completed in 143 milliseconds

1 2 3 4