Home
last modified time | relevance | path

Searched refs:PRIo64 (Results 1 – 14 of 14) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h35 #define PRIo64 "llo" macro
42 #define PRIo64 "I64o" macro
88 #define PRIoLEAST64 PRIo64
93 #define PRIoFAST64 PRIo64
95 #define PRIoMAX PRIo64
184 #define SCNo64 PRIo64
188 #define SCNoLEAST64 PRIo64
192 #define SCNoFAST64 PRIo64
194 #define SCNoMAX PRIo64
229 #define PRIoPTR PRIo64
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/third_party/e2fsprogs/intl/
Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
570 return PRIo64; in get_sysdep_segment_value()
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c166 #if !defined PRIo64
167 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
239 # define PRIoLEAST64 PRIo64
311 # define PRIoFAST64 PRIo64
502 return PRIo64; in get_sysdep_segment_value()
/third_party/ffmpeg/doc/examples/
Davio_list_dir.c80 snprintf(filemode, 4, "%3"PRIo64, entry->filemode); in list_op()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h177 #ifndef PRIo64
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h79 # define PRIo64 __PRI64_PREFIX "o" macro
/third_party/musl/include/
Dinttypes.h66 #define PRIo64 __PRI64 "o" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h66 #define PRIo64 __PRI64 "o" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h70 #define PRIo64 __PRI64 "o" macro
/third_party/musl/libc-test/src/api/
Dinttypes.c130 S(PRIo64) in f()