Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dinttypes.h127 #define PRIxMAX __PRI64 "x" macro
/third_party/musl/include/
Dinttypes.h127 #define PRIxMAX __PRI64 "x" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h127 #define PRIxMAX __PRI64 "x" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h127 #define PRIxMAX __PRI64 "x" macro
/third_party/musl/ndk_musl_include/
Dinttypes.h127 #define PRIxMAX __PRI64 "x" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c334 #if !defined PRIxMAX
335 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx") macro
659 return PRIxMAX; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c167 S(PRIxMAX) in f()
/third_party/grpc/test/core/gpr/
Dtime_test.cc44 sprintf(fmt, "%%0%d%s", chars, base == 16 ? PRIxMAX : PRIdMAX); in i_to_s()
/third_party/gettext/
DNEWS1017 macros PRId64, PRIxMAX etc.