Searched refs:PRIX16 (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 100 snprintf( str, len, "0x%04" PRIX16, op->data.word ); in get_operand_data_str() 682 STRNCATF( buf, "$0x%04" PRIX16 ", ", op->data.absolute.segment, in format_operand_att() 685 STRNCATF( buf, "$0x%04" PRIX16, in format_operand_att() 753 STRNCATF( buf, "$0x%04" PRIX16 ":", op->data.absolute.segment, in format_operand_native() 756 STRNCATF( buf, "0x%04" PRIX16, in format_operand_native() 837 "\t\t<absolute_address segment=\"0x%04" PRIX16 "\"", in format_operand_xml() 841 STRNCATF( buf, "offset=\"0x%04" PRIX16 "\">", in format_operand_xml() 940 STRNCATF( buf, "$0x%04" PRIX16 ":", op->data.absolute.segment, in format_operand_raw() 943 STRNCATF( buf, "0x%04" PRIX16 "|", in format_operand_raw()
|
/external/capstone/include/ |
D | platform.h | 75 #define PRIX16 "hX" macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 143 #if !defined PRIX16 || PRI_MACROS_BROKEN 144 # undef PRIX16 145 # define PRIX16 "X" macro 544 return PRIX16; in get_sysdep_segment_value()
|
/external/libusb/msvc/ |
D | inttypes.h | 140 #define PRIX16 "X" macro
|
/external/syslinux/com32/include/ |
D | inttypes.h | 117 #define PRIX16 "X" macro
|
/external/libcxx/include/ |
D | cinttypes | 114 PRIX16
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 543 #ifndef PRIX16 544 #error PRIX16 not defined
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 149 PRIX16 = "X" variable
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 543 #ifndef PRIX16 544 #error PRIX16 not defined
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.cpp | 181 *CommentStream << format("imm = 0x%" PRIX16 "\n", (uint16_t)Imm); in printOperand()
|