Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbdecode.c421 static int huffman_read_length (bitio_t *bitio, uchar *length, int n) in huffman_read_length() function
455 i = huffman_read_length (bitio, bits, 128); in huffman_read_length()
783 if (huffman_read_length (&Bitio, temp, ALPHABET_SIZE) != 0) in comp_open_file()