Searched refs:deflate_state (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/lib/zlib_deflate/ |
A D | defutil.h | 73 typedef struct deflate_state { struct 241 } deflate_state; argument 274 void zlib_tr_init (deflate_state *s); 278 void zlib_tr_align (deflate_state *s); 281 void zlib_tr_stored_type_only (deflate_state *); 314 static inline void bi_flush(deflate_state *s) in bi_flush() 330 static inline void bi_windup(deflate_state *s) in bi_windup() 361 static void send_bits (deflate_state *s, int value, int length); 364 deflate_state *s, in send_bits() 405 deflate_state *s, in zlib_tr_send_bits() [all …]
|
A D | deftree.c | 242 deflate_state *s in zlib_tr_init() 273 deflate_state *s in init_block() 318 deflate_state *s, in pqdownheap() 354 deflate_state *s, in gen_bitlen() 485 deflate_state *s, in build_tree() 573 deflate_state *s, in scan_tree() 619 deflate_state *s, in send_tree() 671 deflate_state *s in build_bl_tree() 755 deflate_state *s in zlib_tr_stored_type_only() 776 deflate_state *s in zlib_tr_align() [all …]
|
A D | deflate.c | 197 deflate_state *s; in zlib_deflateInit2() 286 deflate_state *s; in zlib_deflateReset() 320 deflate_state *s, in putShortMSB() 335 deflate_state *s; in zlib_deflate() 531 deflate_state *s in lm_init() 566 deflate_state *s, in longest_match() 709 deflate_state *s, in check_match() 745 deflate_state *s in fill_window() 865 deflate_state *s, in deflate_stored() 924 deflate_state *s, in deflate_fast() [all …]
|
/linux-6.3-rc2/lib/zlib_dfltcc/ |
A D | dfltcc_deflate.c | 19 deflate_state *state = (deflate_state *)strm->state; in dfltcc_can_deflate() 43 deflate_state *state = (deflate_state *)strm->state; in dfltcc_reset_deflate_state() 63 deflate_state *state = (deflate_state *)strm->state; in dfltcc_gdht() 76 deflate_state *state = (deflate_state *)strm->state; in dfltcc_cmpr() 97 deflate_state *state = (deflate_state *)strm->state; in send_eobs() 125 deflate_state *state = (deflate_state *)strm->state; in dfltcc_deflate()
|
Completed in 14 milliseconds