Home
last modified time | relevance | path

Searched refs:deflate_state (Results 1 – 25 of 48) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h271 } FAR deflate_state; typedef
294 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
298 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
299 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
347 void ZLIB_INTERNAL crc_fold_init(deflate_state* const s);
348 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s,
352 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state* const s);
[all …]
Dsimd_stub.c12 void ZLIB_INTERNAL crc_fold_init(deflate_state *const s) { in crc_fold_init()
16 void ZLIB_INTERNAL crc_fold_copy(deflate_state *const s, in crc_fold_copy()
23 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state *const s) { in crc_fold_512to32()
28 void ZLIB_INTERNAL fill_window_sse(deflate_state *s) in fill_window_sse()
Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.c85 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
89 local void slide_hash OF((deflate_state *s));
90 local void fill_window OF((deflate_state *s));
91 local block_state deflate_stored OF((deflate_state *s, int flush));
92 local block_state deflate_fast OF((deflate_state *s, int flush));
94 local block_state deflate_slow OF((deflate_state *s, int flush));
96 local block_state deflate_rle OF((deflate_state *s, int flush));
97 local block_state deflate_huff OF((deflate_state *s, int flush));
98 local void lm_init OF((deflate_state *s));
99 local void putShortMSB OF((deflate_state *s, uInt b));
[all …]
/third_party/skia/third_party/externals/zlib/
Ddeflate.h271 } FAR deflate_state; typedef
294 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
298 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
299 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
347 void ZLIB_INTERNAL crc_fold_init(deflate_state* const s);
348 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s,
352 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state* const s);
[all …]
Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.c87 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
91 local void slide_hash OF((deflate_state *s));
92 local void fill_window OF((deflate_state *s));
93 local block_state deflate_stored OF((deflate_state *s, int flush));
94 local block_state deflate_fast OF((deflate_state *s, int flush));
96 local block_state deflate_slow OF((deflate_state *s, int flush));
98 local block_state deflate_rle OF((deflate_state *s, int flush));
99 local block_state deflate_huff OF((deflate_state *s, int flush));
100 local void lm_init OF((deflate_state *s));
101 local void putShortMSB OF((deflate_state *s, uInt b));
[all …]
/third_party/node/deps/zlib/
Ddeflate.h271 } FAR deflate_state; typedef
294 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
298 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
299 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
347 void ZLIB_INTERNAL crc_fold_init(deflate_state* const s);
348 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s,
352 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state* const s);
[all …]
Dsimd_stub.c12 void ZLIB_INTERNAL crc_fold_init(deflate_state *const s) { in crc_fold_init()
16 void ZLIB_INTERNAL crc_fold_copy(deflate_state *const s, in crc_fold_copy()
23 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state *const s) { in crc_fold_512to32()
28 void ZLIB_INTERNAL fill_window_sse(deflate_state *s) in fill_window_sse()
Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.c82 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
86 local void slide_hash OF((deflate_state *s));
87 local void fill_window OF((deflate_state *s));
88 local block_state deflate_stored OF((deflate_state *s, int flush));
89 local block_state deflate_fast OF((deflate_state *s, int flush));
91 local block_state deflate_slow OF((deflate_state *s, int flush));
93 local block_state deflate_rle OF((deflate_state *s, int flush));
94 local block_state deflate_huff OF((deflate_state *s, int flush));
95 local void lm_init OF((deflate_state *s));
96 local void putShortMSB OF((deflate_state *s, uInt b));
[all …]
/third_party/uboot/u-boot-2020.01/lib/zlib/
Dtrees.c144 local void init_block OF((deflate_state *s));
145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
146 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
148 local void build_tree OF((deflate_state *s, tree_desc *desc));
149 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
150 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
151 local int build_bl_tree OF((deflate_state *s));
152 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
154 local void compress_block OF((deflate_state *s, ct_data *ltree,
156 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.h270 } FAR deflate_state; typedef
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,
/third_party/libwebsockets/win32port/zlib/
Dtrees.c144 local void init_block OF((deflate_state *s));
145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
146 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
148 local void build_tree OF((deflate_state *s, tree_desc *desc));
149 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
150 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
151 local int build_bl_tree OF((deflate_state *s));
152 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
154 local void compress_block OF((deflate_state *s, ct_data *ltree,
156 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.h270 } FAR deflate_state; typedef
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,
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
76 local void fill_window OF((deflate_state *s));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
84 local void lm_init OF((deflate_state *s));
85 local void putShortMSB OF((deflate_state *s, uInt b));
90 uInt longest_match OF((deflate_state *s, IPos cur_match));
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.h276 } FAR deflate_state; typedef
299 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
303 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
304 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local void slide_hash OF((deflate_state *s));
78 local void fill_window OF((deflate_state *s));
79 local block_state deflate_stored OF((deflate_state *s, int flush));
80 local block_state deflate_fast OF((deflate_state *s, int flush));
82 local block_state deflate_slow OF((deflate_state *s, int flush));
84 local block_state deflate_rle OF((deflate_state *s, int flush));
85 local block_state deflate_huff OF((deflate_state *s, int flush));
86 local void lm_init OF((deflate_state *s));
87 local void putShortMSB OF((deflate_state *s, uInt b));
[all …]
/third_party/zlib/
Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.h271 } FAR deflate_state; typedef
294 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
295 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
296 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
298 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
299 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local void slide_hash OF((deflate_state *s));
78 local void fill_window OF((deflate_state *s));
79 local block_state deflate_stored OF((deflate_state *s, int flush));
80 local block_state deflate_fast OF((deflate_state *s, int flush));
82 local block_state deflate_slow OF((deflate_state *s, int flush));
84 local block_state deflate_rle OF((deflate_state *s, int flush));
85 local block_state deflate_huff OF((deflate_state *s, int flush));
86 local void lm_init OF((deflate_state *s));
87 local void putShortMSB OF((deflate_state *s, uInt b));
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dtrees.c139 local void init_block OF((deflate_state *s));
140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
141 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
143 local void build_tree OF((deflate_state *s, tree_desc *desc));
144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
146 local int build_bl_tree OF((deflate_state *s));
147 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
149 local void compress_block OF((deflate_state *s, const ct_data *ltree,
151 local int detect_data_type OF((deflate_state *s));
[all …]
Ddeflate.h276 } FAR deflate_state; typedef
299 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
303 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
304 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local void slide_hash OF((deflate_state *s));
78 local void fill_window OF((deflate_state *s));
79 local block_state deflate_stored OF((deflate_state *s, int flush));
80 local block_state deflate_fast OF((deflate_state *s, int flush));
82 local block_state deflate_slow OF((deflate_state *s, int flush));
84 local block_state deflate_rle OF((deflate_state *s, int flush));
85 local block_state deflate_huff OF((deflate_state *s, int flush));
86 local void lm_init OF((deflate_state *s));
87 local void putShortMSB OF((deflate_state *s, uInt b));
[all …]

12