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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 263 } FAR deflate_state; typedef in typeref:struct:internal_state
282 void _tr_init OF((deflate_state *s));
283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
286 void _tr_align OF((deflate_state *s));
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
  /external/pdfium/third_party/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/syslinux/com32/lib/zlib/
deflate.h 270 } FAR deflate_state; typedef in typeref:struct:internal_state
293 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
295 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
297 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
298 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 415 milliseconds