Lines Matching defs:exp_max
6413 #define exp_max field.count.f_max
6674 if ((insert->exp_min == min) && (insert->exp_max == max) &&
6700 entry->exp_max = max;
7105 if (exp->exp_max == 0)
7116 if (exp->exp_max == 1)
7118 if (exp->exp_max < 0) /* unbounded */
7121 max = exp->exp_max - 1;
7360 (sub->exp_max == 1) &&
7420 if (sub->exp_max < 0)
7423 max = sub->exp_max -1;
7486 if (sub->exp_max == -1) {
7488 if (exp->exp_max == -1) {
7501 if (exp->exp_max == -1) {
7513 if (exp->exp_max < sub->exp_max * mult) {
7520 if (sub->exp_max * mult > exp->exp_min)
7523 min = exp->exp_min - sub->exp_max * mult;
7524 max = exp->exp_max - sub->exp_max * mult;
7537 } else if (sub->exp_max == -1) {
7538 if (exp->exp_max == -1) {
7563 if (exp->exp_max == -1) {
7575 if (exp->exp_max < sub->exp_max) {
7582 if (sub->exp_max > exp->exp_min)
7585 min = exp->exp_min - sub->exp_max;
7586 max = exp->exp_max - sub->exp_max;
7615 if (exp->exp_max < 0)
7618 max = exp->exp_max - 1;
8038 if ((expr->exp_min == 0) && (expr->exp_max == 1)) {
8041 } else if ((expr->exp_min == 0) && (expr->exp_max == -1)) {
8044 } else if ((expr->exp_min == 1) && (expr->exp_max == -1)) {
8047 } else if (expr->exp_max == expr->exp_min) {
8049 } else if (expr->exp_max < 0) {
8052 snprintf(rep, 39, "{%d,%d}", expr->exp_min, expr->exp_max);