Searched refs:three_piece_data (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Chess-310.5/sjeng/
H A Dsegtb.c112 signed char *three_piece_data; variable
704 free(three_piece_data);
713 three_piece_data = malloc(CACHE_SIZE * THREE_PIECE_SIZE);
715 if(!two_piece_data || !three_piece_data)
911 table = three_piece_data + (i * THREE_PIECE_SIZE);
924 table = three_piece_data + (junk * THREE_PIECE_SIZE);

Completed in 58 milliseconds