Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c54 static struct TBHashEntry TB_hash[1 << TBHASHBITS][HSHMAX]; variable
150 while (i < HSHMAX && TB_hash[hshidx][i].ptr) in add_to_hash()
156 TB_hash[hshidx][i].key = key; in add_to_hash()
157 TB_hash[hshidx][i].ptr = ptr; in add_to_hash()
315 TB_hash[i][j].key = 0ULL; in init_tablebases()
316 TB_hash[i][j].ptr = NULL; in init_tablebases()
1612 ptr2 = TB_hash[key1 >> (64 - TBHASHBITS)]; in load_dtz_table()
H A Dtbprobe.c610 ptr2 = TB_hash[key >> (64 - TBHASHBITS)]; in probe_wdl_table()
719 struct TBHashEntry *ptr2 = TB_hash[key >> (64 - TBHASHBITS)]; in probe_dtz_table()