Home
last modified time | relevance | path

Searched refs:PRIoMAX (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dinttypes.h125 #define PRIoMAX __PRI64 "o" macro
/third_party/musl/include/
Dinttypes.h125 #define PRIoMAX __PRI64 "o" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h125 #define PRIoMAX __PRI64 "o" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h125 #define PRIoMAX __PRI64 "o" macro
/third_party/musl/ndk_musl_include/
Dinttypes.h125 #define PRIoMAX __PRI64 "o" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c328 #if !defined PRIoMAX
329 # define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo") macro
655 return PRIoMAX; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c139 S(PRIoMAX) in f()