Searched refs:cost_bitmap_restart (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
458 cost_list = cost_bitmap = cost_bitmap_restart = 0;
462 cost_bitmap_restart = cost_bitmap = 8 + 64;
466 cost_bitmap_restart = 8 + 64;
470 cost_bitmap_restart = cost_bitmap = 8 + 64;
478 cost_bitmap_restart += contig + (final ? 0 : MIN(next_gap, 8+64));
483 cost_bitmap_restart = (cost_bitmap_restart + 7) / 8;
498 if (cost_bitmap_restart < cost) {
501 cost = cost_bitmap_restart;
[all...]

Completed in 75 milliseconds