Lines Matching defs:max
204 offsets[i] += opCharSize - opSplitSize * std::max(0, cnt - i -2);
253 if (UNLIKELY(x > (std::numeric_limits<uint32_t>::max() - static_cast<uint32_t>(d)) / HEX_VALUE)) {
794 int max = -1;
801 max = INT32_MAX;
808 max = INT32_MAX;
816 max = 1;
820 if (!ParserIntervalQuantifier(&min, &max)) {
825 if (min > max) {
844 if (max == 0) {
846 } else if (min != -1 && max != -1 && !isEmpty_) {
857 if (max == INT32_MAX && firstOp != RegExpOpCode::OP_CHAR && firstOp != RegExpOpCode::OP_CHAR32 &&
870 if (min <= 1 && max == INT32_MAX) {
881 } else if (max > 1) {
887 loopOp.EmitOpCode(&buffer_, atomBcStart - buffer_.GetSize() - loopOp.GetSize(), min, max);
891 loopOp.EmitOpCode(&buffer_, atomBcStart - buffer_.GetSize() - loopOp.GetSize(), min, max);