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

  /external/zlib/src/contrib/infback9/
infback9.c 168 #define BYTEBITS() \
280 BYTEBITS();
316 BYTEBITS(); /* go to byte boundary */
  /external/qemu/distrib/zlib-1.2.3/
infback.c 192 #define BYTEBITS() \
286 BYTEBITS();
319 BYTEBITS(); /* go to byte boundary */
inflate.c 461 #define BYTEBITS() \
503 and sets the number of available bits to zero. BYTEBITS() discards just
504 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
777 BYTEBITS();
808 BYTEBITS(); /* go to byte boundary */
    [all...]
  /external/zlib/src/
infback.c 201 #define BYTEBITS() \
295 BYTEBITS();
328 BYTEBITS(); /* go to byte boundary */
inflate.c 516 #define BYTEBITS() \
553 and sets the number of available bits to zero. BYTEBITS() discards just
554 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
829 BYTEBITS();
864 BYTEBITS(); /* go to byte boundary */
    [all...]

Completed in 369 milliseconds