Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dexplode.c203 #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(8)
415 DUMPBITS(1)
418 DUMPBITS(bdl)
[all …]
H A Dinflatef.c388 #define DUMPBITS(n) {b>>=(n);k-=(n);} macro
462 DUMPBITS(t->b)
480 DUMPBITS(e)
486 DUMPBITS(t->b)
497 DUMPBITS(e)
588 DUMPBITS(n); in inflate_stored()
594 DUMPBITS(16) in inflate_stored()
598 DUMPBITS(16) in inflate_stored()
611 DUMPBITS(8) in inflate_stored()
724 DUMPBITS(5) in inflate_dynamic()
[all …]
H A Dinflate.c630 #define DUMPBITS(n) {b>>=(n);k-=(n);} macro
704 DUMPBITS(t->b)
722 DUMPBITS(e)
728 DUMPBITS(t->b)
739 DUMPBITS(e)
830 DUMPBITS(n); in inflate_stored()
836 DUMPBITS(16) in inflate_stored()
840 DUMPBITS(16) in inflate_stored()
853 DUMPBITS(8) in inflate_stored()
966 DUMPBITS(5) in inflate_dynamic()
[all …]