Searched refs:SkipBits (Results 1 – 1 of 1) sorted by relevance
141 unsigned SkipBits = P % WordWidth; in find_from_pos() local146 if (SkipBits != 0) { in find_from_pos()148 W &= maskLeadingOnes<WordType>(WordWidth - SkipBits); in find_from_pos()