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

  /external/zlib/src/contrib/infback9/
infback9.c 168 #define BYTEBITS() \
278 BYTEBITS();
314 BYTEBITS(); /* go to byte boundary */
  /external/chromium_org/third_party/zlib/
infback.c 192 #define BYTEBITS() \
286 BYTEBITS();
319 BYTEBITS(); /* go to byte boundary */
inflate.c 496 #define BYTEBITS() \
538 and sets the number of available bits to zero. BYTEBITS() discards just
539 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
814 BYTEBITS();
849 BYTEBITS(); /* go to byte boundary */
    [all...]
  /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 517 #define BYTEBITS() \
554 and sets the number of available bits to zero. BYTEBITS() discards just
555 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
830 BYTEBITS();
865 BYTEBITS(); /* go to byte boundary */
    [all...]

Completed in 424 milliseconds