Searched refs:highNdxInW1 (Results 1 – 1 of 1) sorted by relevance
1663 const int highNdxInW1 = high % WORD_BITS; in setBits() local1668 …m_words[word1Ndx] = (m_words[word1Ndx] & ~(((Word)1 << (highNdxInW1+1)) - 1)) | (((Word)bits & ~bi… in setBits()