/external/cpuinfo/tools/ |
D | cpuid-dump.c | 9 printf("CPUID %08"PRIX32": %08"PRIX32"-%08"PRIX32"-%08"PRIX32"-%08"PRIX32"\n", in print_cpuid() 14 printf("CPUID %08"PRIX32": %08"PRIX32"-%08"PRIX32"-%08"PRIX32"-%08"PRIX32" [SL %02"PRIX32"]\n", in print_cpuidex() 24 printf("CPUID %08"PRIX32": %08"PRIX32"-%08"PRIX32"-%08"PRIX32"-%08"PRIX32" [%.12s]\n", in print_cpuid_vendor() 37 printf("CPUID %08"PRIX32": %08"PRIX32"-%08"PRIX32"-%08"PRIX32"-%08"PRIX32" [%.16s]\n", in print_cpuid_brand_string()
|
/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/capstone/include/ |
D | platform.h | 83 #define PRIX32 "lX" macro 90 #define PRIX32 "X" macro
|
/external/capstone/include/capstone/ |
D | platform.h | 95 #define PRIX32 "lX" macro 102 #define PRIX32 "X" macro
|
/external/clang/lib/Headers/ |
D | inttypes.h | 50 #undef PRIX32 85 #define PRIX32 "X" macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | inttypes.h | 44 #define PRIX32 "X" /* uint32_t */ macro
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 115 #define PRIX32 "X" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 115 #define PRIX32 "X" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 115 #define PRIX32 "X" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 115 #define PRIX32 "X" macro
|
/external/boringssl/src/crypto/asn1/ |
D | a_strex.c | 92 BIO_snprintf(buf, sizeof(buf), "\\W%08" PRIX32, c); in do_esc_char() 94 BIO_snprintf(buf, sizeof(buf), "\\U%04" PRIX32, c); in do_esc_char()
|
/external/cronet/third_party/boringssl/src/crypto/asn1/ |
D | a_strex.c | 92 BIO_snprintf(buf, sizeof(buf), "\\W%08" PRIX32, c); in do_esc_char() 94 BIO_snprintf(buf, sizeof(buf), "\\U%04" PRIX32, c); in do_esc_char()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_defines.h | 53 #define PRIX32 "X" macro
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | a_strex.c | 107 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08" PRIX32, c); in do_esc_char() 113 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04" PRIX32, c); in do_esc_char()
|
/external/musl/include/ |
D | inttypes.h | 110 #define PRIX32 "X" macro
|
/external/libcxx/include/ |
D | cinttypes | 115 PRIX32
|
/external/pdfium/third_party/libtiff/ |
D | tif_fax3.c | 263 printf("\nBitAcc=%08" PRIX32 ", BitsAvail = %d\n", BitAcc, BitsAvail); in Fax3Decode1D() 312 printf("\nBitAcc=%08" PRIX32 ", BitsAvail = %d EOLcnt = %d", BitAcc, in Fax3Decode2D() 665 printf("%08" PRIX32 "/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), \ 1526 printf("\nBitAcc=%08" PRIX32 ", BitsAvail = %d\n", BitAcc, BitsAvail); in Fax4Decode() 1666 printf("\nBitAcc=%08" PRIX32 ", BitsAvail = %d\n", BitAcc, BitsAvail); in Fax3DecodeRLE()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 547 #ifndef PRIX32 548 #error PRIX32 not defined
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | inttypes_h.compile.pass.cpp | 547 #ifndef PRIX32 548 #error PRIX32 not defined
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 150 PRIX32 = "X" variable
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 548 #ifndef PRIX32 549 #error PRIX32 not defined
|
/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 | 115 #define PRIX32 "X"
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | cinttypes | 114 PRIX32
|