HomeSort by relevance Sort by last modified time
    Searched defs:deflate_state (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.h 275 } 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/
deflate.h 273 } 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/
deflate.h 273 } 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/
deflate.h 273 } 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 89 milliseconds