Home
last modified time | relevance | path

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

12

/external/cpuinfo/tools/
Dcpuid-dump.c9 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/
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/capstone/include/
Dplatform.h83 #define PRIX32 "lX" macro
90 #define PRIX32 "X" macro
/external/capstone/include/capstone/
Dplatform.h95 #define PRIX32 "lX" macro
102 #define PRIX32 "X" macro
/external/clang/lib/Headers/
Dinttypes.h50 #undef PRIX32
85 #define PRIX32 "X" macro
/external/arm-trusted-firmware/include/lib/libc/
Dinttypes.h44 #define PRIX32 "X" /* uint32_t */ macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h115 #define PRIX32 "X" macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h115 #define PRIX32 "X" macro
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h115 #define PRIX32 "X" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h115 #define PRIX32 "X" macro
/external/boringssl/src/crypto/asn1/
Da_strex.c92 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/
Da_strex.c92 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.h53 #define PRIX32 "X" macro
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_strex.c107 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/
Dinttypes.h110 #define PRIX32 "X" macro
/external/libcxx/include/
Dcinttypes115 PRIX32
/external/pdfium/third_party/libtiff/
Dtif_fax3.c263 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/
Dinttypes_h.pass.cpp547 #ifndef PRIX32
548 #error PRIX32 not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dinttypes_h.compile.pass.cpp547 #ifndef PRIX32
548 #error PRIX32 not defined
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py150 PRIX32 = "X" variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp548 #ifndef PRIX32
549 #error PRIX32 not defined
/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.cmake115 #define PRIX32 "X"
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcinttypes114 PRIX32

12