Searched refs:bit_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c104 unsigned char bit_buf; member in struct:private_data
178 state->bit_buf = 0;
252 state->bit_buf |= (ocode << bit_offset) & 0xff;
253 output_byte(a, state->bit_buf);
265 state->bit_buf = ocode & rmask[bits];
280 ret = output_byte(a, state->bit_buf);
284 state->bit_buf = 0;
287 state->bit_buf = 0;
314 ret = output_byte(a, state->bit_buf);

Completed in 41 milliseconds