DUMPBITS
#define DUMPBITS(j) {b>>=(j);k-=(j);}
#define DUMPBITS(n) do {b>>=(n);k-=(n);} while (0)
#define DUMPBITS(j) {b >>= (j); k -= (j); }