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

/external/zlib/src/contrib/infback9/
H A Dinfback9.c168 #define BYTEBITS() \ macro
278 BYTEBITS();
314 BYTEBITS(); /* go to byte boundary */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c201 #define BYTEBITS() \ macro
295 BYTEBITS();
328 BYTEBITS(); /* go to byte boundary */
H A Dfx_zlib_inflate.c517 #define BYTEBITS() \ macro
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 */
/external/zlib/src/
H A Dinfback.c201 #define BYTEBITS() \ macro
295 BYTEBITS();
328 BYTEBITS(); /* go to byte boundary */
H A Dinflate.c517 #define BYTEBITS() \ macro
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 */

Completed in 908 milliseconds