Searched refs:PRIx16 (Results 1 - 10 of 10) sorted by relevance

/external/qemu/
H A Dioport-user.c34 fprintf(stderr, "outw: port=0x%04"FMT_pioaddr", data=%04"PRIx16"\n",
H A Dioport.c203 LOG_IOPORT("outw: %04"FMT_pioaddr" %04"PRIx16"\n", addr, val);
225 LOG_IOPORT("inw : %04"FMT_pioaddr" %04"PRIx16"\n", addr, val);
/external/libusb_aah/msvc/
H A Dinttypes.h123 #define PRIx16 "x" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h102 #define PRIx16 "hx" macro
/external/bison/lib/
H A Dinttypes.in.h135 #if !defined PRIx16 || @PRI_MACROS_BROKEN@
136 # undef PRIx16 macro
138 # define PRIx16 "x" macro
/external/elfutils/libcpu/
H A Di386_data.h185 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp);
190 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16,
698 needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word);
823 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word);
840 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word);
1343 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, absval);
/external/e2fsprogs/intl/
H A Dloadmsgcat.c139 #if !defined PRIx16 || PRI_MACROS_BROKEN
140 # undef PRIx16 macro
141 # define PRIx16 "x" macro
542 return PRIx16;
/external/bison/darwin-lib/
H A Dinttypes.h447 #if !defined PRIx16 || 0
448 # undef PRIx16 macro
450 # define PRIx16 "x" macro
/external/bison/linux-lib/
H A Dinttypes.h447 #if !defined PRIx16 || 0
448 # undef PRIx16 macro
450 # define PRIx16 "x" macro
/external/elfutils/src/
H A Dreadelf.c5434 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16, 6); \
5771 BITS (16, HALF, "%6" PRId16, "0x%.4" PRIx16, 6); \

Completed in 280 milliseconds