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

/freebsd-10.0-release/contrib/gperf/src/
H A Dsearch.h151 unsigned int _asso_value_max; member in class:Search
H A Dsearch.cc848 _asso_value_max = asso_value_max;
853 + (_asso_value_max - 1) * _max_selchars_length;
950 unsigned int _asso_value_max; member in struct:Step
1219 step->_asso_value_max = _asso_value_max;
1226 / static_cast<double>(_asso_value_max));
1285 & (step->_asso_value_max - 1);
1363 (_asso_values[c] + _jump) & (step->_asso_value_max - 1);
1368 & (step->_asso_value_max - 1);
1378 (_asso_values[c] + _jump) & (step->_asso_value_max
[all...]

Completed in 66 milliseconds