Home
last modified time | relevance | path

Searched refs:PRIX8 (Results 1 – 11 of 11) sorted by relevance

/external/libusb/msvc/
Dinttypes.h139 #define PRIX8 "X" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c119 #if !defined PRIX8 || PRI_MACROS_BROKEN
120 # undef PRIX8
121 # define PRIX8 "X" macro
528 return PRIX8; in get_sysdep_segment_value()
/external/bison/lib/
Dinttypes.in.h105 #if !defined PRIX8 || @PRI_MACROS_BROKEN@
106 # undef PRIX8
108 # define PRIX8 "X" macro
/external/syslinux/com32/include/
Dinttypes.h116 #define PRIX8 "X" macro
/external/bison/linux-lib/
Dinttypes.h417 #if !defined PRIX8 || 0
418 # undef PRIX8
420 # define PRIX8 "X" macro
/external/bison/darwin-lib/
Dinttypes.h417 #if !defined PRIX8 || 0
418 # undef PRIX8
420 # define PRIX8 "X" macro
/external/libcxx/include/
Dcinttypes113 PRIX8
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp539 #ifndef PRIX8
540 #error PRIX8 not defined
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py148 PRIX8 = "X" variable
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp539 #ifndef PRIX8
540 #error PRIX8 not defined
/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c97 snprintf( str, len, "0x%02" PRIX8, op->data.byte ); in get_operand_data_str()