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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doptions.h239 int _jump; member in class:Options
H A Dsearch.h157 int _jump; member in class:Search
H A Doptions.cc455 _jump (DEFAULT_JUMP_VALUE),
537 _asso_iterations, _jump, _size_multiple, _initial_asso_value,
806 if ((_jump = atoi (/*getopt*/optarg)) < 0)
808 fprintf (stderr, "Jump value %d must be a positive number.\n", _jump);
812 else if (_jump && ((_jump % 2) == 0))
813 fprintf (stderr, "Jump value %d should be odd, adding 1 and continuing...\n", _jump++);
H A Dsearch.cc899 _jump = option.get_jump ();
1293 unsigned int ii = (_jump != 0 ? k - 1 : 0);
1342 if (_jump != 0)
1354 _initial_asso_value + iter[i] * _jump.
1364 (_asso_values[c] + _jump) & (step->_asso_value_max - 1);
1368 (_asso_values[c] - iter[i] * _jump)
1379 (_asso_values[c] + _jump) & (step->_asso_value_max - 1);
1383 (_asso_values[c] - iter[i] * _jump)
1392 (_asso_values[c] - bound * _jump)
1426 (_asso_values[c] + bound * _jump)
[all...]

Completed in 69 milliseconds