/isa-l/igzip/ |
H A D | igzip_level_buf_structs.h | 28 struct level_buf { struct 29 struct hufftables_icf encode_tables; 30 struct isal_mod_hist hist; 31 uint32_t deflate_hdr_count; 32 uint32_t deflate_hdr_extra_bits; 33 uint8_t deflate_hdr[ISAL_DEF_MAX_HDR_SIZE]; 34 struct deflate_icf *icf_buf_next; 35 uint64_t icf_buf_avail_out; 36 struct deflate_icf *icf_buf_start; 37 union {
|
H A D | igzip_icf_body.c | 91 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in gen_icf_map_h1_base() local 150 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in compress_icf_map_g() local 241 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; icf_body_next_state() local 257 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; icf_body_hash1_fillgreedy_lazy() local 297 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; icf_body_lazyhash1_fillgreedy_greedy() local [all...] |
H A D | igzip_icf_base.c | 22 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in update_state() local 46 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in isal_deflate_icf_body_hash_hist_base() local 142 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in isal_deflate_icf_finish_hash_hist_base() local 252 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in isal_deflate_icf_finish_hash_map_base() local
|
H A D | igzip.c | 204 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in flush_icf_block() local 264 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in init_hash8k_buf() local 273 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in init_hash_hist_buf() local 282 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in init_hash_map_buf() local 310 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in init_new_icf_block() local 335 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in are_buffers_empty_hash_map() local 359 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in create_icf_block_hdr() local 495 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in isal_deflate_icf_pass() local 882 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in reset_match_history() local 1221 struct level_buf *level_buf = (struct level_buf *) stream->level_buf; in isal_deflate_hash() local [all …]
|
H A D | igzip_file_perf.c | 111 uint8_t *outbuf, size_t outbuf_size, int level, uint8_t *level_buf, int level_size, in deflate_perf() 153 unsigned char *inbuf, *outbuf, *level_buf = NULL, *dictbuf = NULL; in main() local
|
H A D | igzip_perf.c | 220 uint8_t *inbuf, uint32_t inbuf_size, uint32_t level, uint8_t *level_buf, in isal_deflate_round() 250 uint8_t *inbuf, uint32_t inbuf_size, uint32_t level, uint8_t *level_buf, in isal_deflate_dict_round() 309 uint32_t level, uint8_t *level_buf, uint32_t level_buf_size, in isal_deflate_stateful_round() 450 uint8_t *level_buf = NULL; in isal_deflate_perf() local 474 uint8_t *level_buf = NULL; in isal_deflate_dict_perf() local 506 uint8_t *level_buf = NULL; in isal_deflate_stateful_perf() local
|
H A D | igzip_rand_test.c | 1089 uint8_t *level_buf = NULL; in compress_multi_pass() local 1289 uint8_t *level_buf = NULL; in compress_single_pass() local 1379 uint8_t *level_buf = NULL; in compress_ver_rep_buf() local 1497 uint8_t *level_buf = NULL; in compress_stateless() local 1602 uint8_t *in_buf = NULL, *level_buf = NULL, *out_buf = compressed_buf; in compress_stateless_full_flush() local 1741 uint8_t *in_buf = NULL, *out_buf = compressed_buf, *level_buf = NULL; in compress_full_flush() local 1881 uint8_t *level_buf = NULL; in compress_swap_flush() local
|
H A D | igzip_base_aliases.c | 171 set_long_icf_fg(uint8_t * next_in,uint8_t * end_in,struct deflate_icf * match_lookup,struct level_buf * level_buf) set_long_icf_fg() argument
|
/isa-l/programs/ |
H A D | igzip_cli.c | 165 uint8_t *level_buf; member 496 uint8_t *level_buf = malloc_safe(level_size); in thread_worker() local 572 unsigned char *inbuf = NULL, *outbuf = NULL, *level_buf = NULL; in compress_file() local
|
/isa-l/include/ |
H A D | igzip_lib.h | 416 uint8_t *level_buf; //!< User allocated buffer required for different compression levels member
|