Searched defs:word (Results 1 – 5 of 5) 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
1379 String word = hands.substring(ix, end); in parseClassNames() local1413 String word = names[i]; in readConfiguration() local
273 private static char unpack(long packed, int word) { // word==0 => return a, ==3 => return d in unpack()
254 uint64_t word; in NativeBN_longInt() local