Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/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/Android/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/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/musl/porting/uniproton/kernel/include/
Dinttypes.h66 #define PRIo64 __PRI64 "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.h66 #define PRIo64 __PRI64 "o" macro
/third_party/musl/ndk_musl_include/
Dinttypes.h66 #define PRIo64 __PRI64 "o" macro
/third_party/musl/libc-test/src/api/
Dinttypes.c130 S(PRIo64) in f()