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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinfback.c214 #define DROPBITS(n) \ macro
321 DROPBITS(1);
343 DROPBITS(2);
382 DROPBITS(5);
384 DROPBITS(5);
386 DROPBITS(4);
401 DROPBITS(3);
427 DROPBITS(this.bits);
433 DROPBITS(this.bits);
441 DROPBITS(
[all...]
H A Dinflate.c483 #define DROPBITS(n) \ macro
526 DROPBITS(n);
530 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
551 DROPBITS(n);
649 DROPBITS(4);
812 DROPBITS(1);
834 DROPBITS(2);
869 DROPBITS(5);
871 DROPBITS(5);
873 DROPBITS(
[all...]

Completed in 16 milliseconds