DECBITS
for (i = DECBITS;
r = GETBITS(in, DECBITS), \
for (i = 0; i < (1 << DECBITS); i++)
if (i < DECBITS) {
c = code << (DECBITS - 1 - i);
for (d = 1 << (DECBITS - 1 - i); --d >= 0;) {
if (v + i < DECBITS) { /* both fit in table */
x = d >> (DECBITS - 1 - v - i);
<< 4 | (DECBITS -
<< 4 | (DECBITS - (i + 1));
unsigned int llvals[1 << DECBITS];