HomeSort by: relevance | last modified time | path
    Searched refs:Progress (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/makefs/
v7fs.c 59 #include "progress.h"
71 { 'P', "progress", &v7fs_opts->progress, OPT_INT32, false, true,
72 "Progress bar" },
103 if ((progress_bar_enable = v7fs_opts->progress)) {
106 progress(&(struct progress_arg){ .cdev = image });
168 progress(const struct progress_arg *p) function
171 static struct progress_arg Progress;
179 Progress = *p;
186 if (!Progress.tick
    [all...]
  /src/sbin/fsck_v7fs/
main.c 50 #include "progress.h"
81 printf("write backing...(no progress report)"); fflush(stdout);
194 progress(const struct progress_arg *p) function
196 static struct progress_arg Progress;
201 if (Progress.tick) {
204 Progress = *p;
213 if (!Progress.tick)
215 if (++Progress.cnt > Progress.tick) {
216 Progress.cnt = 0
    [all...]
  /src/sbin/newfs_v7fs/
newfs_v7fs.c 53 #include "progress.h"
126 progress(&(struct progress_arg){ .cdev = device });
209 progress(const struct progress_arg *p) function
211 static struct progress_arg Progress;
219 Progress = *p;
226 if (!Progress.tick)
228 if (++Progress.cnt > Progress.tick) {
229 Progress.cnt = 0;
230 Progress.total++
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
piflash64.h 114 UTILITY_PROGRESS_API Progress;
  /src/external/gpl2/texinfo/dist/util/
install-info-html 141 This is all very much Work in Progress (WiP).
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 950 bool Progress = true;
951 while (Progress) {
955 Progress = false;
978 Progress = true;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 203 /// Tries to coalesce all copies in CurrList. Returns true if any progress
3793 bool Progress = false;
3805 Progress |= Success;
3809 return Progress;
3965 // until we make no progress.

Completed in 60 milliseconds