Searched refs:deflate_state (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/lib/zlib_deflate/ |
H 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 …]
|
H 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 …]
|
H 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 …]
|
/openbmc/linux/lib/zlib_dfltcc/ |
H 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()
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.c | 194 deflate_state *s; in send_bits() 387 deflate_state *s; in _tr_init() 416 deflate_state *s; in init_block() 460 deflate_state *s; in pqdownheap() 495 deflate_state *s; in gen_bitlen() 624 deflate_state *s; in build_tree() 712 deflate_state *s; in scan_tree() 757 deflate_state *s; in send_tree() 808 deflate_state *s; in build_bl_tree() 843 deflate_state *s; in send_all_trees() [all …]
|
H A D | deflate.h | 270 } 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,
|
H A D | deflate.c | 221 deflate_state *s; 265 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state)); 316 deflate_state *s; 356 deflate_state *s; 417 deflate_state *s; 458 deflate_state *s; 490 deflate_state *s; 549 deflate_state *s; in putShortMSB() 587 deflate_state *s; 948 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); [all …]
|