Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c52 static struct TBEntry_pawn TB_pawn[TBMAX_PAWN];
229 struct TBEntry_pawn *ptr = (struct TBEntry_pawn *) entry; in init_tb()
948 static int pawn_file(struct TBEntry_pawn *ptr, int *pos) { in pawn_file()
958 static uint64 encode_pawn(struct TBEntry_pawn *ptr, ubyte * norm, int *pos, in encode_pawn()
1122 static void set_norm_pawn(struct TBEntry_pawn *ptr, ubyte * norm, in set_norm_pawn()
1209 set_norm_pawn((struct TBEntry_pawn *) ptr, ptr->file[f].norm, in setup_pieces_pawn_dtz()
1365 struct TBEntry_pawn *ptr = (struct TBEntry_pawn *) entry; in init_table_wdl()
1368 setup_pieces_pawn((struct TBEntry_pawn *) ptr, data, &tb_size[2 * f], in init_table_wdl()
1631 entry->pawns[0] = ((struct TBEntry_pawn *) ptr)->pawns[0]; in load_dtz_table()
1632 entry->pawns[1] = ((struct TBEntry_pawn *) ptr)->pawns[1]; in load_dtz_table()
[all …]
H A Dtbcore.h104 struct TBEntry_pawn { struct
H A Dtbprobe.c671 struct TBEntry_pawn *entry = (struct TBEntry_pawn *) ptr; in probe_wdl_table()
798 int f = pawn_file((struct TBEntry_pawn *) entry, p); in probe_dtz_table()
813 encode_pawn((struct TBEntry_pawn *) entry, entry->file[f].norm, p, in probe_dtz_table()