Home
last modified time | relevance | path

Searched refs:_total (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h19 UInt64 _total; variable
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()
48 _total = total; in SetProgress()
59 total = _total; in GetProgress()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c485 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local
531 _total += total; in lp_debug_draw_bins_by_coverage()
537 _total, in lp_debug_draw_bins_by_coverage()
539 (double) _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
/third_party/node/deps/v8/tools/testrunner/testproc/
Dprogress.py252 self._total = test_count
296 if self._total:
297 progress = (self._passed + self._failed) * 100 // self._total
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md6372 …ejs/node/commit/8bc7d2a5be)] - **src**: fix data type when using uv\_get\_total\_memory() (gengjia…