Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 25 of 52) sorted by relevance

123

/external/strace/
Dmtd.c78 tprintf(", size=%#" PRIx32 ", erasesize=%#" PRIx32, in mtd_ioctl()
80 tprintf(", writesize=%#" PRIx32 ", oobsize=%#" PRIx32, in mtd_ioctl()
93 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 "}", in mtd_ioctl()
110 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 ", ptr=...}", in mtd_ioctl()
127 tprintf(", {offset=%#" PRIx32 ", erasesize=%#" PRIx32, in mtd_ioctl()
129 tprintf(", numblocks=%#" PRIx32 ", regionindex=%#" PRIx32 "}", in mtd_ioctl()
139 tprintf(", eccbytes=%#" PRIx32, ninfo.eccbytes); in mtd_ioctl()
149 tprintf("%#" PRIx32, ninfo.oobfree[i][j]); in mtd_ioctl()
157 tprintf("%#" PRIx32, ninfo.eccpos[i]); in mtd_ioctl()
168 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 ", locked=%" PRIu32 "}", in mtd_ioctl()
[all …]
/external/qemu/
Dioport.c85 LOG_UNUSED_IOPORT("unused inb: port=0x%04"PRIx32"\n", address); in default_ioport_readb()
91 LOG_UNUSED_IOPORT("unused outb: port=0x%04"PRIx32" data=0x%02"PRIx32"\n", in default_ioport_writeb()
114 LOG_UNUSED_IOPORT("unused inl: port=0x%04"PRIx32"\n", address); in default_ioport_readl()
120 LOG_UNUSED_IOPORT("unused outl: port=0x%04"PRIx32" data=0x%02"PRIx32"\n", in default_ioport_writel()
209 LOG_IOPORT("outl: %04"FMT_pioaddr" %08"PRIx32"\n", addr, val); in cpu_outl()
233 LOG_IOPORT("inl : %04"FMT_pioaddr" %08"PRIx32"\n", addr, val); in cpu_inl()
/external/vixl/examples/
Dswap-int32.cc82 "x0 = 0x%" PRIx32 "\n" in main()
83 "x1 = 0x%" PRIx32 "\n", in main()
89 "x0 = 0x%" PRIx32 "\n" in main()
90 "x1 = 0x%" PRIx32 "\n", in main()
/external/valgrind/main/none/tests/s390x/
Dcksm.c127 printf("FAIL: sum: by-hand %"PRIx32" by-insn %"PRIx32"\n", in compare_results()
151 printf("FAIL: sum: by-insn %"PRIx32" expected %"PRIx32"\n", in compare_results()
157 printf("FAIL: sum: by-hand %"PRIx32" expected %"PRIx32"\n", in compare_results()
/external/vixl/test/
Dtest-utils-a64.cc43 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n", in Equal32()
66 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n", in EqualFP32()
69 printf("Expected %.9f (0x%08" PRIx32 ")\t " in EqualFP32()
70 "Found %.9f (0x%08" PRIx32 ")\n", in EqualFP32()
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
Dtest-fuzz-a64.cc94 fprintf(stderr, "0x%08" PRIx32 "\n", static_cast<uint32_t>(i));
111 fprintf(stderr, "0x%08" PRIx32 "\n", static_cast<uint32_t>(i));
/external/chromium_org/v8/test/cctest/
Dtest-utils-arm64.cc43 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n", in Equal32()
66 printf("Expected 0x%08" PRIx32 "\t Found 0x%08" PRIx32 "\n", in EqualFP32()
69 printf("Expected %.9f (0x%08" PRIx32 ")\t " in EqualFP32()
70 "Found %.9f (0x%08" PRIx32 ")\n", in EqualFP32()
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
/external/elfutils/0.153/libcpu/
Di386_data.h246 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx32 "(%%%n%s)", in general_mod$r_m()
265 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx32 "(%%rip)", in general_mod$r_m()
271 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx32, disp); in general_mod$r_m()
309 n = snprintf (cp, sizeof (tmpbuf), "%s0x%" PRIx32, in general_mod$r_m()
369 n = snprintf (cp, sizeof (tmpbuf), "0x%" PRIx32, disp); in general_mod$r_m()
459 # define ABSPRIFMT PRIx32 in generic_abs()
559 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%%s%" PRIx32, in FCT_crdb()
592 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, in FCT_disp8()
711 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word); in FCT_imm()
762 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word); in FCT_imm64$w()
[all …]
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp71 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number); in Suspend()
117 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in SetSuspendCountBeforeResume()
146 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in RestoreSuspendCountAfterStop()
168 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number); in RestoreSuspendCountAfterStop()
/external/compiler-rt/SDKs/darwin/usr/include/
Dinttypes.h48 #define PRIx32 "x" macro
/external/qemu/include/exec/
Dioport.h30 #define FMT_pioaddr PRIx32
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dutil.h102 #ifndef PRIx32
103 #define PRIx32 "x" macro
/external/chromium_org/third_party/libusb/src/msvc/
Dinttypes.h124 #define PRIx32 "x" macro
/external/mesa3d/include/c99/
Dinttypes.h120 #define PRIx32 "I32x" macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dinttypes.h120 #define PRIx32 "I32x" macro
/external/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp247 #ifndef PRIx32
248 #error PRIx32 not defined
/external/ltrace/
Dltrace-elf.h170 #define PRI_ELF_ADDR PRIx32
/external/e2fsprogs/intl/
Dloadmsgcat.c163 #if !defined PRIx32 || PRI_MACROS_BROKEN
164 # undef PRIx32
165 # define PRIx32 "x" macro
558 return PRIx32; in get_sysdep_segment_value()
/external/jemalloc/include/msvc_compat/C99/
Dinttypes.h128 #define PRIx32 "x" macro
/external/bison/lib/
Dinttypes.in.h171 #if !defined PRIx32 || @PRI_MACROS_BROKEN@
172 # undef PRIx32
174 # define PRIx32 "x" macro
/external/libcxx/include/
Dcinttypes97 PRIx32
/external/bison/darwin-lib/
Dinttypes.h483 #if !defined PRIx32 || 0
484 # undef PRIx32
486 # define PRIx32 "x" macro
/external/bison/linux-lib/
Dinttypes.h483 #if !defined PRIx32 || 0
484 # undef PRIx32
486 # define PRIx32 "x" macro
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dinternal.h174 #define BN_HEX_FMT1 "%" PRIx32
/external/vixl/src/a64/
Ddebugger-a64.cc1092 if (length == 1) return new Format<uint32_t>("%08" PRIx32, 'i'); in Tokenize()
1120 case 32: return new Format<uint32_t>("%08" PRIx32, 'x'); in Tokenize()
1348 FormatToken* format = new Format<uint32_t>("%08" PRIx32, 'i'); in Build()
1435 case 4: format = new Format<uint32_t>("%08" PRIx32, 'x'); break; in Build()

123