Home
last modified time | relevance | path

Searched refs:PRIX16 (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c100 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/
Dplatform.h75 #define PRIX16 "hX" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c143 #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/
Dinttypes.h140 #define PRIX16 "X" macro
/external/syslinux/com32/include/
Dinttypes.h117 #define PRIX16 "X" macro
/external/libcxx/include/
Dcinttypes114 PRIX16
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp543 #ifndef PRIX16
544 #error PRIX16 not defined
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py149 PRIX16 = "X" variable
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp543 #ifndef PRIX16
544 #error PRIX16 not defined
/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp181 *CommentStream << format("imm = 0x%" PRIX16 "\n", (uint16_t)Imm); in printOperand()