Home
last modified time | relevance | path

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

/dports/games/gnugo/gnugo-3.8/engine/
H A Dcache.c42 static void tt_init(Transposition_table *table, int memsize);
43 static void tt_clear(Transposition_table *table);
46 Transposition_table ttable;
92 tt_init(Transposition_table *table, int memsize) in tt_init()
121 tt_clear(Transposition_table *table) in tt_clear()
133 tt_free(Transposition_table *table) in tt_free()
147 tt_get(Transposition_table *table, in tt_get()
198 tt_update(Transposition_table *table, in tt_update()
H A Dcache.h96 } Transposition_table; typedef
98 extern Transposition_table ttable;
105 void tt_free(Transposition_table *table);
106 int tt_get(Transposition_table *table, enum routine_id routine,
110 void tt_update(Transposition_table *table, enum routine_id routine,