Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:high

2540       // The maximum value has the high bit, and all bits below, set:
2541 // (1 << high) - 1.
2543 // the high bit, and all bits below, unset:
2544 // -(1 << high).
2556 int high = MostSignificantBit(
2561 limit <<= high;