Searched refs:_range_upper_bound (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doptions.cc364 int _range_upper_bound; /* Upper bound (inclusive) of the range. */ member in class:PositionStringParser
389 if (++_range_curr_value >= _range_upper_bound)
421 for (_range_upper_bound = 0;
424 _range_upper_bound = _range_upper_bound * 10 + (*_str - '0');
427 if (!(_range_upper_bound > curr_value && _range_upper_bound <= _high_bound))

Completed in 411 milliseconds