Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dhash.c243 int entry, draft, age, replace_draft, i, j; in HashStore() local
300 replace_draft = 99999; in HashStore()
304 if (age != transposition_age && replace_draft > draft) { in HashStore()
306 replace_draft = draft; in HashStore()
312 if (replace_draft > draft) { in HashStore()
314 replace_draft = draft; in HashStore()
372 int entry, draft, replace_draft, age; in HashStorePV() local
428 replace_draft = 99999; in HashStorePV()
434 replace_draft = draft; in HashStorePV()
440 if (replace_draft > draft) { in HashStorePV()
[all …]