Home
last modified time | relevance | path

Searched refs:Progress (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/sbin/fsck_v7fs/
H A Dmain.c196 static struct progress_arg Progress; in progress() local
201 if (Progress.tick) { in progress()
204 Progress = *p; in progress()
213 if (!Progress.tick) in progress()
215 if (++Progress.cnt > Progress.tick) { in progress()
216 Progress.cnt = 0; in progress()
217 Progress.total++; in progress()
218 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
/netbsd-src/usr.sbin/makefs/
H A Dv7fs.c168 static struct progress_arg Progress; in progress() local
176 Progress = *p; in progress()
183 if (!Progress.tick) in progress()
185 if (++Progress.cnt > Progress.tick) { in progress()
186 Progress.cnt = 0; in progress()
187 Progress.total++; in progress()
188 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
/netbsd-src/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c210 static struct progress_arg Progress; in progress() local
218 Progress = *p; in progress()
225 if (!Progress.tick) in progress()
227 if (++Progress.cnt > Progress.tick) { in progress()
228 Progress.cnt = 0; in progress()
229 Progress.total++; in progress()
230 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/Helpers/
H A DStyles.rst26 .. |In Progress| replace:: :inprogress:`In Progress`
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusPaperStatus.csv8 …wg21.link/P0415R1>`__","LWG","Constexpr for ``std::complex``\ ","Albuquerque","|In Progress|","7.0"
12 …1.link/P0600R1>`__","LWG","nodiscard in the Library","Albuquerque","|In Progress| [#note-P0600]_",…
20 …P0355R7>`__","LWG","Extending chrono to Calendars and Time Zones","Jacksonville","|In Progress|",""
48 …0941R2>`__","CWG","Integrating feature-test macros into the C++ WD","Rapperswil","|In Progress|",""
56 …0482R6>`__","CWG","char8_t: A type for UTF-8 characters and strings","San Diego","|In Progress|",""
64 "`P0896R4 <https://wg21.link/P0896R4>`__","LWG","The One Ranges Proposal","San Diego","|In Progress
106 "`P0645 <https://wg21.link/P0645>`__","LWG","Text Formatting","Cologne","|In Progress|",""
118 …g21.link/P1423>`__","LWG","char8_t backward compatibility remediation","Cologne","|In Progress|",""
126 "`P1614 <https://wg21.link/P1614>`__","LWG","The Mothership has Landed","Cologne","|In Progress|",""
134 …"LWG","Rename concepts to standard_case for C++20, while we still can","Cologne","|In Progress|",""
[all …]
H A Dindex.rst143 * :ref:`C++17 - In Progress <cxx1z-status>`
144 * :ref:`C++20 - In Progress <cxx2a-status>`
145 * :ref:`C++2b - In Progress <cxx2b-status>`
146 * `Post C++14 Technical Specifications - In Progress <http://libcxx.llvm.org/ts1z_status.html>`__
H A DCxx1zStatusPaperStatus.csv3 …1.link/n4089>`__","LWG","Safe conversions in ``unique_ptr<T[]>``\ .","Urbana","|In Progress|","3.9"
5 …LWG","Removing auto_ptr, random_shuffle(), And Old <functional> Stuff.","Urbana","|In Progress|",""
6 …://wg21.link/n4258>`__","LWG","Cleaning-up noexcept in the Library.","Urbana","|In Progress|","3.7"
30 …__","LWG","Adopt Library Fundamentals V1 TS Components for C++17","Jacksonville","|In Progress|",""
97 …te deduction for class templates into the standard library","Kona","|In Progress| [#note-P0433]_",…
108 …07R0>`__","LWG","Inline Variables for the Standard Library","Kona","|In Progress| [#note-P0607]_",…
H A DReleaseNotes.rst2 Libc++ 13.0.0 (In-Progress) Release Notes
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
458 Progress(Self);
515 Progress(Self);
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/delphi/
H A DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
458 Progress(Self);
515 Progress(Self);
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
458 Progress(Self);
515 Progress(Self);
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dpiflash64.h114 UTILITY_PROGRESS_API Progress; member
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4013.txt257 Layer (SASL)", Work in Progress.
260 Progress.
263 Authentication as a SASL Mechanism", Work in Progress.
266 Progress.
H A Drfc3088.txt519 Work in Progress.
525 LDAP Directories", Work in Progress.
H A Drfc3876.txt520 Representation of Search Results", Work in Progress, October
528 Progress, June 2002
H A Drfc3829.txt214 Progress, April 2002.
H A Drfc2377.txt855 in LDAPv3", Work in Progress.
861 in LDAP Directories", Work in Progress.
871 Work in Progress.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc4013.txt257 Layer (SASL)", Work in Progress.
260 Progress.
263 Authentication as a SASL Mechanism", Work in Progress.
266 Progress.
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dinstall-info-html141 This is all very much Work in Progress (WiP).
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A Dindex.rst71 Progress and Future Work
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp950 bool Progress = true; in findBasePointer() local
951 while (Progress) { in findBasePointer()
955 Progress = false; in findBasePointer()
978 Progress = true; in findBasePointer()
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4616.txt441 in Progress, June 2006.
444 SASL Mechanism", Work in Progress, June 2006.
H A Drfc2195.txt143 Progress [KEYED-MD5] and the string shown in the challenge is the
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst2 Clang 13.0.0 (In-Progress) Release Notes
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td265 /// Function is required to make Forward Progress.

123