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

/ast/src/cmd/codexlib/lzh/
H A Dlzh.c127 #define PEEKBITS(p,n) ((n)<=(p)->bitcount ? ((((p)->bitbuf)>>((p)->bitcount-(n)))&((1L<<(n))-1)) : getbits(p,n,1)) macro
142 return PEEKBITS(state, n);
393 b = PEEKBITS(state, 16);
879 b = PEEKBITS(state, 16);
899 b = PEEKBITS(state, 16);

Completed in 12 milliseconds