Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dinttypes.h41 #define PRIdLEAST64 __PRI64 "d" macro
/third_party/musl/include/
Dinttypes.h41 #define PRIdLEAST64 __PRI64 "d" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h41 #define PRIdLEAST64 __PRI64 "d" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h41 #define PRIdLEAST64 __PRI64 "d" macro
/third_party/musl/ndk_musl_include/
Dinttypes.h41 #define PRIdLEAST64 __PRI64 "d" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c232 #if !defined PRIdLEAST64
233 # define PRIdLEAST64 PRId64 macro
565 return PRIdLEAST64; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c106 S(PRIdLEAST64) in f()