Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbdecode.c273 #define BIORD(bits) \ macro
300 (ch) = table[BIORD (start_bits)]; \
429 k = BIORD (1); BIORD_MORE (1); in huffman_read_length()
438 k = BIORD (5); BIORD_MORE (5); in huffman_read_length()
441 length[i] = (uchar) BIORD (k); BIORD_MORE (k); in huffman_read_length()
444 j = i + BIORD (4); BIORD_MORE (4); in huffman_read_length()
484 j += BIORD (16) << (jj - 16); BIORD_MORE (16); in huffman_read_length()
486 j += BIORD (jj); BIORD_MORE (jj); in huffman_read_length()
608 ch = BIORD (5); BIORD_MORE (5); in do_decode()
618 n += BIORD (ch); BIORD_MORE (ch); in do_decode()
[all …]