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

/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.c443 u_int64_t cost, cost_list, cost_range, cost_bitmap, cost_bitmap_restart; local
459 cost_range = 8;
476 cost_range += (2 * 64) + (final ? 0 : 8+64);
484 cost_range = (cost_range + 7) / 8;
490 if (cost_range < cost) {
492 cost = cost_range;
506 cost_list, cost_range, cost_bitmap, cost_bitmap_restart, new_state,

Completed in 140 milliseconds