Searched refs:PRIx8 (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/libebl/
H A Deblobjnote.c79 printf ("%02" PRIx8, (uint8_t) desc[i]);
80 printf ("%02" PRIx8 "\n", (uint8_t) desc[i]);
/external/qemu/
H A Dioport-user.c28 fprintf(stderr, "outb: port=0x%04"FMT_pioaddr", data=%02"PRIx8"\n",
H A Dioport.c197 LOG_IOPORT("outb: %04"FMT_pioaddr" %02"PRIx8"\n", addr, val);
217 LOG_IOPORT("inb : %04"FMT_pioaddr" %02"PRIx8"\n", addr, val);
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c73 4, "%02" PRIx8 "/", (uint8_t) id[0]);
78 3, "%02" PRIx8, (uint8_t) id[i]);
/external/mesa3d/include/c99/
H A Dinttypes.h94 #define PRIx8 "x" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h89 #define PRIx8 "x" macro
/external/elfutils/libcpu/
H A Di386_parse.c2893 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", mask, byte);
2904 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",",
2916 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", mask, byte);
H A Di386_parse.y1288 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", mask, byte);
1299 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",",
1311 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", mask, byte);
/external/e2fsprogs/intl/
H A Dloadmsgcat.c115 #if !defined PRIx8 || PRI_MACROS_BROKEN
116 # undef PRIx8 macro
117 # define PRIx8 "x" macro
526 return PRIx8;
/external/elfutils/src/
H A Dobjdump.c702 printf (" %02" PRIx8, info->last_end[cnt]);
714 printf (" %02" PRIx8, info->last_end[cnt]);
H A Dunstrip.c2121 printf ("%02" PRIx8, *id++);
H A Dreadelf.c5433 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8, 4); \
5770 BITS (8, BYTE, "%4" PRId8, "0x%.2" PRIx8, 4); \

Completed in 638 milliseconds