Searched refs:VirtPos (Results 1 – 2 of 2) sorted by relevance
64 VirtPos(0), in CInFileStream()93 if (VirtPos >= File.Length) in Read()94 return VirtPos == File.Length ? S_OK : E_FAIL; in Read()95 UInt64 rem = File.Length - VirtPos; in Read()103 UInt64 alignedPos = VirtPos & mask2; in Read()106 UInt32 pos = (UInt32)VirtPos & mask; in Read()111 VirtPos += rem; in Read()118 if ((VirtPos & mask) != 0 || ((ptrdiff_t)data & mask) != 0 ) in Read()122 UInt64 end = VirtPos + size; in Read()126 if (end <= VirtPos) in Read()[all …]
29 UInt64 VirtPos; variable