Searched refs:_total (Results 1 – 4 of 4) sorted by relevance
19 UInt64 _total; variable22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()48 _total = total; in SetProgress()59 total = _total; in GetProgress()
485 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local531 _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()
252 self._total = test_count296 if self._total:297 progress = (self._passed + self._failed) * 100 // self._total
6372 …ejs/node/commit/8bc7d2a5be)] - **src**: fix data type when using uv\_get\_total\_memory() (gengjia…