Searched refs:WORD_MASK (Results 1 – 1 of 1) sorted by relevance
76 private static final long WORD_MASK = 0xffffffffffffffffL; field in BitSet413 long firstWordMask = WORD_MASK << fromIndex; in flip()414 long lastWordMask = WORD_MASK >>> -toIndex; in flip()425 words[i] ^= WORD_MASK; in flip()491 long firstWordMask = WORD_MASK << fromIndex; in set()492 long lastWordMask = WORD_MASK >>> -toIndex; in set()503 words[i] = WORD_MASK; in set()579 long firstWordMask = WORD_MASK << fromIndex; in clear()580 long lastWordMask = WORD_MASK >>> -toIndex; in clear()671 long lastWordMask = WORD_MASK >>> -toIndex; in get()[all …]