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

/external/zlib/src/contrib/infback9/
H A Dinfback9.c139 #define PULLBYTE() \ macro
153 PULLBYTE(); \
387 PULLBYTE();
472 PULLBYTE();
480 PULLBYTE();
526 PULLBYTE();
534 PULLBYTE();
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c172 #define PULLBYTE() \ macro
186 PULLBYTE(); \
403 PULLBYTE();
496 PULLBYTE();
504 PULLBYTE();
550 PULLBYTE();
558 PULLBYTE();
H A Dfx_zlib_inflate.c489 #define PULLBYTE() \ macro
502 PULLBYTE(); \
558 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
560 PULLBYTE() directly in order to pull just enough bytes to decode the next
941 PULLBYTE();
1034 PULLBYTE();
1042 PULLBYTE();
1084 PULLBYTE();
1092 PULLBYTE();
/external/zlib/src/
H A Dinfback.c172 #define PULLBYTE() \ macro
186 PULLBYTE(); \
403 PULLBYTE();
496 PULLBYTE();
504 PULLBYTE();
550 PULLBYTE();
558 PULLBYTE();
H A Dinflate.c489 #define PULLBYTE() \ macro
502 PULLBYTE(); \
558 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
560 PULLBYTE() directly in order to pull just enough bytes to decode the next
941 PULLBYTE();
1034 PULLBYTE();
1042 PULLBYTE();
1084 PULLBYTE();
1092 PULLBYTE();

Completed in 80 milliseconds