Searched defs:deflate_state (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Ddeflate.h275 } FAR deflate_state; typedef in typeref:struct:internal_state
298 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
300 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
302 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
303 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h273 } FAR deflate_state; typedef in typeref:struct:internal_state
296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h273 } FAR deflate_state; typedef in typeref:struct:internal_state
296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
/external/zlib/src/
H A Ddeflate.h273 } FAR deflate_state; typedef in typeref:struct:internal_state
296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,

Completed in 127 milliseconds