Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.h51 # define TBHASHBITS 10 macro
H A Dtbcore.c54 static struct TBHashEntry TB_hash[1 << TBHASHBITS][HSHMAX];
148 hshidx = key >> (64 - TBHASHBITS); in add_to_hash()
313 for (i = 0; i < (1 << TBHASHBITS); i++) 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()