Home
last modified time | relevance | path

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

/third_party/e2fsprogs/intl/
Dloadmsgcat.c375 #if !defined PRIuFAST64 || PRI_MACROS_BROKEN
376 # undef PRIuFAST64
377 # define PRIuFAST64 PRIu64 macro
707 return PRIuFAST64; in get_sysdep_segment_value()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h105 # define PRIuFAST64 __PRI64_PREFIX "u" macro
/third_party/musl/include/
Dinttypes.h91 #define PRIuFAST64 __PRI64 "u" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h91 #define PRIuFAST64 __PRI64 "u" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h95 #define PRIuFAST64 __PRI64 "u" macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h111 #define PRIuFAST64 PRIu64 macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c313 #if !defined PRIuFAST64
314 # define PRIuFAST64 PRIu64 macro
639 return PRIuFAST64; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c152 S(PRIuFAST64) in f()