Lines Matching refs:max_shift
1105 const int max_shift = ((kPointerSize * kBitsPerByte) / 7) * 7;1106 for (int shift = max_shift; shift > 0; shift -= 7) {