Searched refs:PRIX32 (Results 1 – 15 of 15) sorted by relevance
/external/iproute2/tc/ |
D | em_canid.c | 162 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/ |
D | x86_format.c | 42 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/ |
D | inttypes.h | 46 #undef PRIX32 81 #define PRIX32 "X" macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 167 #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/ |
D | inttypes_h.pass.cpp | 303 #ifndef PRIX32 304 #error PRIX32 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 119 #define PRIX32 "I32X" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 121 #define PRIX32 "I32X" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 177 #if !defined PRIX32 || @PRI_MACROS_BROKEN@ 178 # undef PRIX32 180 # define PRIX32 "X" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 489 #if !defined PRIX32 || 0 490 # undef PRIX32 492 # define PRIX32 "X" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 489 #if !defined PRIX32 || 0 490 # undef PRIX32 492 # define PRIX32 "X" macro
|
/external/libcxx/include/ |
D | cinttypes | 115 PRIX32
|
D | module.modulemap | 96 …PRIX8, PRIX16, PRIX32, PRIX64, PRIXFAST8, PRIXFAST16, PRIXFAST32, PRIXFAST64, PRIXLEAST8, PRIXLEAS…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 547 #ifndef PRIX32 548 #error PRIX32 not defined
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h.cmake | 110 #define PRIX32 "X"
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7821 outs() << format("%02" PRIX32, uuid.uuid[i]); in PrintUuidLoadCommand()
|