Searched refs:cost_bitmap (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;
470 cost_bitmap_restart = cost_bitmap = 8 + 64;
477 cost_bitmap += last_gap + contig + (final ? 0 : MIN(next_gap, 8+64));
482 cost_bitmap = (cost_bitmap + 7) / 8;
489 cost = cost_bitmap;
506 cost_list, cost_range, cost_bitmap, cost_bitmap_restart, new_state,

Completed in 128 milliseconds