Searched refs:unitIndex (Results 1 – 1 of 1) sorted by relevance
77 bits = new long[(unitIndex(length - 1) + 1)]; in BitSieve()105 bits = new long[(unitIndex(searchLen-1) + 1)]; in BitSieve()134 private static int unitIndex(int bitIndex) { in unitIndex() method in BitSieve149 int unitIndex = unitIndex(bitIndex); in get() local150 return ((bits[unitIndex] & bit(bitIndex)) != 0); in get()157 int unitIndex = unitIndex(bitIndex); in set() local158 bits[unitIndex] |= bit(bitIndex); in set()