/external/compiler-rt/SDKs/darwin/usr/include/ |
D | inttypes.h | 47 #define PRIx16 "hx" macro
|
/external/qemu/ |
D | ioport.c | 203 LOG_IOPORT("outw: %04"FMT_pioaddr" %04"PRIx16"\n", addr, val); in cpu_outw() 225 LOG_IOPORT("inw : %04"FMT_pioaddr" %04"PRIx16"\n", addr, val); in cpu_inw()
|
/external/elfutils/0.153/libcpu/ |
D | i386_data.h | 185 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp); in general_mod$r_m() 190 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16, in general_mod$r_m() 698 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); in FCT_imm() 823 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); in FCT_imm$s() 840 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); in FCT_imm16() 1343 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, absval); in FCT_sel()
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | inttypes.h | 123 #define PRIx16 "x" macro
|
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/ |
D | inttypes.h | 100 #define PRIx16 "hx" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 107 #define PRIx16 "hx" macro
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | inttypes.h | 107 #define PRIx16 "hx" macro
|
/external/libcxx/test/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 243 #ifndef PRIx16 244 #error PRIx16 not defined
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 139 #if !defined PRIx16 || PRI_MACROS_BROKEN 140 # undef PRIx16 141 # define PRIx16 "x" macro 542 return PRIx16; in get_sysdep_segment_value()
|
/external/jemalloc/include/msvc_compat/C99/ |
D | inttypes.h | 115 #define PRIx16 "hx" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 135 #if !defined PRIx16 || @PRI_MACROS_BROKEN@ 136 # undef PRIx16 138 # define PRIx16 "x" macro
|
/external/libcxx/include/ |
D | cinttypes | 96 PRIx16
|
/external/bison/linux-lib/ |
D | inttypes.h | 447 #if !defined PRIx16 || 0 448 # undef PRIx16 450 # define PRIx16 "x" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 447 #if !defined PRIx16 || 0 448 # undef PRIx16 450 # define PRIx16 "x" macro
|
/external/libcxx/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 487 #ifndef PRIx16 488 #error PRIx16 not defined
|
/external/vixl/src/a64/ |
D | debugger-a64.cc | 1119 case 16: return new Format<uint16_t>("%04" PRIx16, 'x'); in Tokenize()
|
/external/elfutils/0.153/src/ |
D | readelf.c | 7460 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16, 6); \ in handle_core_item() 7826 BITS (16, HALF, "%6" PRId16, "0x%.4" PRIx16, 6); \ in handle_core_register()
|