Home | History | Annotate | Download | only in linear

Lines Matching defs:dataPos

649                 int dataPos    = 0;
651 System.arraycopy(blocks[blockIndex++], regularPos, dataP, dataPos, BLOCK_SIZE);
652 dataPos += BLOCK_SIZE;
654 System.arraycopy(blocks[blockIndex], lastPos, dataP, dataPos, lastColumns);