Home
last modified time | relevance | path

Searched refs:in_full (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/R-cran-vctrs/vctrs/R/
H A Dtype.R150 in_full <- paste0("<", map_chr(in_types, vec_ptype_full), ">") functionVar
157 rhs = in_full,
159 res = c(in_full[[1]], out_full[-1])
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Ddd.c107 off_t out_full, out_part, in_full, in_part; member
152 G.in_full, G.in_part, in dd_output_status()
467 while (!(G.flags & FLAG_COUNT) || (G.in_full + G.in_part != count)) { in dd_main()
506 G.in_full++; in dd_main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_scale.c485 int in_full, out_full, brightness, contrast, saturation; in filter_frame() local
488 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in filter_frame()
498 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in filter_frame()
500 in_full = (in_range == AVCOL_RANGE_JPEG); in filter_frame()
504 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in filter_frame()
508 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in filter_frame()
512 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_scale.c485 int in_full, out_full, brightness, contrast, saturation; in filter_frame() local
488 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in filter_frame()
498 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in filter_frame()
500 in_full = (in_range == AVCOL_RANGE_JPEG); in filter_frame()
504 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in filter_frame()
508 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in filter_frame()
512 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in filter_frame()
/dports/dns/gdnsd2/gdnsd-2.4.3/t/
H A D_GDT.pm363 my $in_full = "$indir/$f";
365 if(-f $in_full) {
367 proc_tmpl($in_full, "$outdir/$1");
370 File::Copy::copy($in_full, $out_full)
371 or die "Failed to copy '$in_full' to '$out_full': $!";
374 elsif(-d $in_full) {
375 recursive_templated_copy($in_full, $out_full);
378 die "Test data file is not a regular file or directory: '$in_full'";
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_scale.c466 int in_full, out_full, brightness, contrast, saturation; in filter_frame() local
469 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in filter_frame()
481 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in filter_frame()
483 in_full = (in_range == AVCOL_RANGE_JPEG); in filter_frame()
487 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in filter_frame()
491 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in filter_frame()
495 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in filter_frame()
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_read.c85 static int64_t in_full = 0; variable
111 pr2serr("%" PRId64 "+%d records in", in_full - in_partial, in print_stats()
711 in_full += blocks; in main()
742 in_full += blocks; in main()
745 in_full += blocks; in main()
H A Dsg_xcopy.c156 static int64_t in_full = 0; variable
218 pr2serr("%s%" PRId64 "+%d records in\n", str, in_full - in_partial, in print_stats()
1112 blks = (in_full > out_full) ? in_full : out_full; in calc_duration_throughput()
1825 in_full += blocks; in main()
1838 pr2serr("sg_xcopy: %" PRId64 " blocks, %d command%s\n", in_full, in main()
H A Dsgm_dd.c117 static int64_t in_full = 0; variable
160 pr2serr("%" PRId64 "+%d records in\n", in_full - in_partial, in_partial); in print_stats()
1252 in_full += blocks; in main()
1276 in_full += blocks; in main()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/toolbox/upstream-netbsd/bin/dd/
H A Dmisc.c112 (unsigned long long)st.in_full, (unsigned long long)st.in_part, in posix_summary()
249 (unsigned long long)st.in_full); in dd_write_msg()
H A Ddd.c339 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt) in dd_in()
392 ++st.in_full; in dd_in()
397 ++st.in_full; in dd_in()
H A Ddd.h94 uint64_t in_full; /* # of full input blocks */ member
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Ddd.c52 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part;
91 TT.in_full, TT.in_part, TT.out_full, TT.out_part); in status()
257 TT.in_full++; in dd_main()
/dports/sysutils/ddpt/ddpt-0.95/src/
H A Dddpt_com.c230 if ((who < 2) && (op->in_full <= op->dd_count_start) && in print_stats()
233 int num = (int)((op->in_full * 100) / 4196); in print_stats()
238 if ((100 == percent) && (op->in_full < op->dd_count_start)) in print_stats()
245 pr2serr("%s%" PRId64 "+%d records in\n", str, op->in_full, in print_stats()
731 use_out_full = ((0 == op->in_full) && (op->obs > 0)); in calc_duration_throughput()
744 b = (double)op->ibs_hold * op->in_full; in calc_duration_throughput()
783 blks = op->in_full; in calc_duration_throughput()
1546 --op->in_full; in coe_process_eio()
H A Dddpt.c661 op->in_full += csp->icbpt; in cp_read_pt()
693 ++op->in_full; in coe_cp_read_block_reg()
704 op->in_full += k; in coe_cp_read_block_reg()
755 ++op->in_full; in coe_cp_read_block_reg()
802 op->in_full += ifull_extra; in cp_read_block_reg()
851 --op->in_full; in cp_read_block_reg()
894 op->in_full += csp->icbpt; in cp_read_block_reg()
954 --op->in_full; in cp_read_tape()
967 op->in_full += csp->icbpt; in cp_read_tape()
1007 --op->in_full; in cp_read_fifo()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/include/
H A Dmimalloc-types.h168 uint8_t in_full : 1; member
177 uint8_t in_full; member
H A Dmimalloc-internal.h523 return page->flags.x.in_full; in mi_page_is_in_full()
526 static inline void mi_page_set_in_full(mi_page_t* page, bool in_full) { in mi_page_set_in_full() argument
527 page->flags.x.in_full = in_full; in mi_page_set_in_full()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_scale.c752 int in_full, out_full, brightness, contrast, saturation; in scale_frame() local
755 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in scale_frame()
767 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in scale_frame()
769 in_full = (in_range == AVCOL_RANGE_JPEG); in scale_frame()
773 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in scale_frame()
777 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in scale_frame()
781 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in scale_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_scale.c764 int in_full, out_full, brightness, contrast, saturation; in scale_frame() local
767 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in scale_frame()
779 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in scale_frame()
781 in_full = (in_range == AVCOL_RANGE_JPEG); in scale_frame()
785 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in scale_frame()
789 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in scale_frame()
793 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in scale_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_scale.c754 int in_full, out_full, brightness, contrast, saturation; in scale_frame() local
757 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in scale_frame()
769 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in scale_frame()
771 in_full = (in_range == AVCOL_RANGE_JPEG); in scale_frame()
775 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in scale_frame()
779 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in scale_frame()
783 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in scale_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_scale.c752 int in_full, out_full, brightness, contrast, saturation; in scale_frame() local
755 sws_getColorspaceDetails(scale->sws, (int **)&inv_table, &in_full, in scale_frame()
767 in_full = (scale-> in_range == AVCOL_RANGE_JPEG); in scale_frame()
769 in_full = (in_range == AVCOL_RANGE_JPEG); in scale_frame()
773 sws_setColorspaceDetails(scale->sws, inv_table, in_full, in scale_frame()
777 sws_setColorspaceDetails(scale->isws[0], inv_table, in_full, in scale_frame()
781 sws_setColorspaceDetails(scale->isws[1], inv_table, in_full, in scale_frame()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/include/
H A Dmimalloc-types.h200 uint8_t in_full : 1; member
209 uint8_t in_full; member
H A Dmimalloc-internal.h538 return page->flags.x.in_full; in mi_page_is_in_full()
541 static inline void mi_page_set_in_full(mi_page_t* page, bool in_full) { in mi_page_set_in_full() argument
542 page->flags.x.in_full = in_full; in mi_page_set_in_full()
/dports/devel/mimalloc/mimalloc-2.0.3/include/
H A Dmimalloc-types.h212 uint8_t in_full : 1; member
221 uint8_t in_full; member
H A Dmimalloc-internal.h579 return page->flags.x.in_full; in mi_page_is_in_full()
582 static inline void mi_page_set_in_full(mi_page_t* page, bool in_full) { in mi_page_set_in_full() argument
583 page->flags.x.in_full = in_full; in mi_page_set_in_full()

12