Home
last modified time | relevance | path

Searched refs:PRIX64 (Results 1 – 24 of 24) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h38 #define PRIX64 "llX" macro
45 #define PRIX64 "I64X" macro
138 #define PRIXLEAST64 PRIX64
143 #define PRIXFAST64 PRIX64
145 #define PRIXMAX PRIX64
232 #define PRIXPTR PRIX64
/third_party/ffmpeg/libavformat/
Dwavdec.c277 "0x%016"PRIX64"%016"PRIX64"%016"PRIX64"%016"PRIX64, in wav_parse_bext_tag()
283 "0x%016"PRIX64"%016"PRIX64"%016"PRIX64"%016"PRIX64 in wav_parse_bext_tag()
284 "%016"PRIX64"%016"PRIX64"%016"PRIX64"%016"PRIX64, in wav_parse_bext_tag()
Dmxfdec.c760 "PartitionPack: ThisPartition = 0x%"PRIX64 in mxf_read_partition_pack()
761 ", PreviousPartition = 0x%"PRIX64", " in mxf_read_partition_pack()
762 "FooterPartition = 0x%"PRIX64", IndexSID = %i, BodySID = %i\n", in mxf_read_partition_pack()
1538 "failed to find absolute offset of %"PRIX64" in BodySID %i - partial file?\n", in mxf_absolute_bodysid_offset()
2981 "partition %i: bad ThisPartition = %"PRIX64"\n", in mxf_compute_essence_containers()
Davidec.c120 av_log(s, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \
178 "chunk_id:%X base:%16"PRIX64" frame_num:%d\n", in read_odml_index()
Drmdec.c1388 … av_log(s, AV_LOG_ERROR, "Unsupported opcode=%d at %"PRIX64"\n", opcode, avio_tell(pb) - 1); in ivr_read_packet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h186 #ifndef PRIX64
187 # define PRIX64 "I64X" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h108 #define PRIX64 "I64X" macro
/third_party/e2fsprogs/intl/
Dloadmsgcat.c191 #if !defined PRIX64 || PRI_MACROS_BROKEN
192 # undef PRIX64
193 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX") macro
289 # define PRIXLEAST64 PRIX64
385 # define PRIXFAST64 PRIX64
576 return PRIX64; in get_sysdep_segment_value()
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c175 #if !defined PRIX64
176 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX") macro
248 # define PRIXLEAST64 PRIX64
320 # define PRIXFAST64 PRIX64
508 return PRIX64; in get_sysdep_segment_value()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h127 # define PRIX64 __PRI64_PREFIX "X" macro
/third_party/musl/include/
Dinttypes.h111 #define PRIX64 __PRI64 "X" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h111 #define PRIX64 __PRI64 "X" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h115 #define PRIX64 __PRI64 "X" macro
/third_party/ffmpeg/libavfilter/
Dbuffersrc.c80 …O, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout…
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h209 #ifdef PRIX64
210 #define SDL_PRIX64 PRIX64
/third_party/ffmpeg/libavfilter/tests/
Dformats.c136 …printf ("%d = ff_parse_channel_layout(%016"PRIX64", %2d, %s);\n", ret ? -1 : 0, layout, count, tes… in main()
/third_party/musl/libc-test/src/api/
Dinttypes.c172 S(PRIX64) in f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ATTInstPrinter.cpp376 *CommentStream << format("imm = 0x%" PRIX64 "\n", (uint64_t)Imm); in printOperand()
/third_party/libusb/libusb/os/
Dsunos_usb.c608 usbi_dbg("session id %" PRIX64, sid); in sunos_add_devices()
/third_party/ffmpeg/libavutil/
Dopt.c1291 av_log(av_log_obj, AV_LOG_INFO, "%"PRIX64, opt->default_val.i64); in opt_list()
/third_party/ffmpeg/libavcodec/
Dpngdec.c1492 av_log(avctx, AV_LOG_ERROR, "Invalid PNG signature 0x%08"PRIX64".\n", sig); in decode_frame_png()