Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h73 extern int adaptive_hash;
H A Doption.c129 adaptive_hash = atoiKMB(args[1]); in Option()
135 Print(32, "adaptive estimated NPS = %s\n", DisplayKMB(adaptive_hash, 1)); in Option()
1215 if (adaptive_hash) { in Option()
1222 positions_per_move = time_limit * adaptive_hash / 16; in Option()
H A Ddata.c532 int adaptive_hash = 0; variable