Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c350 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local
396 _total += total; in lp_debug_draw_bins_by_coverage()
402 _total, in lp_debug_draw_bins_by_coverage()
404 (double) _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()