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

/external/grub/stage2/
H A Dgunzip.c448 DUMPBITS(j)
451 DUMPBITS removes the bits from b. The macros use the variable k
484 #define DUMPBITS(n) do {b>>=(n);k-=(n);} while (0) macro
749 DUMPBITS (t->b);
754 DUMPBITS (t->b);
775 DUMPBITS (e);
787 DUMPBITS (t->b);
793 DUMPBITS (t->b);
796 DUMPBITS (e);
858 DUMPBITS (
[all...]

Completed in 458 milliseconds