/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.h | 271 } 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* cons [all...] |
H A D | trees.c | 139 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 * [all...] |
H A D | deflate.c | 87 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 * [all...] |
H A D | crc_folding.c | 44 ZLIB_INTERNAL void crc_fold_init(deflate_state *const s) in crc_fold_init() 58 local void fold_1(deflate_state *const s, in fold_1() 84 local void fold_2(deflate_state *const s, in fold_2() 118 local void fold_3(deflate_state *const s, in fold_3() 158 local void fold_4(deflate_state *const s, in fold_4() 224 local void partial_fold(deflate_state *const s, const size_t len, in partial_fold() 274 ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, in crc_fold_copy() 430 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state *const s) in crc_fold_512to32()
|
H A D | crc32.c | 498 ZLIB_INTERNAL void crc_reset(deflate_state *const s) in crc_reset() 509 ZLIB_INTERNAL void crc_finalize(deflate_state *const s) in crc_finalize()
|
H A D | fill_window_sse.c | 34 void fill_window_sse(deflate_state *s) in fill_window_sse()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.h | 271 } 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* cons [all...] |
H A D | trees.c | 139 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 * [all...] |
H A D | deflate.c | 87 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 * [all...] |
H A D | crc_folding.c | 44 ZLIB_INTERNAL void crc_fold_init(deflate_state *const s) in crc_fold_init() 58 local void fold_1(deflate_state *const s, in fold_1() 84 local void fold_2(deflate_state *const s, in fold_2() 118 local void fold_3(deflate_state *const s, in fold_3() 158 local void fold_4(deflate_state *const s, in fold_4() 224 local void partial_fold(deflate_state *const s, const size_t len, in partial_fold() 274 ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, in crc_fold_copy() 430 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state *const s) in crc_fold_512to32()
|
H A D | crc32.c | 498 ZLIB_INTERNAL void crc_reset(deflate_state *const s) in crc_reset() 509 ZLIB_INTERNAL void crc_finalize(deflate_state *const s) in crc_finalize()
|
H A D | fill_window_sse.c | 34 void fill_window_sse(deflate_state *s) in fill_window_sse()
|
/third_party/node/deps/zlib/ |
H A D | deflate.h | 285 } FAR deflate_state; typedef 308 void ZLIB_INTERNAL _tr_init(deflate_state *s); 309 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 310 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 312 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s); 313 void ZLIB_INTERNAL _tr_align(deflate_state *s); 314 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, 381 void ZLIB_INTERNAL crc_fold_init(deflate_state* const s); 382 void ZLIB_INTERNAL crc_fold_copy(deflate_state* const s, 386 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state* cons [all...] |
H A D | deflate.c | 83 typedef block_state (*compress_func)(deflate_state *s, int flush); 86 local block_state deflate_stored(deflate_state *s, int flush); 87 local block_state deflate_fast(deflate_state *s, int flush); 89 local block_state deflate_slow(deflate_state *s, int flush); 91 local block_state deflate_rle(deflate_state *s, int flush); 92 local block_state deflate_huff(deflate_state *s, int flush); 95 extern void ZLIB_INTERNAL crc_reset(deflate_state *const s); 96 extern void ZLIB_INTERNAL crc_finalize(deflate_state *const s); 176 local void slide_hash(deflate_state *s) { in slide_hash() 249 local void fill_window(deflate_state * [all...] |
H A D | trees.c | 166 local void bi_flush(deflate_state *s) { in bi_flush() 181 local void bi_windup(deflate_state *s) { in bi_windup() 252 local void send_bits(deflate_state *s, int value, int length) { in send_bits() 439 local void init_block(deflate_state *s) { in init_block() 455 void ZLIB_INTERNAL _tr_init(deflate_state *s) { in _tr_init() 507 local void pqdownheap(deflate_state *s, ct_data *tree, int k) { in pqdownheap() 538 local void gen_bitlen(deflate_state *s, tree_desc *desc) { in gen_bitlen() 625 local void build_tree(deflate_state *s, tree_desc *desc) { in build_tree() 710 local void scan_tree(deflate_state *s, ct_data *tree, int max_code) { in scan_tree() 751 local void send_tree(deflate_state * [all...] |
H A D | crc_folding.c | 44 ZLIB_INTERNAL void crc_fold_init(deflate_state *const s) in crc_fold_init() 58 local void fold_1(deflate_state *const s, in fold_1() 84 local void fold_2(deflate_state *const s, in fold_2() 118 local void fold_3(deflate_state *const s, in fold_3() 158 local void fold_4(deflate_state *const s, in fold_4() 224 local void partial_fold(deflate_state *const s, const size_t len, in partial_fold() 274 ZLIB_INTERNAL void crc_fold_copy(deflate_state *const s, in crc_fold_copy() 430 unsigned ZLIB_INTERNAL crc_fold_512to32(deflate_state *const s) in crc_fold_512to32()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.c | 144 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 * [all...] |
H A D | deflate.c | 73 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 * [all...] |
H A D | deflate.h | 265 } FAR deflate_state;
typedef 288 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
289 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
290 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
292 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
293 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
/third_party/zlib/ |
H A D | deflate.h | 282 } FAR deflate_state; typedef 305 void ZLIB_INTERNAL _tr_init(deflate_state *s); 306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 307 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 309 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s); 310 void ZLIB_INTERNAL _tr_align(deflate_state *s); 311 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
|
H A D | deflate.c | 70 typedef block_state (*compress_func)(deflate_state *s, int flush); 73 local block_state deflate_stored(deflate_state *s, int flush); 74 local block_state deflate_fast(deflate_state *s, int flush); 76 local block_state deflate_slow(deflate_state *s, int flush); 78 local block_state deflate_rle(deflate_state *s, int flush); 79 local block_state deflate_huff(deflate_state *s, int flush); 187 local void slide_hash(deflate_state *s) in slide_hash() 253 local void fill_window(deflate_state *s) in fill_window() 385 deflate_state *s; in deflateInit2_() 435 s = (deflate_state *) ZALLO in deflateInit2_() [all...] |
H A D | trees.c | 176 local void bi_flush(deflate_state *s) in bi_flush() 192 local void bi_windup(deflate_state *s) in bi_windup() 265 local void send_bits(deflate_state *s, int value, int length) in send_bits() 455 local void init_block(deflate_state *s) in init_block() 472 void ZLIB_INTERNAL _tr_init(deflate_state *s) { in _tr_init() 524 local void pqdownheap(deflate_state *s, ct_data *tree, int k) in pqdownheap() 556 local void gen_bitlen(deflate_state *s, tree_desc *desc) in gen_bitlen() 644 local void build_tree(deflate_state *s, tree_desc *desc) in build_tree() 730 local void scan_tree(deflate_state *s, ct_data *tree, int max_code) in scan_tree() 772 local void send_tree(deflate_state * [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | insert_string.h | 51 local INLINE Pos insert_string_simd(deflate_state* const s, const Pos str) { in insert_string_simd() 94 local INLINE Pos insert_string_c(deflate_state* const s, const Pos str) { in insert_string_c() 108 local INLINE Pos insert_string(deflate_state* const s, const Pos str) { in insert_string()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | insert_string.h | 51 local INLINE Pos insert_string_simd(deflate_state* const s, const Pos str) { in insert_string_simd() 94 local INLINE Pos insert_string_c(deflate_state* const s, const Pos str) { in insert_string_c() 108 local INLINE Pos insert_string(deflate_state* const s, const Pos str) { in insert_string()
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | insert_string.h | 53 local INLINE Pos insert_string(deflate_state* const s, const Pos str) { in insert_string()
|