Searched refs:bit_buf (Results 1 – 1 of 1) sorted by relevance
102 unsigned char bit_buf; member185 state->bit_buf = 0; in archive_compressor_compress_open()256 state->bit_buf |= (ocode << bit_offset) & 0xff; in output_code()257 output_byte(f, state->bit_buf); in output_code()269 state->bit_buf = ocode & rmask[bits]; in output_code()284 ret = output_byte(f, state->bit_buf); in output_code()288 state->bit_buf = 0; in output_code()291 state->bit_buf = 0; in output_code()318 ret = output_byte(f, state->bit_buf); in output_flush()