Home
last modified time | relevance | path

Searched refs:PRIXPTR (Results 1 – 13 of 13) sorted by relevance

/external/arm-trusted-firmware/include/lib/libc/
Dinttypes.h45 #define PRIXPTR "X" /* uintptr_t */ macro
/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h113 #define PRIXPTR "X" macro
/external/musl/include/
Dinttypes.h135 #define PRIXPTR __PRIPTR "X" macro
/external/libcxx/include/
Dcinttypes129 PRIXPTR
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp591 #ifndef PRIXPTR
592 #error PRIXPTR not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dinttypes_h.compile.pass.cpp591 #ifndef PRIXPTR
592 #error PRIXPTR not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp592 #ifndef PRIXPTR
593 #error PRIXPTR not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp591 #ifndef PRIXPTR
592 #error PRIXPTR not defined
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcinttypes128 PRIXPTR
/external/cronet/base/memory/
Dmadv_free_discardable_memory_posix.cc250 "discardable/segment_0x%" PRIXPTR, reinterpret_cast<uintptr_t>(this)); in CreateMemoryAllocatorDump()
/external/deqp/framework/qphelper/
DqpCrashHandler.c574 …const int ret = snprintf(nameBuffer, DE_LENGTH_OF_ARRAY(nameBuffer), PTR_FMT PRIXPTR " : ", (uint… in qpCrashHandler_writeCrashInfo()
/external/angle/util/posix/
Dcrash_handler_posix.cpp438 size_t scannedSize = sprintf(printBuffer, "0x%" PRIXPTR, scannedAddress);
/external/python/cpython3/Programs/
D_testembed.c46 printf("interp %" PRId64 " <0x%" PRIXPTR ">, thread state <0x%" PRIXPTR ">: ", in print_subinterp()