Home
last modified time | relevance | path

Searched refs:BOOK_CLUSTER_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h329 extern BOOK_POSITION book_buffer[BOOK_CLUSTER_SIZE];
330 extern BOOK_POSITION book_buffer_char[BOOK_CLUSTER_SIZE];
H A Ddata.c438 BOOK_POSITION book_buffer[BOOK_CLUSTER_SIZE];
439 BOOK_POSITION book_buffer_char[BOOK_CLUSTER_SIZE];
H A Dutility.c105 char file_buffer[BOOK_CLUSTER_SIZE * sizeof(BOOK_POSITION)]; in BookClusterIn()
133 char file_buffer[BOOK_CLUSTER_SIZE * sizeof(BOOK_POSITION)]; in BookClusterOut()
H A Dchess.h80 # define BOOK_CLUSTER_SIZE 8000 macro