Searched defs:word (Results 1 – 3 of 3) sorted by relevance
720 long word = words[u] & (WORD_MASK << fromIndex); in nextSetBit() local752 long word = ~words[u] & (WORD_MASK << fromIndex); in nextClearBit() local798 long word = words[u] & (WORD_MASK >>> -(fromIndex+1)); in previousSetBit() local836 long word = ~words[u] & (WORD_MASK >>> -(fromIndex+1)); in previousClearBit() local
570 String word = ""; in generate() local
273 private static char unpack(long packed, int word) { // word==0 => return a, ==3 => return d in unpack()