Searched refs:NEXT_BLOCK_OFFSET (Results 1 – 2 of 2) sorted by relevance
17 public static final int NEXT_BLOCK_OFFSET = PREV_BLOCK_OFFSET + Database.INT_SIZE; field in LargeBlock19 public static final int UNALLOCATED_HEADER_SIZE = NEXT_BLOCK_OFFSET + Database.INT_SIZE;
742 int nextBlockChunkNum = getInt(freeBlockAddress + LargeBlock.NEXT_BLOCK_OFFSET); in unlinkFreeBlock()751 putInt((long) prevBlockChunkNum * CHUNK_SIZE + LargeBlock.NEXT_BLOCK_OFFSET, nextBlockChunkNum); in unlinkFreeBlock()827 …int nextResultChunkNum = getInt((long) resultChunkNum * CHUNK_SIZE + LargeBlock.NEXT_BLOCK_OFFSET); in getFreeBlockFromTrie()1106 int nextChunkNum = getInt(prevChunkAddress + LargeBlock.NEXT_BLOCK_OFFSET); in insertFreeBlockAfter()1110 putInt(prevChunkAddress + LargeBlock.NEXT_BLOCK_OFFSET, newChunkNum); in insertFreeBlockAfter()1115 putInt(newLockAddress + LargeBlock.NEXT_BLOCK_OFFSET, nextChunkNum); in insertFreeBlockAfter()