Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp84 _nowPos64(0) in CFilterCoder()
302 const UInt64 rem = _outSize - _nowPos64; in Flush2()
316 _nowPos64 += processed; in Flush2()
471 const UInt64 rem = _outSize - _nowPos64; in Z7_COM7F_IMF()
478 _nowPos64 += size; in Z7_COM7F_IMF()
DFilterCoder.h69 UInt64 _nowPos64; variable
85 _nowPos64 = 0; in InitSpecVars()