Home
last modified time | relevance | path

Searched refs:PRIX32 (Results 1 – 15 of 15) sorted by relevance

/external/iproute2/tc/
Dem_canid.c162 fprintf(fd, "eff 0x%"PRIX32, in canid_print_eopt()
165 fprintf(fd, "eff 0x%"PRIX32":0x%"PRIX32, in canid_print_eopt()
170 fprintf(fd, "sff 0x%"PRIX32, in canid_print_eopt()
173 fprintf(fd, "sff 0x%"PRIX32":0x%"PRIX32, in canid_print_eopt()
/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c42 STRNCATF( buf, "-0x%" PRIX32, -ea->disp, len ); \
44 STRNCATF( buf, "0x%" PRIX32, ea->disp, len ); \
106 snprintf( str, len, "0x%08" PRIX32, op->data.dword ); in get_operand_data_str()
187 STRNCATF( buf, "0x%" PRIX32, ea->disp, len ); in format_expr()
230 STRNCATF (buf, "value=\"0x%" PRIX32 "\"/>\n", ea->disp, in format_expr()
688 STRNCATF( buf, "$0x%08" PRIX32, in format_operand_att()
698 STRNCATF( buf, "0x%08" PRIX32, op->data.sdword, len ); in format_operand_att()
735 STRNCATF( buf, "0x%08" PRIX32, in format_operand_native()
742 STRNCATF( buf, "0x%08" PRIX32, in format_operand_native()
747 STRNCATF( buf, "0x%08" PRIX32, op->data.sdword + in format_operand_native()
[all …]
/external/clang/lib/Headers/
Dinttypes.h46 #undef PRIX32
81 #define PRIX32 "X" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c167 #if !defined PRIX32 || PRI_MACROS_BROKEN
168 # undef PRIX32
169 # define PRIX32 "X" macro
560 return PRIX32; in get_sysdep_segment_value()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp303 #ifndef PRIX32
304 #error PRIX32 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h119 #define PRIX32 "I32X" macro
/external/mesa3d/include/c99/
Dinttypes.h121 #define PRIX32 "I32X" macro
/external/bison/lib/
Dinttypes.in.h177 #if !defined PRIX32 || @PRI_MACROS_BROKEN@
178 # undef PRIX32
180 # define PRIX32 "X" macro
/external/bison/darwin-lib/
Dinttypes.h489 #if !defined PRIX32 || 0
490 # undef PRIX32
492 # define PRIX32 "X" macro
/external/bison/linux-lib/
Dinttypes.h489 #if !defined PRIX32 || 0
490 # undef PRIX32
492 # define PRIX32 "X" macro
/external/libcxx/include/
Dcinttypes115 PRIX32
Dmodule.modulemap96 …PRIX8, PRIX16, PRIX32, PRIX64, PRIXFAST8, PRIXFAST16, PRIXFAST32, PRIXFAST64, PRIXLEAST8, PRIXLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp547 #ifndef PRIX32
548 #error PRIX32 not defined
/external/llvm/include/llvm/Support/
DDataTypes.h.cmake110 #define PRIX32 "X"
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7821 outs() << format("%02" PRIX32, uuid.uuid[i]); in PrintUuidLoadCommand()