HomeSort by relevance Sort by last modified time
    Searched refs:DROPBITS (Results 1 - 5 of 5) sorted by null

  /external/zlib/src/contrib/infback9/
infback9.c 161 #define DROPBITS(n) \
286 DROPBITS(1);
311 DROPBITS(2);
350 DROPBITS(5);
352 DROPBITS(5);
354 DROPBITS(4);
367 DROPBITS(3);
393 DROPBITS(here.bits);
399 DROPBITS(here.bits);
407 DROPBITS(2)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
infback.c 185 #define DROPBITS(n) \
292 DROPBITS(1);
314 DROPBITS(2);
353 DROPBITS(5);
355 DROPBITS(5);
357 DROPBITS(4);
372 DROPBITS(3);
398 DROPBITS(this.bits);
404 DROPBITS(this.bits);
412 DROPBITS(2)
    [all...]
inflate.c 454 #define DROPBITS(n) \
497 DROPBITS(n);
501 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
522 DROPBITS(n);
620 DROPBITS(4);
783 DROPBITS(1);
805 DROPBITS(2);
840 DROPBITS(5);
842 DROPBITS(5);
844 DROPBITS(4)
    [all...]
  /external/zlib/src/
infback.c 194 #define DROPBITS(n) \
301 DROPBITS(1);
323 DROPBITS(2);
362 DROPBITS(5);
364 DROPBITS(5);
366 DROPBITS(4);
381 DROPBITS(3);
406 DROPBITS(here.bits);
412 DROPBITS(here.bits);
420 DROPBITS(2)
    [all...]
inflate.c 509 #define DROPBITS(n) \
547 DROPBITS(n);
551 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
572 DROPBITS(n);
670 DROPBITS(4);
835 DROPBITS(1);
848 DROPBITS(2);
861 DROPBITS(2);
899 DROPBITS(5);
901 DROPBITS(5)
    [all...]

Completed in 93 milliseconds