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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdhuff.c59 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough
120 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
125 * val = GET_BITS(n);
141 #define GET_BITS(nbits) \ macro
603 code = GET_BITS(l);
611 code |= GET_BITS(1);
737 r = GET_BITS(s);
814 r = GET_BITS(s);
825 r = GET_BITS(r);
884 if (GET_BITS(
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ macro
68 GET_BITS(lll,uuu,8)
71 GET_BITS(lll,uuu,1)
89 GET_BITS(label1, zvec, zn); \
206 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8)
251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1);
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15);
318 GET_BITS(BZ_X_CODING_1, curr, 5);

Completed in 132 milliseconds