Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
HDRecordInitializer.cpp17 "Invalid offset for a buffer extent (%" PRId64 ").", OffsetPtr); in visit()
23 "Cannot read buffer extent at offset %" PRId64 ".", in visit()
35 "Invalid offset for a wallclock record (%" PRId64 ").", OffsetPtr); in visit()
42 "Cannot read wall clock 'seconds' field at offset %" PRId64 ".", in visit()
50 "Cannot read wall clock 'nanos' field at offset %" PRId64 ".", in visit()
64 "Invalid offset for a new cpu id record (%" PRId64 ").", OffsetPtr); in visit()
70 "Cannot read CPU id at offset %" PRId64 ".", in visit()
77 "Cannot read CPU TSC at offset %" PRId64 ".", in visit()
89 "Invalid offset for a new TSC wrap record (%" PRId64 ").", OffsetPtr); in visit()
96 "Cannot read TSC wrap record at offset %" PRId64 ".", OffsetPtr); in visit()
[all …]
HDTrace.cpp71 "Not enough bytes to read a full record at offset %" PRId64 ".", in loadNaiveFormatLog()
78 "Failed reading record type at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
91 "Failed reading CPU field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
98 "Failed reading record type field at offset %" PRId64 ".", in loadNaiveFormatLog()
117 "Unknown record type '%d' at offset %" PRId64 ".", Type, OffsetPtr); in loadNaiveFormatLog()
125 "Failed reading function id field at offset %" PRId64 ".", in loadNaiveFormatLog()
133 "Failed reading TSC field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
140 "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
147 "Failed reading process id at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
162 "Failed reading function id field at offset %" PRId64 ".", in loadNaiveFormatLog()
[all …]
HDFileHeaderReader.cpp33 "Failed reading version from file header at offset %" PRId64 ".", in readBinaryFormatHeader()
41 "Failed reading file type from file header at offset %" PRId64 ".", in readBinaryFormatHeader()
49 "Failed reading flag bits from file header at offset %" PRId64 ".", in readBinaryFormatHeader()
59 "Failed reading cycle frequency from file header at offset %" PRId64 in readBinaryFormatHeader()
HDFDRRecordProducer.cpp92 "Failed reading one byte from offset %" PRId64 ".", OffsetPtr); in findNextBufferExtent()
154 "Failed reading one byte from offset %" PRId64 ".", OffsetPtr); in produce()
166 "at offset %" PRId64 ".", in produce()
186 "Buffer over-read at offset %" PRId64 " (over-read by %" PRId64 in produce()
/freebsd-13-stable/tests/sys/sys/
HDtime_test.c44 "%"PRId64" != nstosbt(%"PRId64") (%"PRId64")", in atf_check_nstosbt()
72 "%"PRId64" != ustosbt(%"PRId64") (%"PRId64")", in atf_check_ustosbt()
100 "%"PRId64" != mstosbt(%"PRId64") (%"PRId64")", in atf_check_mstosbt()
127 "%"PRId64" != sbttons(%"PRId64") (%"PRId64")", in atf_check_sbttons()
156 "%"PRId64" != sbttous(%"PRId64") (%"PRId64")", in atf_check_sbttous()
186 "%"PRId64" != sbttoms(%"PRId64") (%"PRId64")", in atf_check_sbttoms()
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
HDfile_write.c183 (void) printf("lseek %s (%"PRId64"/%"PRId64") " in main()
191 "offset = %"PRId64", data = %s%d\n", filename, block_size, in main()
202 "good_writes = %"PRId64", " in main()
211 (void) printf("Success: good_writes = %"PRId64" (%"PRId64")\n", in main()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDCoreMedia.cpp74 stream.Printf("%" PRId64 " seconds", value); in CMTimeSummaryProvider()
77 stream.Printf("%" PRId64 " half seconds", value); in CMTimeSummaryProvider()
80 stream.Printf("%" PRId64 " third%sof a second", value, in CMTimeSummaryProvider()
84 stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale, in CMTimeSummaryProvider()
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_time.c78 (void)fprintf(stderr, "%"PRId64" vs. %"PRId64"\n", in ATF_TC_BODY()
101 (void)fprintf(stderr, "%"PRId64" vs. %"PRId64"\n", in ATF_TC_BODY()
/freebsd-13-stable/sbin/fsck_ffs/
HDpass5.c539 (*msg)("ALLOCATED %s %" PRId64 in check_maps()
543 (*msg)("%s %sS %" PRId64 "-%" PRId64 in check_maps()
570 pwarn("%s %s %" PRId64 in check_maps()
574 pwarn("%s %sS %" PRId64 "-%" PRId64 in check_maps()
597 (*msg)("ALLOCATED %s %" PRId64 in check_maps()
600 (*msg)("ALLOCATED %sS %" PRId64 "-%" PRId64 in check_maps()
616 pwarn("UNALLOCATED %s %" PRId64 in check_maps()
620 pwarn("UNALLOCATED %sS %" PRId64 "-%" PRId64 in check_maps()
/freebsd-13-stable/contrib/processor-trace/include/windows/
HDinttypes.h32 #ifndef PRId64
33 # define PRId64 "lld" macro
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
HDfile_trunc.c213 "Wrote to offset %" PRId64 "\n", (offset + roffset)); in do_write()
216 "Read back from offset %" PRId64 "\n", in do_write()
237 (void) fprintf(stderr, "Truncated at offset %" PRId64 "\n", in do_trunc()
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_write/
HDfile_write.c229 PRId64 ", " "error: %s[%d]\n", in main()
239 (void) printf("Success: good_writes = %" PRId64 "(%" in main()
240 PRId64 ")\n", good_writes, (good_writes * block_size)); in main()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDtiming.h195 Str.append("%14" PRId64 ".%" PRId64 "(ns) %-8s", Integral, Fraction, " "); in REQUIRES()
198 Str.append("%16" PRId64 "(ns) %-11s", TimerRecords[HandleId].MaxTime, " "); in REQUIRES()
203 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFGdbIndex.cpp28 OS << format("\n CU list offset = 0x%x, has %" PRId64 " entries:", in dumpCUList()
48 OS << format("\n Address area offset = 0x%x, has %" PRId64 " entries:", in dumpAddressArea()
59 OS << format("\n Symbol table offset = 0x%x, size = %" PRId64 in dumpSymbolTable()
88 OS << format("\n Constant pool offset = 0x%x, has %" PRId64 " CU vectors:", in dumpConstantPool()
/freebsd-13-stable/usr.bin/find/
HDls.c64 (void)printf("%6ju %8"PRId64" ", (uintmax_t)sb->st_ino, sb->st_blocks); in printlong()
74 (void)printf("%8"PRId64" ", sb->st_size); in printlong()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
HDluaconf.h398 #ifndef PRId64
399 #define PRId64 "lld" macro
403 #define LUA_NUMBER_FMT "%" PRId64
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
HDh_tools.c287 (void)printf("f_blocks=%" PRId64 "\n", buf.f_blocks); in statvfs_main()
288 (void)printf("f_bfree=%" PRId64 "\n", buf.f_bfree); in statvfs_main()
289 (void)printf("f_files=%" PRId64 "\n", buf.f_files); in statvfs_main()
/freebsd-13-stable/sbin/ipf/ipmon/
HDipmon.c793 # ifdef PRId64 in print_natlog()
794 sprintf(t, " Pkts %" PRId64 "/%" PRId64 " Bytes %" PRId64 "/%" in print_natlog()
795 PRId64, in print_natlog()
941 #ifdef PRId64 in print_statelog()
942 " Forward: Pkts in %" PRId64 " Bytes in %" PRId64 in print_statelog()
943 " Pkts out %" PRId64 " Bytes out %" PRId64 in print_statelog()
944 " Backward: Pkts in %" PRId64 " Bytes in %" PRId64 in print_statelog()
945 " Pkts out %" PRId64 " Bytes out %" PRId64, in print_statelog()
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDDwarfParser.hpp500 "offset=%" PRId64 ")\n", in parseFDEInstructions()
650 "offset=%" PRId64 ")\n", in parseFDEInstructions()
665 "offset=%" PRId64 ")\n", in parseFDEInstructions()
688 "offset=%" PRId64 "\n", in parseFDEInstructions()
702 "offset=%" PRId64 "\n", in parseFDEInstructions()
738 "DW_CFA_GNU_negative_offset_extended(%" PRId64 ")\n", offset); in parseFDEInstructions()
819 _LIBUNWIND_TRACE_DWARF("DW_CFA_offset(reg=%d, offset=%" PRId64 ")\n", in parseFDEInstructions()
/freebsd-13-stable/crypto/heimdal/lib/asn1/
HDgen.c306 fprintf(codefile, "%s = %" PRId64 ";\n", var, val->u.integervalue); in gen_assign_defval()
327 fprintf(codefile, "if(%s != %" PRId64 ")\n", var, val->u.integervalue); in gen_compare_defval()
400 fprintf (headerfile, "enum { %s = %" PRId64 " };\n\n", in generate_constant()
543 fprintf (headerfile, " (%" PRId64 "..%" PRId64 ")", in define_asn1()
735 errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64 "", in define_type()
HDgen_decode.c192 "if ((%s)->%s > %" PRId64 ") {\n" in range_check()
198 "if ((%s)->%s < %" PRId64 ") {\n" in range_check()
204 "if ((%s)->%s != %" PRId64 ") {\n" in range_check()
264 errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64, in decode_type()
HDgen_length.c92 errx(1, "%s: unsupported range %" PRId64 " -> %" PRId64, in length_type()
/freebsd-13-stable/usr.sbin/makefs/cd9660/
HDcd9660_debug.c99 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
104 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
154 printf("Volume descriptor in sector %" PRId64 in debug_print_volume_descriptor_information()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDEmulateInstruction.cpp455 strm.Printf(" (reg_plus_offset = %s%+" PRId64 ")", in Dump()
467 strm.Printf(" (base_and_imm_offset = %s%+" PRId64 ", data_reg = %s)", in Dump()
487 strm.Printf(" (signed_offset = %+" PRId64 ")", info.signed_offset); in Dump()
500 strm.Printf(" (signed_immediate = %+" PRId64 " (0x%16.16" PRIx64 "))", in Dump()
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
HDfstest_rumpfs.c53 snprintf(tmp, sizeof(tmp), "%"PRId64, size); in rumpfs_fstest_newfs()

12345