Lines Matching refs:high
384 value_in_range_p (int64_t value, int low, int high)386 return (value >= low && value <= high) ? 1 : 0;