Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp60 _nowPos64(0) in CFilterCoder()
158 UInt64 rem = _outSize - _nowPos64; in Flush2()
172 _nowPos64 += processed; in Flush2()
321 UInt64 rem = _outSize - _nowPos64; in Read()
328 _nowPos64 += size; in Read()
DFilterCoder.h97 UInt64 _nowPos64; variable
113 _nowPos64 = 0; in InitSpecVars()