Searched refs:BitBuf2 (Results 1 – 10 of 10) sorted by relevance
| /isa-l/igzip/ |
| H A D | bitbuf2.h | 45 init(struct BitBuf2 *me) in init() 52 set_buf(struct BitBuf2 *me, unsigned char *buf, unsigned int len) in set_buf() 60 is_full(struct BitBuf2 *me) in is_full() 66 buffer_ptr(struct BitBuf2 *me) in buffer_ptr() 72 buffer_used(struct BitBuf2 *me) in buffer_used() 78 buffer_bits_used(struct BitBuf2 *me) in buffer_bits_used() 84 flush_bits(struct BitBuf2 *me) in flush_bits() 96 flush(struct BitBuf2 *me) in flush() 109 check_space(struct BitBuf2 *me, uint32_t num_bits) in check_space() 118 write_bits_unsafe(struct BitBuf2 *me, uint64_t code, uint32_t count) in write_bits_unsafe() [all …]
|
| H A D | igzip_base_aliases.c | 51 encode_deflate_icf_base(struct deflate_icf *next_in, struct deflate_icf *end_in, struct BitBuf2 *bb, 124 encode_deflate_icf(struct deflate_icf *next_in, struct deflate_icf *end_in, struct BitBuf2 *bb, in encode_deflate_icf()
|
| H A D | encode_df.c | 19 encode_deflate_icf_base(struct deflate_icf *next_in, struct deflate_icf *end_in, struct BitBuf2 *bb, in encode_deflate_icf_base()
|
| H A D | encode_df.h | 35 encode_deflate_icf(struct deflate_icf *next_in, struct deflate_icf *end_in, struct BitBuf2 *bb,
|
| H A D | huff_codes.h | 183 create_hufftables_icf(struct BitBuf2 *bb, struct hufftables_icf *hufftables,
|
| H A D | huff_codes.c | 1021 create_huffman_header(struct BitBuf2 *header_bitbuf, struct huff_code *lookup_table, in create_huffman_header() 1071 create_header(struct BitBuf2 *header_bitbuf, struct rl_code *huffman_rep, uint32_t length, in create_header() 1366 struct BitBuf2 header_bitbuf; in isal_create_hufftables() 1453 struct BitBuf2 header_bitbuf; in isal_create_hufftables_subset() 1564 create_hufftables_icf(struct BitBuf2 *bb, struct hufftables_icf *hufftables, in create_hufftables_icf() 1578 struct BitBuf2 bb_tmp; in create_hufftables_icf() 1587 memcpy(&bb_tmp, bb, sizeof(struct BitBuf2)); in create_hufftables_icf() 1644 memcpy(bb, &bb_tmp, sizeof(struct BitBuf2)); in create_hufftables_icf()
|
| H A D | igzip.c | 205 struct BitBuf2 *write_buf = &state->bitbuf; in flush_icf_block() 360 struct BitBuf2 *write_buf = &state->bitbuf; in create_icf_block_hdr() 361 struct BitBuf2 write_buf_tmp; in create_icf_block_hdr() 371 memcpy(&write_buf_tmp, write_buf, sizeof(struct BitBuf2)); in create_icf_block_hdr() 419 memcpy(write_buf, &write_buf_tmp, sizeof(struct BitBuf2)); in create_icf_block_hdr() 427 memcpy(write_buf, &write_buf_tmp, sizeof(struct BitBuf2)); in create_icf_block_hdr() 779 struct BitBuf2 *bitbuf = &stream->internal_state.bitbuf; in write_type0_header()
|
| H A D | data_struct2.asm | 54 START_FIELDS ;; BitBuf2
|
| /isa-l/igzip/aarch64/ |
| H A D | data_struct_aarch64.h | 51 start_struct BitBuf2 58 end_struct BitBuf2
|
| /isa-l/include/ |
| H A D | igzip_lib.h | 321 struct BitBuf2 { struct 367 struct BitBuf2 bitbuf; //!< Bit Buffer
|