Searched refs:WORD_MASK (Results 1 – 1 of 1) sorted by relevance
77 private static final long WORD_MASK = 0xffffffffffffffffL; field in BitSet416 long firstWordMask = WORD_MASK << fromIndex; in flip()417 long lastWordMask = WORD_MASK >>> -toIndex; in flip()428 words[i] ^= WORD_MASK; in flip()494 long firstWordMask = WORD_MASK << fromIndex; in set()495 long lastWordMask = WORD_MASK >>> -toIndex; in set()506 words[i] = WORD_MASK; in set()582 long firstWordMask = WORD_MASK << fromIndex; in clear()583 long lastWordMask = WORD_MASK >>> -toIndex; in clear()674 long lastWordMask = WORD_MASK >>> -toIndex; in get()[all …]