Searched refs:k_Step (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ | ||
H A D | 7zExtract.cpp | 155 const UInt32 k_Step = (UInt32)1 << 20;
in Write() local 156 if (cur > k_Step) in Write() 157 cur = k_Step; in Write() |
Completed in 1 milliseconds