Searched refs:offsetInBlock (Results 1 – 2 of 2) sorted by relevance
256 int off = offsetInBlock(size); in prepareForWrite()281 int off = offsetInBlock(pos); in write()310 int offInBlock = offsetInBlock(pos); in write()351 int off = offsetInBlock(pos); in write()404 int off = offsetInBlock(pos); in transferFrom()464 int off = offsetInBlock(pos); in read()482 int offsetInBlock = offsetInBlock(pos); in read() local484 int read = get(block, offsetInBlock, b, off, length(offsetInBlock, remaining)); in read()515 int off = offsetInBlock(pos); in read()567 int off = offsetInBlock(pos); in transferTo()[all …]
106 const UInt32 offsetInBlock = (UInt32)_virtPos & (blockSize - 1); in Read() local109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read()116 _curRem = blockSize - offsetInBlock; in Read()