Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFileStreams.cpp76 UInt64 alignedPos = VirtPos & mask2; in Read() local
77 if (BufSize > 0 && BufStartPos == alignedPos) in Read()
107 if (alignedPos != PhyPos) in Read()
110 bool result = File.Seek(alignedPos, FILE_BEGIN, realNewPosition); in Read()
116 BufStartPos = alignedPos; in Read()