Home
last modified time | relevance | path

Searched refs:PRIx8 (Results 1 – 25 of 26) sorted by relevance

12

/external/elfutils/libdwfl/
Ddwfl_build_id_find_elf.c56 4, "%02" PRIx8 "/", (uint8_t) id[0]); in __libdwfl_open_by_build_id()
61 3, "%02" PRIx8, (uint8_t) id[i]); in __libdwfl_open_by_build_id()
/external/elfutils/libebl/
Deblobjnote.c144 printf ("%02" PRIx8, (uint8_t) desc[i]); in ebl_object_note()
145 printf ("%02" PRIx8 "\n", (uint8_t) desc[i]); in ebl_object_note()
/external/elfutils/libcpu/
Di386_parse.y1301 fprintf (outfile, " %#" PRIx8 ",", byte); in instrtable_out()
1305 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", in instrtable_out()
1319 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", in instrtable_out()
1331 fprintf (outfile, " %#" PRIx8 ", %#" PRIx8 ",", mask, byte); in instrtable_out()
/external/e2fsprogs/intl/
Dloadmsgcat.c115 #if !defined PRIx8 || PRI_MACROS_BROKEN
116 # undef PRIx8
117 # define PRIx8 "x" macro
526 return PRIx8; in get_sysdep_segment_value()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp239 #ifndef PRIx8
240 #error PRIx8 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h92 #define PRIx8 "x" macro
/external/mesa3d/include/c99/
Dinttypes.h94 #define PRIx8 "x" macro
/external/bison/lib/
Dinttypes.in.h99 #if !defined PRIx8 || @PRI_MACROS_BROKEN@
100 # undef PRIx8
102 # define PRIx8 "x" macro
/external/bison/darwin-lib/
Dinttypes.h411 #if !defined PRIx8 || 0
412 # undef PRIx8
414 # define PRIx8 "x" macro
/external/bison/linux-lib/
Dinttypes.h411 #if !defined PRIx8 || 0
412 # undef PRIx8
414 # define PRIx8 "x" macro
/external/libcxx/include/
Dcinttypes95 PRIx8
Dmodule.modulemap95PRIx8, PRIx16, PRIx32, PRIx64, PRIxFAST8, PRIxFAST16, PRIxFAST32, PRIxFAST64, PRIxLEAST8, PRIxLEAS…
/external/elfutils/src/
Dstack.c160 printf ("%02" PRIx8, *id++); in module_callback()
262 printf ("%02" PRIx8, *id++); in print_frame()
Dobjdump.c659 printf (" %02" PRIx8, info->last_end[cnt]); in disasm_output()
681 printf (" %02" PRIx8, info->last_end[cnt]); in disasm_output()
Dreadelf.c7359 printf (gettext (" Flag: 0x%" PRIx8 "\n"), flag); in print_debug_macro_section()
7390 printf (gettext (" [%" PRIx8 "]"), opcode); in print_debug_macro_section()
7540 printf ("%*svendor opcode 0x%" PRIx8, level, "", opcode); in print_debug_macro_section()
7562 printf (" %" PRIx8, (unsigned int) val); in print_debug_macro_section()
8484 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item()
8869 BITS (8, BYTE, "%4" PRId8, "0x%.2" PRIx8); \ in handle_core_register()
Dunstrip.c2265 printf ("%02" PRIx8, *id++); in list_module()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp483 #ifndef PRIx8
484 #error PRIx8 not defined
/external/strace/
Devdev.c202 tprintf("%" PRIx8, ike.scancode[i]); in keycode_V2_ioctl()
/external/vixl/test/
Dtest-simulator-a64.cc641 printf(" 0x%" PRIx8 ",\n", results[d]); in TestCmp()
662 printf(" Expected: %c%c%c%c (0x%" PRIx8 ")\n", in TestCmp()
668 printf(" Found: %c%c%c%c (0x%" PRIx8 ")\n", in TestCmp()
760 printf(" 0x%" PRIx8 ",\n", results[d]); in TestCmpZero()
779 printf(" Expected: %c%c%c%c (0x%" PRIx8 ")\n", in TestCmpZero()
785 printf(" Found: %c%c%c%c (0x%" PRIx8 ")\n", in TestCmpZero()
/external/vixl/src/vixl/a64/
Ddebugger-a64.cc1039 case 8: return new Format<uint8_t>("%02" PRIx8, 'x'); in Tokenize()
/external/elfutils/po/
Duk.po6086 msgid " Flag: 0x%<PRIx8>\n"
6087 msgstr " Прапорець: 0x%<PRIx8>\n"
6106 msgid " [%<PRIx8>]"
6107 msgstr " [%<PRIx8>]"
Dpl.po6046 msgid " Flag: 0x%<PRIx8>\n"
6047 msgstr " Flaga: 0x%<PRIx8>\n"
6066 msgid " [%<PRIx8>]"
6067 msgstr " [%<PRIx8>]"
Dde.po5584 msgid " Flag: 0x%<PRIx8>\n"
5604 msgid " [%<PRIx8>]"
Dja.po5792 msgid " Flag: 0x%<PRIx8>\n"
5812 msgid " [%<PRIx8>]"
/external/v8/src/arm64/
Dsimulator-arm64.cc1227 fprintf(stream_, "# %s%5s<7:0>: %s0x%02" PRIx8 "%s", in PrintWrite()

12