Home
last modified time | relevance | path

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

/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h113 #define PRIXPTR "X" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c446 #if !defined PRIXPTR || PRI_MACROS_BROKEN
447 # undef PRIXPTR
448 # define PRIXPTR \ macro
746 return PRIXPTR; in get_sysdep_segment_value()
/external/llvm-project/libcxx/include/
Dcinttypes128 PRIXPTR
/external/libcxx/include/
Dcinttypes129 PRIXPTR
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp592 #ifndef PRIXPTR
593 #error PRIXPTR not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp591 #ifndef PRIXPTR
592 #error PRIXPTR not defined
/external/llvm-project/libcxx/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/deqp/framework/qphelper/
DqpCrashHandler.c574 …const int ret = snprintf(nameBuffer, DE_LENGTH_OF_ARRAY(nameBuffer), PTR_FMT PRIXPTR " : ", (uint… in qpCrashHandler_writeCrashInfo()
/external/python/cpython3/Programs/
D_testembed.c43 printf("interp %" PRId64 " <0x%" PRIXPTR ">, thread state <0x%" PRIXPTR ">: ", in print_subinterp()