Home
last modified time | relevance | path

Searched refs:key_pos (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gperf/src/
HDoutput.cc830 int key_pos; in output_hash_function() local
833 key_pos = iter.next (); in output_hash_function()
835 if (key_pos == Positions::LASTCHAR || key_pos < _min_key_len) in output_hash_function()
856 for (; key_pos != Positions::LASTCHAR; ) in output_hash_function()
858 output_asso_values_ref (key_pos); in output_hash_function()
859 if ((key_pos = iter.next ()) != PositionIterator::EOS) in output_hash_function()
865 if (key_pos == Positions::LASTCHAR) in output_hash_function()
881 while (key_pos != Positions::LASTCHAR && key_pos >= _max_key_len) in output_hash_function()
882 if ((key_pos = iter.next ()) == PositionIterator::EOS) in output_hash_function()
885 if (key_pos != PositionIterator::EOS && key_pos != Positions::LASTCHAR) in output_hash_function()
[all …]
HDoptions.cc834 int *key_pos; in parse_options() local
836 for (key_pos = key_positions; (value = sparser.nextPosition()) != EOS; key_pos++) in parse_options()
845 if (key_pos - key_positions == Positions::MAX_SIZE) in parse_options()
858 *key_pos = value; in parse_options()
861 unsigned int total_keysig_size = key_pos - key_positions; in parse_options()
HDsearch.cc638 int key_pos = iter.next (); in find_alpha_inc() local
639 if (key_pos == PositionIterator::EOS) in find_alpha_inc()
641 if (key_pos != Positions::LASTCHAR) in find_alpha_inc()
652 int key_pos = iter.next (); in find_alpha_inc() local
653 if (key_pos == PositionIterator::EOS) in find_alpha_inc()
655 if (key_pos != Positions::LASTCHAR) in find_alpha_inc()
656 indices[j++] = key_pos; in find_alpha_inc()
/freebsd-11-stable/contrib/unbound/dnscrypt/
HDdnscrypt.c630 size_t key_pos = (size_t) 0U; in dnsc_key_to_fingerprint() local
636 key[key_pos], key[key_pos + 1U]); in dnsc_key_to_fingerprint()
637 key_pos += 2U; in dnsc_key_to_fingerprint()
638 if (key_pos >= crypto_box_PUBLICKEYBYTES) { in dnsc_key_to_fingerprint()