Home
last modified time | relevance | path

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

/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/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp295 #ifndef PRIX8
296 #error PRIX8 not defined
/external/mesa3d/include/c99/
Dinttypes.h95 #define PRIX8 "X" macro
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h93 #define PRIX8 "X" macro
/external/bison/lib/
Dinttypes.in.h105 #if !defined PRIX8 || @PRI_MACROS_BROKEN@
106 # undef PRIX8
108 # 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
Dmodule.modulemap96PRIX8, PRIX16, PRIX32, PRIX64, PRIXFAST8, PRIXFAST16, PRIXFAST32, PRIXFAST64, PRIXLEAST8, PRIXLEAS…
/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()