| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | ProgressEvent.cpp | 27 uint64_t completed, uint64_t total, in ProgressEvent() argument 34 if (completed == 0) { in ProgressEvent() 43 } else if (completed == total) { in ProgressEvent() 54 (uint32_t)((double)completed / (double)total * 100.0), (uint32_t)99); in ProgressEvent() 69 uint64_t completed, uint64_t total, in Create() argument 72 if (completed > 0 && completed < total && !prev_event) in Create() 74 ProgressEvent event(progress_id, message, completed, total, prev_event); in Create() 164 void ProgressEventManager::Update(uint64_t progress_id, uint64_t completed, in Update() argument 167 progress_id, std::nullopt, completed, total, &GetMostRecentEvent())) { in Update() 214 uint64_t completed, uint64_t total) { in Push() argument [all …]
|
| H A D | ProgressEvent.h | 52 uint64_t completed, uint64_t total, 75 uint64_t completed, uint64_t total, 105 void Update(uint64_t progress_id, uint64_t completed, uint64_t total); 140 void Push(uint64_t progress_id, const char *message, uint64_t completed,
|
| H A D | VSCode.cpp | 325 uint64_t completed, uint64_t total) { in SendProgressEvent() argument 326 progress_event_reporter.Push(progress_id, message, completed, total); in SendProgressEvent()
|
| H A D | VSCode.h | 173 uint64_t completed, uint64_t total);
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | display.py | 28 self.completed = 0 42 self.completed += 1 53 (self.completed + self.predictable_tests_remaining) 78 self.completed = 0 87 self.completed += 1 111 self.completed, self.num_tests))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frvbegin.c | 93 static int completed = 0; in __frv_deregister_eh() local 95 if (completed) in __frv_deregister_eh() 101 completed = 1; in __frv_deregister_eh()
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frvbegin.c | 103 static int completed = 0; in __frv_deregister_eh() local 105 if (completed) in __frv_deregister_eh() 111 completed = 1; in __frv_deregister_eh()
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | work.c | 189 unsigned completed; in gomp_work_share_end_nowait() local 201 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait() 204 completed = ++ws->threads_completed; in gomp_work_share_end_nowait() 208 if (completed == team->nthreads) in gomp_work_share_end_nowait()
|
| /openbsd-src/sys/arch/m88k/m88k/ |
| H A D | fpu.c | 256 goto completed; in fpu_compare() 261 goto completed; in fpu_compare() 276 goto completed; in fpu_compare() 301 completed: in fpu_compare()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | crtstuff.c | 255 static _Bool completed; in __do_global_dtors_aux() local 258 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux() 284 completed = 1; in __do_global_dtors_aux()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | crtstuff.c | 270 static _Bool completed; in __do_global_dtors_aux() local 272 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux() 303 completed = 1; in __do_global_dtors_aux()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | DebuggerEvents.h | 24 uint64_t completed, uint64_t total, bool debugger_specific) in ProgressEventData() argument 25 : m_message(message), m_id(progress_id), m_completed(completed), in ProgressEventData()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 2210 region since the ``THEN`` region has completed. 3313 completed. 3782 10. When the kernel dispatch has completed execution, CP signals the completion 4589 … indicate that earlier pipeline stages have completed writing to the 5207 ensures a previous vector memory operation has completed before executing a 5374 has completed 5400 has completed 5445 completed before 5472 completed before 5587 has completed [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | xmss_fast.h | 38 unsigned char completed; member
|
| H A D | xmss_fast.c | 202 state->treehash[i].completed = 1; in treehash_setup() 277 treehash->completed = 1; in treehash_update() 351 if (state->treehash[i].completed) { in bds_treehash_update() 505 state->treehash[i].completed = 0; in bds_round() 948 states[i].treehash[j].completed = 1; in xmssmt_sign()
|
| /openbsd-src/gnu/llvm/clang/docs/HLSL/ |
| H A D | ResourceTypes.rst | 19 on initialization. They are then lazily completed when ``requiresCompleteType``
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 77 void completed(NodeRef) {} in completed() function 143 this->Visited.completed(Node); in toNext()
|
| /openbsd-src/bin/ksh/ |
| H A D | emacs.c | 1740 int completed = 0; in do_complete() local 1765 completed = 1; in do_complete() 1770 completed = 1; in do_complete() 1773 if (type == CT_COMPLIST && !completed) { in do_complete() 1775 completed = 1; in do_complete() 1778 if (completed) in do_complete()
|
| /openbsd-src/usr.bin/m4/ |
| H A D | NOTES | 39 each nested call is completed. Each argument is a character pointer
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | ppphtest | 288 ok($o =~ /^Analysis completed \(1 warning\)/m); 299 ok($o =~ /^Analysis completed \(1 warning\)/m); 310 ok($o =~ /^Analysis completed \(1 warning\)/m); 811 ok($o =~ /^Analysis completed \(2 warnings\)/m); 818 ok($o =~ /^Analysis completed \(1 warning\)/m);
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.session | 3 This release of mkisofs has basic support completed for
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | rluser.texinfo | 506 If set to @samp{on}, completed directory names have a slash 517 If set to @samp{on}, completed names which are symbolic links 527 supplied by the user in the filename to be completed. 1196 Similar to @code{complete}, but replaces the word to be completed 1497 Only matches which are prefixed by the word being completed are 1506 The words generated by the pattern need not match the word being completed. 1522 completed, and the matching words become the possible completions. 1532 name of the command whose arguments are being completed, the 1533 second argument is the word being completed, and the third argument 1534 is the word preceding the word being completed on the current command line. [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 1290 uint64_t completed, uint64_t total, in PrivateReportProgress() argument 1297 event_type, new ProgressEventData(progress_id, message, completed, total, in PrivateReportProgress() 1303 uint64_t completed, uint64_t total, in ReportProgress() argument 1311 PrivateReportProgress(*debugger_sp, progress_id, message, completed, in ReportProgress() 1321 PrivateReportProgress(*(*pos), progress_id, message, completed, total, in ReportProgress()
|
| /openbsd-src/share/man/man0/ |
| H A D | COPYRIGHT | 57 Programming Language C was completed by the X3J11 Technical Committee.
|
| /openbsd-src/distrib/notes/luna88k/ |
| H A D | install | 17 unbootable if the installation process is not completed. Availability
|