Home
last modified time | relevance | path

Searched refs:lens (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp280 uint64_t lens = 0; in HilogShowLogStatsInfo() local
283 lens += rsp.totalLens[i]; in HilogShowLogStatsInfo()
288 cout << "Total lines: " << lines << ", length: " << Size2Str(lens) << endl; in HilogShowLogStatsInfo()
296 cout << "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / lens) << in HilogShowLogStatsInfo()
/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp330 int64_t lens = 0; in ComputeLength() local
344 lens = i + 1; in ComputeLength()
347 lengthFront += lens - overlap; in ComputeLength()
348 lengthBack -= lens; in ComputeLength()

Completed in 3 milliseconds