Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp155 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