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

/ast/src/cmd/codexlib/zip/
H A Dimplode.c181 DUMPBITS(j)
184 DUMPBITS removes the bits from b. The macros use the variable k
194 #define DUMPBITS(p,n) {(p)->bit_buf>>=(n);(p)->bit_len-=(n);} macro
273 DUMPBITS(state, 1);
282 DUMPBITS(state, t->b);
288 DUMPBITS(state, t->b);
302 DUMPBITS(state, 1);
305 DUMPBITS(state, 7);
313 DUMPBITS(state, t->b);
319 DUMPBITS(stat
[all...]
H A Ddeflate.c128 #define DUMPBITS(n) {bit_buf>>=(n);bit_len-=(n);} macro
247 DUMPBITS(t->b);
253 DUMPBITS(t->b);
274 DUMPBITS(x);
285 DUMPBITS(t->b);
291 DUMPBITS(t->b);
294 DUMPBITS(x);
332 DUMPBITS(l);
338 DUMPBITS(16);
345 DUMPBITS(1
[all...]

Completed in 12 milliseconds