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

/haiku/src/bin/unzip/
H A Dexplode.c194 DUMPBITS(j)
197 DUMPBITS removes the bits from b. The macros use the variable k
203 #define DUMPBITS(n) {b>>=(n);k-=(n);} macro
209 DUMPBITS(t->b)\
284 DUMPBITS(1)
297 DUMPBITS(1)
300 DUMPBITS(bdl)
309 DUMPBITS(8)
401 DUMPBITS(1)
411 DUMPBITS(
614 #undef DUMPBITS macro
[all...]
H A Dinflate.c597 DUMPBITS(j)
600 DUMPBITS removes the bits from b. The macros use the variable k
630 #define DUMPBITS(n) {b>>=(n);k-=(n);} macro
704 DUMPBITS(t->b)
722 DUMPBITS(e)
728 DUMPBITS(t->b)
739 DUMPBITS(e) function
830 DUMPBITS(n);
836 DUMPBITS(16)
840 DUMPBITS(1
[all...]
H A Dinflatef.c355 DUMPBITS(j)
358 DUMPBITS removes the bits from b. The macros use the variable k
388 #define DUMPBITS(n) {b>>=(n);k-=(n);} macro
462 DUMPBITS(t->b)
480 DUMPBITS(e)
486 DUMPBITS(t->b)
497 DUMPBITS(e) function
588 DUMPBITS(n);
594 DUMPBITS(16)
598 DUMPBITS(1
[all...]

Completed in 48 milliseconds