Searched refs:progress (Results 26 - 50 of 112) sorted by relevance

12345

/netbsd-current/sbin/fsck_ffs/
H A Dmain.c142 int progress = 0; variable
246 progress = 1;
295 progress = 0;
302 if (progress) {
376 * In prune mode, how far does the progress bar travel during
378 * progress bar that travels from 0 to 100%.)
385 * will get a pleasant surprise when the last 5% of the progress
411 progress_switch(progress);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzlib.d691 int progress;
703 assert(progress + chunk.length <= originalData.length,
706 uncompressedData[progress .. progress + chunk.length] = cast(const ubyte[]) chunk[];
707 progress += chunk.length;
711 assert(progress + chunk.length <= originalData.length,
714 uncompressedData[progress .. progress + chunk.length] = cast(const ubyte[]) chunk[];
715 progress += chunk.length;
717 assert(progress
[all...]
/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c52 #include "progress.h"
125 progress(&(struct progress_arg){ .cdev = device });
208 progress(const struct progress_arg *p) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-block.c50 struct block_iterator somewhere. This is stored in the "progress" field
579 /* Low level routine to create a <gdb:block-symbols-progress> object. */
597 /* Returns non-zero if SCM is a <gdb:block-symbols-progress> object. */
605 /* (block-symbols-progress? scm) -> boolean */
621 SCM progress, iter;
623 progress = bkscm_make_block_syms_progress_smob ();
625 iter = gdbscm_make_iterator (self, progress, bkscm_next_symbol_x_proc);
637 SCM progress, iter_scm, block_scm;
652 progress = itscm_iterator_smob_progress (iter_smob); local
654 SCM_ASSERT_TYPE (bkscm_is_block_syms_progress (progress),
618 SCM progress, iter; local
634 SCM progress, iter_scm, block_scm; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-block.c50 struct block_iterator somewhere. This is stored in the "progress" field
578 /* Low level routine to create a <gdb:block-symbols-progress> object. */
596 /* Returns non-zero if SCM is a <gdb:block-symbols-progress> object. */
604 /* (block-symbols-progress? scm) -> boolean */
620 SCM progress, iter;
622 progress = bkscm_make_block_syms_progress_smob ();
624 iter = gdbscm_make_iterator (self, progress, bkscm_next_symbol_x_proc);
636 SCM progress, iter_scm, block_scm;
651 progress = itscm_iterator_smob_progress (iter_smob); local
653 SCM_ASSERT_TYPE (bkscm_is_block_syms_progress (progress),
617 SCM progress, iter; local
633 SCM progress, iter_scm, block_scm; local
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.h68 void progress(const char * = NULL);
/netbsd-current/sbin/fsck_v7fs/
H A Ddatablock.c66 progress(0);
118 progress(&(struct progress_arg){ .label = "data-free", .tick = (ndata /
138 progress(0);
212 progress(&(struct progress_arg){ .label = "data-data", .tick = (n / 2)
H A Dpathname.c279 progress(0);
296 progress(&(struct progress_arg){ .label = "pathname", .tick = inodes /
H A Dfsck_v7fs.c52 #include "progress.h"
185 progress(&(struct progress_arg){ .cdev = device });
/netbsd-current/usr.bin/ftp/
H A Dprogressbar.c76 * SIGALRM handler to update the progress meter
109 * Display a transfer progress bar if progress is non-zero.
136 * Work variables for progress bar.
138 * XXX: if the format of the progress bar changes
146 char buf[256]; /* workspace for progress bar */
149 #define BAROVERHEAD 45 /* non `*' portion of progress bar */
191 if (progress) {
193 if (quit_time > 0 || progress) {
204 if (!progress)
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_map_simplify.c303 unsigned pos, isl_int *eq, int keep_divs, int *progress)
320 if (progress)
321 *progress = 1;
329 if (progress)
330 *progress = 1;
342 if (progress)
343 *progress = 1;
416 __isl_take isl_basic_map *bmap, int *progress)
443 *progress = 1;
451 return eliminate_divs_eq(bmap, progress);
301 eliminate_var_using_equality( __isl_take isl_basic_map *bmap, unsigned pos, isl_int *eq, int keep_divs, int *progress) argument
415 eliminate_divs_eq( __isl_take isl_basic_map *bmap, int *progress) argument
457 eliminate_divs_ineq( __isl_take isl_basic_map *bmap, int *progress) argument
545 set_div_from_eq(__isl_take isl_basic_map *bmap, int div, int eq, int *progress) argument
596 isl_basic_map_gauss5(__isl_take isl_basic_map *bmap, int *progress, isl_stat (*swap)(unsigned a, unsigned b, void *user), isl_stat (*drop)(unsigned n, void *user), void *user) argument
661 isl_basic_map_gauss(__isl_take isl_basic_map *bmap, int *progress) argument
667 isl_basic_set_gauss( __isl_take isl_basic_set *bset, int *progress) argument
816 remove_duplicate_divs( __isl_take isl_basic_map *bmap, int *progress) argument
964 normalize_divs(__isl_take isl_basic_map *bmap, int *progress) argument
1207 check_for_div_constraints( __isl_take isl_basic_map *bmap, int k, int l, isl_int sum, int *progress) argument
1239 isl_basic_map_remove_duplicate_constraints( __isl_take isl_basic_map *bmap, int *progress, int detect_divs) argument
1309 isl_basic_map_detect_inequality_pairs( __isl_take isl_basic_map *bmap, int *progress) argument
1360 eliminate_unit_div( __isl_take isl_basic_map *bmap, int div, int *progress) argument
1422 eliminate_selected_unit_divs( __isl_take isl_basic_map *bmap, isl_bool (*select)(__isl_keep isl_basic_map *bmap, int div), int *progress) argument
1465 eliminate_unit_divs( __isl_take isl_basic_map *bmap, int *progress) argument
1518 int progress = 1; local
5475 int progress = 0; local
[all...]
/netbsd-current/sys/dev/dmover/
H A Ddmover_io.c401 int error = 0, progress = 0; local
418 error = progress ? 0 : EWOULDBLOCK;
455 progress = 1;
523 int error = 0, progress = 0; local
538 error = progress ? 0 : EWOULDBLOCK;
552 progress = 1;
/netbsd-current/bin/rm/
H A Drm.c69 static void progress(int);
141 (void)signal(SIGINFO, progress);
607 progress(int sig __unused) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddebuginfod-support.c96 ui_out::progress_update progress; member in struct:user_data
113 /* Convert SIZE into a unit suitable for use with progress updates.
159 /* Print progress update. Include the transfer size if available. */
172 data->progress.update_progress (msg, unit, howmuch, d_total);
179 data->progress.update_progress (msg);
266 /* Clears the current line of progress output. */
H A Dcli-out.c266 /* Initialize a progress update to be displayed with
278 /* Print a progress update. MSG is a string to be printed on the line above
279 the progress bar. TOTAL is the size of the download whose progress is
281 is between 0.0 and 1.0, a progress bar is displayed indicating the percentage
282 of completion and the download size. If HOWMUCH is negative, a progress
330 std::string progress = string_printf (" %3.f%% (%.2f %s)", local
333 int width = chars_per_line - progress.size () - 4;
344 display += "]" + progress;
354 /* Advance the progress indicato
[all...]
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.h119 BOOL CheckCancel(int progress);
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dwrite.c108 struct archive_entry *, int64_t progress);
738 int64_t offset, progress = 0; local
746 report_write(bsdtar, a, entry, progress);
748 if (offset > progress) {
749 int64_t sparse = offset - progress;
779 progress += bytes_written;
798 progress += bytes_written;
1004 struct archive_entry *entry, int64_t progress)
1025 tar_i64toa(progress));
1003 report_write(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int64_t progress) argument
/netbsd-current/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c237 * The loop has to continue as long as progress is made. This can happen
242 * If no progress is made, the remaining packages are moved to sorted_pkgs
302 int progress; member in struct:find_leaves_data
341 data->progress = 1;
358 data.progress = 0;
360 } while (data.progress);
/netbsd-current/external/gpl2/groff/dist/contrib/pdfmark/
H A Dpdfroff.sh148 version report-progress no-toc-relocation
194 --report-progress
195 Enable console messages, indicating the progress of the
243 --report-progress)
513 # Re-enable progress reporting, if necessary ...
/netbsd-current/bin/dd/
H A Dmisc.c75 if (progress)
99 if (progress)
H A Ddd.c92 uint64_t progress = 0; /* display sign of life */ variable
611 if (progress && (st.out_full + st.out_part) % progress == 0)
/netbsd-current/usr.sbin/makefs/v7fs/
H A Dv7fs_populate.c127 progress(0);
288 progress(&(struct progress_arg){ .label = "populate", .tick =
/netbsd-current/bin/cp/
H A Dutils.c88 progress(const struct finfo *fi, off_t written) function
230 progress(&fi, ptotal);
250 progress(&fi, ptotal);
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h176 void progress(const char * = NULL);
/netbsd-current/usr.bin/progress/
H A Dprogress.c1 /* $NetBSD: progress.c,v 1.25 2021/08/17 07:18:43 gson Exp $ */
34 __RCSID("$NetBSD: progress.c,v 1.25 2021/08/17 07:18:43 gson Exp $");
199 progress = 1;

Completed in 477 milliseconds

12345