Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h232 #define PRIXPTR PRIX64 macro
244 #define PRIXPTR "X" macro
/third_party/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()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h153 # define PRIXPTR __PRIPTR_PREFIX "X" macro
/third_party/musl/include/
Dinttypes.h135 #define PRIXPTR __PRIPTR "X" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h135 #define PRIXPTR __PRIPTR "X" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h139 #define PRIXPTR __PRIPTR "X" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c370 #if !defined PRIXPTR
371 # define PRIXPTR \ macro
678 return PRIXPTR; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c182 S(PRIXPTR) in f()
/third_party/python/Programs/
D_testembed.c43 printf("interp %" PRId64 " <0x%" PRIXPTR ">, thread state <0x%" PRIXPTR ">: ", in print_subinterp()