Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.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 …]
DTrace.cpp70 "Not enough bytes to read a full record at offset %" PRId64 ".", in loadNaiveFormatLog()
77 "Failed reading record type at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
90 "Failed reading CPU field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
97 "Failed reading record type field at offset %" PRId64 ".", in loadNaiveFormatLog()
116 "Unknown record type '%d' at offset %" PRId64 ".", Type, OffsetPtr); in loadNaiveFormatLog()
124 "Failed reading function id field at offset %" PRId64 ".", in loadNaiveFormatLog()
132 "Failed reading TSC field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
139 "Failed reading thread id field at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
146 "Failed reading process id at offset %" PRId64 ".", OffsetPtr); in loadNaiveFormatLog()
161 "Failed reading function id field at offset %" PRId64 ".", in loadNaiveFormatLog()
[all …]
DFileHeaderReader.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()
/third_party/opencl-headers/tests/
Dtest_headers.c400 printf("b: %" PRId64 "\n", b ); in test_long()
401 printf("b2: %" PRId64 " %" PRId64 " \n", b2.s[0], b2.s[1] ); in test_long()
402 …printf("b4: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 "\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3… in test_long()
403 …printf("b8: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %… in test_long()
404PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PR… in test_long()
411 printf("__cl_long2: %" PRId64 " %" PRId64 " \n", ((cl_long*)&v2)[0], ((cl_long*)&v2)[1] ); in test_long()
418 …printf("__cl_long4: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " \n", ((cl_long*)&v4)[0], ((cl… in test_long()
425 …printf("__cl_long8: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PR… in test_long()
432PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PR… in test_long()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate01.c235 "fallocate(%d, %d, %" PRId64 ", %" PRId64 ") failed", in runtest()
240 "fallocate(%d, %d, %" PRId64 ", %" PRId64 in runtest()
250 "fstat test fails on fallocate (%d, %d, %" PRId64 ", %" in runtest()
251 PRId64 ") Failed on mode", fd, mode, offset, len); in runtest()
257 "lseek fails in fallocate(%d, %d, %" PRId64 ", %" in runtest()
258 PRId64 ") failed on mode", fd, mode, offset, len); in runtest()
266 "write fails in fallocate(%d, %d, %" PRId64 ", %" in runtest()
267 PRId64 ") failed", fd, mode, offset, len); in runtest()
271 PRId64 ", %" PRId64 ") returned %ld", fd, mode, in runtest()
/third_party/ffmpeg/libavfilter/
Dvf_fieldhint.c138 } else if (sscanf(buf, "%"PRId64",%"PRId64" %c %c", &tf, &bf, &hint, &field) == 4) { in filter_frame()
140 } else if (sscanf(buf, "%"PRId64",%"PRId64" %c", &tf, &bf, &hint) == 3) { in filter_frame()
142 } else if (sscanf(buf, "%"PRId64",%"PRId64"", &tf, &bf) == 2) { in filter_frame()
145 av_log(ctx, AV_LOG_ERROR, "Invalid entry at line %"PRId64".\n", s->line); in filter_frame()
152 …av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" for %" in filter_frame()
159 …av_log(ctx, AV_LOG_ERROR, "Out of range %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64"… in filter_frame()
165 … av_log(ctx, AV_LOG_ERROR, "Missing entry for %"PRId64". input frame.\n", inlink->frame_count_out); in filter_frame()
Dvf_fps.c122 av_log(ctx, AV_LOG_DEBUG, "Duplicated frame with pts %"PRId64" %d times\n", in shift_frame()
126 av_log(ctx, AV_LOG_DEBUG, "Dropping frame with pts %"PRId64"\n", in shift_frame()
172 … av_log(ctx, AV_LOG_VERBOSE, "Set first pts to (in:%"PRId64" out:%"PRId64") from start time %f\n", in config_props()
203 av_log(ctx, AV_LOG_DEBUG, "Read frame with in pts %"PRId64", out pts %"PRId64"\n", in read_frame()
223 av_log(ctx, AV_LOG_VERBOSE, "Set first pts to %"PRId64"\n", s->next_pts); in write_frame()
256 av_log(ctx, AV_LOG_DEBUG, "Writing frame with pts %"PRId64" to pts %"PRId64"\n", in write_frame()
271 av_log(ctx, AV_LOG_DEBUG, "EOF is at pts %"PRId64"\n", s->status_pts); in update_eof_pts()
Dvf_idet.c71 snprintf(valuestr, sizeof(valuestr), "%"PRId64".%0*"PRId64, in av_dict_set_fxp()
341 av_log(ctx, level, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", in uninit()
346 …x, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermin… in uninit()
352 …tx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermin… in uninit()
/third_party/libsnd/ossfuzz/
Dsndfile_fuzzer.cc48 printf("vf overseek: new_offset(%" PRId64 ") > vf->length(%" PRId64 ");" in vfseek()
49 " whence(%d), vf->offset(%" PRId64 "), offset(%" PRId64 ")\n", in vfseek()
56 printf("vf underseek: new_offset(%" PRId64 ") < 0; whence(%d), vf->offset" in vfseek()
57 "(%" PRId64 "), vf->length(%" PRId64 "), offset(%" PRId64 ")\n", in vfseek()
/third_party/ffmpeg/doc/examples/
Davio_list_dir.c82 snprintf(uid_and_gid, 20, "%"PRId64"(%"PRId64")", entry->user_id, entry->group_id); in list_op()
87 … av_log(NULL, AV_LOG_INFO, "%-9s %12"PRId64" %30s %10s %s %16"PRId64" %16"PRId64" %16"PRId64"\n", in list_op()
/third_party/grpc/src/core/lib/iomgr/
Dtimer_generic.cc367 gpr_log(GPR_INFO, "TIMER %p: SET %" PRId64 " now %" PRId64 " call %p[%p]", in timer_init()
405 " .. add to shard %d with queue_deadline_cap=%" PRId64 in timer_init()
426 gpr_log(GPR_INFO, " .. old shard min_deadline=%" PRId64, in timer_init()
512 gpr_log(GPR_INFO, " .. shard[%d]->queue_deadline_cap --> %" PRId64, in refill_heap()
520 gpr_log(GPR_INFO, " .. add timer with deadline %" PRId64 " to heap", in refill_heap()
548 " .. check top timer deadline=%" PRId64 " now=%" PRId64, in pop_one()
553 gpr_log(GPR_INFO, "TIMER %p: FIRE %" PRId64 "ms late", timer, in pop_one()
614 gpr_log(GPR_INFO, " .. shard[%d]->min_deadline = %" PRId64, in run_some_expired_timers()
634 ", shard[%d]->min_deadline %" PRId64 " --> %" PRId64 in run_some_expired_timers()
635 ", now=%" PRId64, in run_some_expired_timers()
[all …]
/third_party/libsnd/tests/
Dfix_this.c113 { printf ("sf_writef_int failed with short write (%" PRId64 " => %d).\n", datalen, k) ; in lcomp_test_int()
135 …{ printf ("Too few.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", data… in lcomp_test_int()
140 …{ printf ("Too many.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", dat… in lcomp_test_int()
152 { printf ("Line %d: short read (%d should be %" PRId64 ").\n", __LINE__, k, datalen) ; in lcomp_test_int()
172 …{ printf ("Line %d: Incorrect read length (%" PRId64 " should be %d).\n", __LINE__, sfinfo.frames … in lcomp_test_int()
220 { printf ("Seek to start of file + %" PRId64 " failed (%d).\n", seekpos, k) ; in lcomp_test_int()
235 …{ printf ("Line %d: sf_seek (SEEK_CUR) with 0 offset failed (%d should be %" PRId64 ")\n", __LINE_… in lcomp_test_int()
243 …ek (forwards, SEEK_CUR) followed by sf_readf_int failed (%d, %d) (%d, %" PRId64 ").\n", __LINE__, … in lcomp_test_int()
252 …{ printf ("sf_seek (backwards, SEEK_CUR) followed by sf_readf_int failed (%d, %d) (%d, %" PRId64 "… in lcomp_test_int()
Dlossy_comp_test.c688 …{ printf ("Too few frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", sfin… in lcomp_test_short()
693 …{ printf ("Too many frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", sfi… in lcomp_test_short()
724 { printf ("\n\nLine %d: Incorrect read length (%" PRId64 " should be %d).\n", __LINE__, in lcomp_test_short()
885 …{ printf ("Too few.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", data… in lcomp_test_int()
890 …{ printf ("Too many.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", dat… in lcomp_test_int()
921 { printf ("\n\nLine %d: Incorrect read length (%" PRId64 " should be %d).\n", __LINE__, in lcomp_test_int()
967 { printf ("Seek to start of file + %" PRId64 " failed (%d).\n", seekpos, k) ; in lcomp_test_int()
979 …{ printf ("\n\nLine %d: sf_seek (SEEK_CUR) with 0 offset failed (%d should be %" PRId64 ")\n", __L… in lcomp_test_int()
987 …ek (forwards, SEEK_CUR) followed by sf_readf_int failed (%d, %d) (%d, %" PRId64 ").\n", __LINE__, … in lcomp_test_int()
996 …k (backwards, SEEK_CUR) followed by sf_readf_int failed (%d, %d) (%d, %" PRId64 ").\n", __LINE__, … in lcomp_test_int()
[all …]
/third_party/libsnd/src/
Dtest_file_io.c139 …{ printf ("\n\nLine %d: file length after write is not correct (%" PRId64 " should be %zd).\n\n", … in file_read_write_test()
149 …{ printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %zd)\n\n", … in file_read_write_test()
231 …{ printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %zd)\n\n", … in file_read_write_test()
247 …{ printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %zd)\n\n", … in file_read_write_test()
400 …{ printf ("\n\nLine %d: psf_write() returned %" PRId64 " (should be %" PRId64 ")\n\n", linenum, re… in test_write_or_die()
405 …{ printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %" PRId64 "… in test_write_or_die()
418 …{ printf ("\n\nLine %d: psf_write() returned %" PRId64 " (should be %" PRId64 ")\n\n", linenum, re… in test_read_or_die()
423 …{ printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %" PRId64 "… in test_read_or_die()
437 …{ printf ("\n\nLine %d: psf_fseek() failed. New position is %" PRId64 " (should be %" PRId64 ").\n… in test_seek_or_die()
452 …{ printf ("\n\nLine %d: psf_ftell() failed. Position reported as %" PRId64 " (should be %" PRId64 in test_tell_or_die()
/third_party/ffmpeg/libavcodec/
Dvp9_raw_reorder_bsf.c204 "%"PRId64" (%"PRId64") in order.\n", in vp9_raw_reorder_make_output()
212 av_log(bsf, AV_LOG_DEBUG, "Output frame %"PRId64" " in vp9_raw_reorder_make_output()
213 "(%"PRId64") for later display.\n", in vp9_raw_reorder_make_output()
217 "%"PRId64" (%"PRId64") to keep order.\n", in vp9_raw_reorder_make_output()
240 av_log(bsf, AV_LOG_DEBUG, "Display frame %"PRId64" " in vp9_raw_reorder_make_output()
241 "(%"PRId64") from slot %d.\n", in vp9_raw_reorder_make_output()
322 av_log(bsf, AV_LOG_DEBUG, "Show frame %"PRId64" " in vp9_raw_reorder_filter()
323 "(%"PRId64"): show %u.\n", frame->sequence, in vp9_raw_reorder_filter()
326 av_log(bsf, AV_LOG_DEBUG, "New frame %"PRId64" " in vp9_raw_reorder_filter()
327 "(%"PRId64"): type %u show %u refresh %02x.\n", in vp9_raw_reorder_filter()
/third_party/ffmpeg/libavformat/
Dlrcenc.c123 avio_printf(s->pb, "[%02"PRId64":%02"PRId64".%02"PRId64"]", in lrc_write_packet()
130 avio_printf(s->pb, "[-%02"PRId64":%02"PRId64".%02"PRId64"]", in lrc_write_packet()
Dhlsplaylist.c109 avio_printf(out, "#EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); in ff_hls_write_playlist_header()
110 av_log(NULL, AV_LOG_VERBOSE, "EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); in ff_hls_write_playlist_header()
127 avio_printf(out, ",BYTERANGE=\"%"PRId64"@%"PRId64"\"", size, pos); in ff_hls_write_init_file()
152 …avio_printf(out, "#EXT-X-BYTERANGE:%"PRId64"@%"PRId64"\n", iframe_mode ? video_keyframe_size : siz… in ff_hls_write_file_entry()
/third_party/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile02.c68 "expected: %" PRId64 ", got: %ld", in run()
72 "expected value, expected: %" PRId64 ", got: %" PRId64, in run()
76 "unexpectedly, expected file position: %" PRId64 in run()
77 ", actual file position %" PRId64, in run()
Dsendfile09.c76 "expected: %" PRId64 ", got: %ld", in run()
80 "expected value, expected: %" PRId64 ", got: %" PRId64, in run()
84 "unexpectedly, expected file position: %" PRId64 in run()
85 ", actual file position %" PRId64, in run()
/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.h53 gpr_log(GPR_INFO, "bdp[%s]:sched acc=%" PRId64 " est=%" PRId64, name_, in SchedulePing()
66 gpr_log(GPR_INFO, "bdp[%s]:start acc=%" PRId64 " est=%" PRId64, name_, in StartPing()
/third_party/libffi/testsuite/libffi.call/
Dffitest.h84 #define PRId64 "ld" macro
101 #define PRId64 "lld" macro
108 #define PRId64 "ld" macro
132 #define PRId64 "I64d" macro
/third_party/libffi/testsuite/libffi.closures/
Dffitest.h84 #define PRId64 "ld" macro
101 #define PRId64 "lld" macro
108 #define PRId64 "ld" macro
132 #define PRId64 "I64d" macro
Dhuge_struct.c131 printf("%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
132 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
133 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
134 …"%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PR… in test_large_fn()
135 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
136 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
137 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
138 …"%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PR… in test_large_fn()
298 printf("res: %" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in main()
299 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in main()
[all …]
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc54 str = absl::StrFormat("%" PRId64 " -> %" PRId64 "", old_val, new_val); in fmt_int64_diff_str()
56 str = absl::StrFormat("%" PRId64 "", old_val); in fmt_int64_diff_str()
210 absl::StrFormat("frame of size %" PRId64 in ValidateRecvData()
211 " overflows local window of %" PRId64, in ValidateRecvData()
241 "Incoming frame of size %" PRId64 in RecvData()
242 " exceeds local window size of %" PRId64 in RecvData()
244 "The (un-acked, future) window size would be %" PRId64 in RecvData()
252 absl::StrFormat("frame of size %" PRId64 in RecvData()
253 " overflows local window of %" PRId64, in RecvData()
/third_party/ltp/testcases/kernel/fs/stream/
Dstream03.c194 "file pointer descrepancy 1 (opos=%" PRId64 in main()
210 PRId64 ")", strlen(junk), (int64_t) opos); in main()
220 "file pointer descrepancy 3 (opos=%" PRId64 in main()
236 PRId64 ")", strlen(junk), (int64_t) opos); in main()
251 PRId64 ")", strlen(junk), (int64_t) opos); in main()
265 "file pointer descrepancy 6 (opos=%" PRId64 in main()

12345678910>>...17