Home
last modified time | relevance | path

Searched refs:offsetInBlock (Results 1 – 2 of 2) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DRegularFile.java256 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() local
484 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 …]
/external/lzma/CPP/7zip/Common/
DLimitedStreams.cpp106 const UInt32 offsetInBlock = (UInt32)_virtPos & (blockSize - 1); in Read() local
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read()
116 _curRem = blockSize - offsetInBlock; in Read()