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

  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 64 VirtPos(0),
93 if (VirtPos >= File.Length)
94 return VirtPos == File.Length ? S_OK : E_FAIL;
95 UInt64 rem = File.Length - VirtPos;
103 UInt64 alignedPos = VirtPos & mask2;
106 UInt32 pos = (UInt32)VirtPos & mask;
111 VirtPos += rem;
118 if ((VirtPos & mask) != 0 || ((ptrdiff_t)data & mask) != 0 )
122 UInt64 end = VirtPos + size;
126 if (end <= VirtPos)
    [all...]
FileStreams.h 29 UInt64 VirtPos;

Completed in 28 milliseconds