Lines Matching refs:upper_bound
2359 int lower_bound = -1, upper_bound = -1; local
2375 GET_UNSIGNED_NUMBER (upper_bound);
2376 if (upper_bound < 0) upper_bound = RE_DUP_MAX;
2380 upper_bound = lower_bound;
2382 if (lower_bound < 0 || upper_bound > RE_DUP_MAX
2383 || lower_bound > upper_bound)
2422 if (upper_bound == 0)
2441 unsigned nbytes = 10 + (upper_bound > 1) * 10;
2451 b + 5 + (upper_bound > 1) * 5,
2462 if (upper_bound > 1)
2471 upper_bound - 1);
2489 upper_bound - 1, b);