Searched refs:MaxEncodableValue (Results 1 – 2 of 2) sorted by relevance
2417 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset() local2420 if (((unsigned)Offset) > MaxEncodableValue) { in emitFrameOffset()2421 ThisVal = MaxEncodableValue; in emitFrameOffset()2423 ThisVal = Offset & MaxEncodableValue; in emitFrameOffset()
2981 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset() local2984 if (((unsigned)Offset) > MaxEncodableValue) { in emitFrameOffset()2985 ThisVal = MaxEncodableValue; in emitFrameOffset()2987 ThisVal = Offset & MaxEncodableValue; in emitFrameOffset()