Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.c451 u_int64_t last_gap, u_int64_t next_gap, int *force_new_section) in choose_next_state() argument
462 next_gap = MINIMUM(next_gap, 1ULL<<31); in choose_next_state()
488 cost_bitmap += last_gap + contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
489 cost_bitmap_restart += contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
517 (long long unsigned)last_gap, (long long unsigned)next_gap, final, in choose_next_state()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py932 next_gap = max(gaps[index + 1], 1)
934 gap_ratio_with_next = curr_gap / next_gap