HomeSort by relevance Sort by last modified time
    Searched refs:PRIx32 (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/strace/
mtd.c 78 tprintf(", size=%#" PRIx32 ", erasesize=%#" PRIx32,
80 tprintf(", writesize=%#" PRIx32 ", oobsize=%#" PRIx32,
93 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 "}",
110 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 ", ptr=...}",
127 tprintf(", {offset=%#" PRIx32 ", erasesize=%#" PRIx32,
    [all...]
  /external/vixl/examples/
swap-int32.cc 82 "x0 = 0x%" PRIx32 "\n"
83 "x1 = 0x%" PRIx32 "\n",
89 "x0 = 0x%" PRIx32 "\n"
90 "x1 = 0x%" PRIx32 "\n",
  /external/qemu/
ioport.c 85 LOG_UNUSED_IOPORT("unused inb: port=0x%04"PRIx32"\n", address);
91 LOG_UNUSED_IOPORT("unused outb: port=0x%04"PRIx32" data=0x%02"PRIx32"\n",
114 LOG_UNUSED_IOPORT("unused inl: port=0x%04"PRIx32"\n", address);
120 LOG_UNUSED_IOPORT("unused outl: port=0x%04"PRIx32" data=0x%02"PRIx32"\n",
209 LOG_IOPORT("outl: %04"FMT_pioaddr" %08"PRIx32"\n", addr, val);
233 LOG_IOPORT("inl : %04"FMT_pioaddr" %08"PRIx32"\n", addr, val);
  /external/vixl/test/
test-fuzz-a64.cc 94 fprintf(stderr, "0x%08" PRIx32 "\n", static_cast<uint32_t>(i));
111 fprintf(stderr, "0x%08" PRIx32 "\n", static_cast<uint32_t>(i));
test-utils-a64.cc 43 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n",
66 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n",
69 printf("Expected %.9f (0x%08" PRIx32 ")\t "
70 "Found %.9f (0x%08" PRIx32 ")\n",
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n",
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n",
  /external/compiler-rt/SDKs/darwin/usr/include/
inttypes.h 48 #define PRIx32 "x"
53 #define PRIX32 "X"
  /external/qemu/include/exec/
ioport.h 30 #define FMT_pioaddr PRIx32
  /external/valgrind/main/none/tests/s390x/
cksm.c 127 printf("FAIL: sum: by-hand %"PRIx32" by-insn %"PRIx32"\n",
151 printf("FAIL: sum: by-insn %"PRIx32" expected %"PRIx32"\n",
157 printf("FAIL: sum: by-hand %"PRIx32" expected %"PRIx32"\n",
  /external/chromium_org/v8/test/cctest/
test-utils-arm64.cc 43 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n",
66 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n",
69 printf("Expected %.9f (0x%08" PRIx32 ")\t "
70 "Found %.9f (0x%08" PRIx32 ")\n",
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n",
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n",
  /system/core/libutils/
FileMap.cpp 28 # define PRIx32 "I32x"
110 ALOGE("CreateFileMapping(%p, %" PRIx32 ") failed with error %" PRId32 "\n",
  /external/elfutils/0.153/libcpu/
i386_data.h 246 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx32 "(%%%n%s)",
265 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx32 "(%%rip)",
271 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx32, disp);
309 n = snprintf (cp, sizeof (tmpbuf), "%s0x%" PRIx32,
369 n = snprintf (cp, sizeof (tmpbuf), "0x%" PRIx32, disp);
459 # define ABSPRIFMT PRIx32
559 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%%s%" PRIx32,
592 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32,
711 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word);
762 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word)
    [all...]
  /development/ndk/platforms/android-3/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 124 #define PRIx32 "x"
141 #define PRIX32 "X"
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 120 #define PRIx32 "I32x"
121 #define PRIX32 "I32X"
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 71 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number);
117 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number);
146 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number);
168 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number);
  /external/mesa3d/include/c99/
inttypes.h 120 #define PRIx32 "I32x"
121 #define PRIX32 "I32X"
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
inttypes.h 118 #define PRIx32 "x" /* uint32_t */
136 #define PRIX32 "X" /* uint32_t */

Completed in 336 milliseconds

1 2 3 4 5