Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 - 25 of 381) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A 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 " in visit()
[all...]
H A 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...]
H A 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/
H A 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 " in test_long()
[all...]
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A 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 ") faile in runtest()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldhint.c141 } else if (sscanf(buf, "%"PRId64",%"PRId64" %c %c", &tf, &bf, &hint, &field) == 4) { in filter_frame()
143 } else if (sscanf(buf, "%"PRId64",%"PRId64" %c", &tf, &bf, &hint) == 3) { in filter_frame()
145 } else if (sscanf(buf, "%"PRId64",%"PRId64"", &tf, &bf) == 2) { in filter_frame()
148 av_log(ctx, AV_LOG_ERROR, "Invalid entry at line %"PRId64".\n", s->line); in filter_frame()
155 av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" fo in filter_frame()
[all...]
H A Dvf_fps.c145 av_log(ctx, AV_LOG_DEBUG, "Duplicated frame with pts %"PRId64" %d times\n", in shift_frame()
149 av_log(ctx, AV_LOG_DEBUG, "Dropping frame with pts %"PRId64"\n", in shift_frame()
209 av_log(ctx, AV_LOG_VERBOSE, "Set first pts to (in:%"PRId64" out:%"PRId64") from start time %f\n", in config_props()
242 av_log(ctx, AV_LOG_DEBUG, "Read frame with in pts %"PRId64", out pts %"PRId64"\n", in read_frame()
262 av_log(ctx, AV_LOG_VERBOSE, "Set first pts to %"PRId64"\n", s->next_pts); in write_frame()
295 av_log(ctx, AV_LOG_DEBUG, "Writing frame with pts %"PRId64" to pts %"PRId64"\n", in write_frame()
310 av_log(ctx, AV_LOG_DEBUG, "EOF is at pts %"PRId64"\ in update_eof_pts()
[all...]
H A Dvf_idet.c70 snprintf(valuestr, sizeof(valuestr), "%"PRId64".%0*"PRId64, in av_dict_set_fxp()
340 av_log(ctx, AV_LOG_INFO, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", in uninit()
345 av_log(ctx, AV_LOG_INFO, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", in uninit()
351 av_log(ctx, AV_LOG_INFO, "Multi frame detection: TFF:%6"PRId64" BF in uninit()
[all...]
/third_party/libsnd/ossfuzz/
H A Dsndfile_fuzz_header.h41 printf("vf overseek: new_offset(%" PRId64 ") > vf->length(%" PRId64 ");" in vfseek()
42 " whence(%d), vf->offset(%" PRId64 "), offset(%" PRId64 ")\n", in vfseek()
48 printf("vf underseek: new_offset(%" PRId64 ") < 0; whence(%d), vf->offset" in vfseek()
49 "(%" PRId64 "), vf->length(%" PRId64 "), offset(%" PRId64 ")\n", in vfseek()
/third_party/ffmpeg/doc/examples/
H A 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/ffmpeg/libavcodec/
H A 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()
327 av_log(bsf, AV_LOG_DEBUG, "Show frame %"PRId64" " in vp9_raw_reorder_filter()
328 "(%"PRId64") in vp9_raw_reorder_filter()
[all...]
/third_party/libsnd/src/
H A Dtest_file_io.c139 { printf ("\n\nLine %d: file length after write is not correct (%" PRId64 " should be %zd).\n\n", __LINE__, retval, sizeof (data_out)) ; in file_read_write_test()
149 { printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %zd)\n\n", __LINE__, retval, 2 * sizeof (data_out)) ; in file_read_write_test()
231 { printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %zd)\n\n", __LINE__, retval, 3 * sizeof (data_out)) ; in file_read_write_test()
247 { printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %zd)\n\n", __LINE__, retval, 3 * sizeof (data_out)) ; in file_read_write_test()
400 { printf ("\n\nLine %d: psf_write() returned %" PRId64 " (should be %" PRId64 ")\n\n", linenum, retval, items) ; in test_write_or_die()
405 { printf ("\n\nLine %d: file length after write is not correct. (%" PRId64 " should be %" PRId64 ")\n\n", linenum, retval, new_position) ; in test_write_or_die()
418 { printf ("\n\nLine %d: psf_write() returned %" PRId64 " (should be %" PRId64 ")\ in test_read_or_die()
[all...]
/third_party/libsnd/tests/
H A 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", datalen, sfinfo.frames) ; in lcomp_test_int()
140 { printf ("Too many.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", datalen, sfinfo.frames) ; 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 - datalen, k) ; 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__, k, seekpos + 1) ; in lcomp_test_int()
243 { printf ("Line %d: sf_seek (forwards, SEEK_CUR) followed by sf_readf_int failed (%d, %d) (%d, %" PRId64 ") in lcomp_test_int()
[all...]
H A Dlossy_comp_test.c691 { printf ("Too few frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", sfinfo.frames, datalen) ; in lcomp_test_short()
696 { printf ("Too many frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", sfinfo.frames, datalen) ; in lcomp_test_short()
727 { printf ("\n\nLine %d: Incorrect read length (%" PRId64 " should be %d).\n", __LINE__, in lcomp_test_short()
889 { printf ("Too few.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", datalen, sfinfo.frames) ; in lcomp_test_int()
894 { printf ("Too many.frames in file. (%" PRId64 " should be a little more than %" PRId64 ")\n", datalen, sfinfo.frames) ; in lcomp_test_int()
925 { printf ("\n\nLine %d: Incorrect read length (%" PRId64 " shoul in lcomp_test_int()
[all...]
/third_party/ltp/testcases/kernel/syscalls/sendfile/
H A 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()
H A 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()
/third_party/mesa3d/src/intel/dev/
H A Dintel_dev_info.c61 fprintf(stdout, " mappable: %" PRId64 "; ", in print_regions_info()
63 fprintf(stdout, "free: %" PRId64 "\n", in print_regions_info()
66 fprintf(stdout, " unmappable: %" PRId64 "; ", in print_regions_info()
68 fprintf(stdout, "free: %" PRId64 "\n", in print_regions_info()
80 fprintf(stdout, " mappable: %" PRId64 "; ", in print_regions_info()
82 fprintf(stdout, "free: %" PRId64 "\n", in print_regions_info()
85 fprintf(stdout, " unmappable: %" PRId64 "; ", in print_regions_info()
87 fprintf(stdout, "free: %" PRId64 "\n", in print_regions_info()
/third_party/elfutils/src/
H A Dsize.c438 ? "%-*s %*" PRId64 " %*" PRId64 "\n" in show_sysv()
452 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv()
490 : (radix == radix_decimal ? "%" PRId64 "(%s)" in show_sysv_one_line()
500 printf (" = %" PRId64 "\n", total); in show_sysv_one_line()
546 ? "%*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRIx64 " %s" in show_bsd()
548 ? "%#*" PRIx64 " %#*" PRIx64 " %#*" PRIx64 " %*" PRId64 " in show_bsd()
[all...]
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c358 CURL_TRC_CF(data, cf, "[%" PRId64 "] rejecting additional remote stream", in cf_osslq_h3conn_add_stream()
369 CURL_TRC_CF(data, cf, "[%" PRId64 "] accepted new remote uni stream", in cf_osslq_h3conn_add_stream()
374 CURL_TRC_CF(data, cf, "[%" PRId64 "] rejecting remote non-uni-read" in cf_osslq_h3conn_add_stream()
546 CURL_TRC_CF(data, cf, "[%"PRId64"] easy handle is done", stream->s.id); in h3_data_done()
643 CURL_TRC_CF(data, cf, "[%" PRId64 "] RESET: error %" PRId64, in cb_h3_stream_close()
647 CURL_TRC_CF(data, cf, "[%" PRId64 "] CLOSED", stream->s.id); in cb_h3_stream_close()
705 CURL_TRC_CF(data, cf, "[%" PRId64 "] DATA len=%zu, ERROR receiving %d", in cb_h3_recv_data()
710 CURL_TRC_CF(data, cf, "[%" PRId64 "] DATA len=%zu, total=%zd", in cb_h3_recv_data()
727 CURL_TRC_CF(data, cf, "[%" PRId64 "] deferre in cb_h3_deferred_consume()
[all...]
H A Dcurl_quiche.c174 CURL_TRC_CF(data, cf, "[%"PRId64"] unblock", stream->id); in check_resumes()
208 CURL_TRC_CF(data, cf, "[%"PRId64"] easy handle is done", stream->id); in h3_data_done()
309 CURL_TRC_CF(x->data, x->cf, "[%" PRId64 "] status: %.*s", in cb_each_header()
318 CURL_TRC_CF(x->data, x->cf, "[%" PRId64 "] header: %.*s: %.*s", in cb_each_header()
330 CURL_TRC_CF(x->data, x->cf, "[%"PRId64"] on header error %d", in cb_each_header()
386 CURL_TRC_CF(data, cf, "[%"PRId64"] recv_body error %zd", in cf_recv_body()
388 failf(data, "Error %d in HTTP/3 response body for stream[%"PRId64"]", in cf_recv_body()
441 failf(data, "Error %d in HTTP/3 response header for stream[%"PRId64"]", in h3_process_event()
445 CURL_TRC_CF(data, cf, "[%"PRId64"] <- [HEADERS]", stream3_id); in h3_process_event()
455 CURL_TRC_CF(data, cf, "[%"PRId64"] RESE in h3_process_event()
[all...]
/third_party/ffmpeg/libavformat/
H A 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 : size, in ff_hls_write_file_entry()
H A Dwebvttenc.c41 avio_printf(pb, "%02"PRId64":", hour); in webvtt_write_time()
43 avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); in webvtt_write_time()
H A Dasync.c400 av_log(h, AV_LOG_TRACE, "async_seek: AVSEEK_SIZE: %"PRId64"\n", (int64_t)c->logical_size); in async_seek()
403 av_log(h, AV_LOG_TRACE, "async_seek: %"PRId64"\n", pos); in async_seek()
406 av_log(h, AV_LOG_TRACE, "async_seek: %"PRId64"\n", pos); in async_seek()
423 av_log(h, AV_LOG_TRACE, "async_seek: fask_seek %"PRId64" from %d dist:%d/%d\n", in async_seek()
624 printf("size: %"PRId64"\n", size);
631 printf("read-error: AVERROR_EOF at %"PRId64"\n", ffurl_seek(h, 0, SEEK_CUR));
637 printf("read-error: %d at %"PRId64"\n", ret, ffurl_seek(h, 0, SEEK_CUR));
642 printf("read-mismatch: actual %d, expecting %d, at %"PRId64"\n",
652 printf("read: %"PRId64"\n", read_len);
661 printf("seek: %"PRId64"\
[all...]
/third_party/vixl/examples/aarch64/
H A Dliteral.cc74 printf("111 + 222 = %" PRId64 "\n", simulator.ReadXRegister(0)); in LiteralExample()
82 printf("%" PRId64 " + %" PRId64 " = %" PRId64 "\n", in LiteralExample()
/third_party/ltp/testcases/kernel/fs/stream/
H A 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()

Completed in 15 milliseconds

12345678910>>...16