Searched refs:kShiftLen (Results 1 – 1 of 1) sorted by relevance
108 constexpr int kShiftLen = NumBits(8 * sizeof(T)) - 1; in CheckBit() local110 int bin = bit >> kShiftLen; in CheckBit()