Searched refs:_max (Results 1 – 3 of 3) sorted by relevance
69 protected $_max = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct112 $this->_max = count($this->_sets) - 1;161 for ($i = 0; $i <= $this->_max; ++$i) {170 if ($i === $this->_max) {
63 protected $_max = 0; variable in Hoa\\Compiler\\Llk\\Rule\\Repetition92 $this->_max = $max;114 return $this->_max;
56272 var _max = cmap.nGroups - 1;56273 while (_min <= _max) {56274 var _mid = _min + _max >> 1;56277 _max = _mid - 1;57798 var _max = this.table.binarySearchHeader.nUnits - 1;57799 while (_min <= _max) {57800 var mid = _min + _max >> 1;57807 _max = mid - 1;