Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFileStreams.cpp80 UInt64 alignedPos = VirtPos & mask2; in Read() local
81 if (BufSize > 0 && BufStartPos == alignedPos) in Read()
111 if (alignedPos != PhyPos) in Read()
114 bool result = File.Seek(alignedPos, FILE_BEGIN, realNewPosition); in Read()
120 BufStartPos = alignedPos; in Read()