Searched refs:wordIndex (Results 1 – 1 of 1) sorted by relevance
111 private static int wordIndex(int bitIndex) { in wordIndex() method in BitSet166 words = new long[wordIndex(nbits-1) + 1]; in initWords()349 private void expandTo(int wordIndex) { in expandTo() argument350 int wordsRequired = wordIndex+1; in expandTo()382 int wordIndex = wordIndex(bitIndex); in flip() local383 expandTo(wordIndex); in flip()385 words[wordIndex] ^= (1L << bitIndex); in flip()409 int startWordIndex = wordIndex(fromIndex); in flip()410 int endWordIndex = wordIndex(toIndex - 1); in flip()446 int wordIndex = wordIndex(bitIndex); in set() local[all …]