Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkrl.c478 u_int64_t last_gap, u_int64_t next_gap, int *force_new_section) in choose_next_state() argument
489 next_gap = MINIMUM(next_gap, 1ULL<<31); in choose_next_state()
515 cost_bitmap += last_gap + contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
516 cost_bitmap_restart += contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
544 (long long unsigned)last_gap, (long long unsigned)next_gap, final, in choose_next_state()