Lines Matching refs:upper_bound
3833 int lower_bound = -1, upper_bound = -1; in PREFIX() local
3846 GET_UNSIGNED_NUMBER (upper_bound); in PREFIX()
3847 if (upper_bound < 0) in PREFIX()
3848 upper_bound = RE_DUP_MAX; in PREFIX()
3852 upper_bound = lower_bound; in PREFIX()
3854 if (! (0 <= lower_bound && lower_bound <= upper_bound)) in PREFIX()
3881 if (RE_DUP_MAX < upper_bound) in PREFIX()
3889 if (upper_bound == 0) in PREFIX()
3910 (upper_bound > 1) * (2 + 4 * OFFSET_ADDRESS_SIZE); in PREFIX()
3921 + (upper_bound > 1) * (1 + 2 * OFFSET_ADDRESS_SIZE) in PREFIX()
3936 if (upper_bound > 1) in PREFIX()
3946 upper_bound - 1); in PREFIX()
3965 upper_bound - 1, b); in PREFIX()