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

  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 36 VirtPos(0),
70 if (VirtPos >= File.Size)
71 return VirtPos == File.Size ? S_OK : E_FAIL;
72 UInt64 rem = File.Size - VirtPos;
80 UInt64 alignedPos = VirtPos & mask2;
83 UInt32 pos = (UInt32)VirtPos & mask;
88 VirtPos += rem;
95 if ((VirtPos & mask) != 0 || ((ptrdiff_t)data & mask) != 0 )
99 UInt64 end = VirtPos + size;
103 if (end <= VirtPos)
    [all...]
FileStreams.h 48 UInt64 VirtPos;
  /external/abi-dumper/
abi-dumper.pl     [all...]

Completed in 71 milliseconds