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

/freebsd-11.0-release/contrib/gperf/src/
H A Doutput.h141 const unsigned int * const _alpha_inc; member in class:Output
H A Dsearch.h79 /* Find good _alpha_inc[]. */
122 unsigned int * _alpha_inc; member in class:Search
H A Dmain.cc110 searcher._alpha_inc,
H A Dsearch.cc613 /* Find good _alpha_inc[]. */
618 /* The goal is to choose _alpha_inc[] such that it doesn't introduce
631 /* Look which _alpha_inc[i] we are free to increment. */
723 _alpha_inc = current;
724 _alpha_size = compute_alpha_size (_alpha_inc);
725 _alpha_unify = compute_alpha_unify (_key_positions, _alpha_inc);
738 init_selchars_multiset(_key_positions, _alpha_unify, _alpha_inc);
1686 delete[] _alpha_inc;
H A Doutput.cc102 _key_positions (positions), _alpha_inc (alpha_inc),
731 if (_alpha_inc[pos])
732 printf ("+%u", _alpha_inc[pos]);

Completed in 175 milliseconds