Searched refs:entryRangeLengthBitCount (Results 1 – 2 of 2) sorted by relevance
36 int entryRangeLengthBitCount = 5; in accessors() local39 entryRangeLengthBitCount); in accessors()46 assertEquals(entryRangeLengthBitCount, in accessors()55 tableEntryBitCount - suffixBitCount - entryRangeLengthBitCount; in accessors()59 assertEquals(maxValForBits(entryRangeLengthBitCount), in accessors()70 int entryRangeLengthBitCount = 5; in calculateRangeLength() local73 entryRangeLengthBitCount); in calculateRangeLength()93 int entryRangeLengthBitCount = 5; in createCellId() local96 entryRangeLengthBitCount); in createCellId()127 int entryRangeLengthBitCount = 5; in extractFaceIdFromPrefix() local[all …]
92 int suffixTableBlockIdOffset, int tableEntryBitCount, int entryRangeLengthBitCount) { in TzS2RangeFileFormat() argument148 Conditions.checkArgInRange("entryRangeLengthBitCount", entryRangeLengthBitCount, in TzS2RangeFileFormat()173 mTableEntryRangeLengthBitCount = entryRangeLengthBitCount; in TzS2RangeFileFormat()175 (int) BitwiseUtils.maxUnsignedValue(entryRangeLengthBitCount); in TzS2RangeFileFormat()180 tableEntryBitCount - (suffixBitCount + entryRangeLengthBitCount); in TzS2RangeFileFormat()