Home
last modified time | relevance | path

Searched refs:PRIiFAST64 (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/intl/
Dloadmsgcat.c367 #if !defined PRIiFAST64 || PRI_MACROS_BROKEN
368 # undef PRIiFAST64
369 # define PRIiFAST64 PRIi64 macro
703 return PRIiFAST64; in get_sysdep_segment_value()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h73 # define PRIiFAST64 __PRI64_PREFIX "i" macro
/third_party/musl/include/
Dinttypes.h61 #define PRIiFAST64 __PRI64 "i" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h61 #define PRIiFAST64 __PRI64 "i" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h65 #define PRIiFAST64 __PRI64 "i" macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h77 #define PRIiFAST64 PRIi64 macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c307 #if !defined PRIiFAST64
308 # define PRIiFAST64 PRIi64 macro
635 return PRIiFAST64; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c124 S(PRIiFAST64) in f()