Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c51 static struct TBEntry_piece TB_piece[TBMAX_PIECE];
238 struct TBEntry_piece *ptr = (struct TBEntry_piece *) entry; in init_tb()
737 static uint64 encode_piece(struct TBEntry_piece *ptr, ubyte * norm, int *pos, in encode_piece()
823 static uint64 encode_piece(struct TBEntry_piece *ptr, ubyte * norm, int *pos, in encode_piece()
1098 static void set_norm_piece(struct TBEntry_piece *ptr, ubyte * norm, in set_norm_piece()
1138 static void setup_pieces_piece(struct TBEntry_piece *ptr, unsigned char *data, in setup_pieces_piece()
1168 set_norm_piece((struct TBEntry_piece *) ptr, ptr->norm, ptr->pieces); in setup_pieces_piece_dtz()
1328 struct TBEntry_piece *ptr = (struct TBEntry_piece *) entry; in init_table_wdl()
1635 entry->enc_type = ((struct TBEntry_piece *) ptr)->enc_type; in load_dtz_table()
1646 struct TBEntry_piece *ptr = (struct TBEntry_piece *) entry; in free_wdl_entry()
H A Dtbcore.h89 struct TBEntry_piece { struct
H A Dtbprobe.c659 struct TBEntry_piece *entry = (struct TBEntry_piece *) ptr; in probe_wdl_table()
780 encode_piece((struct TBEntry_piece *) entry, entry->norm, p, in probe_dtz_table()