HomeSort by relevance Sort by last modified time
    Searched refs:PhyPos (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 65 PhyPos(0),
134 if (alignedPos != PhyPos)
140 PhyPos = realNewPosition;
146 readSize = (UInt32)MyMin(File.Length - PhyPos, (UInt64)kClusterSize);
160 PhyPos += BufferSize;
163 if (VirtPos != PhyPos)
169 PhyPos = VirtPos = realNewPosition;
180 PhyPos += realProcessedSize;
273 PhyPos = VirtPos = realNewPosition;
FileStreams.h 30 UInt64 PhyPos;

Completed in 55 milliseconds