Home
last modified time | relevance | path

Searched refs:rep_bytes (Results 1 – 1 of 1) sorted by relevance

/isa-l/igzip/
H A Digzip.c621 uint32_t rep_bytes = rep_bits / 8; in write_constant_compressed_stateless() local
628 if (stream->avail_out < HEADER_LENGTH + MAX_FIXUP_CODE_LENGTH + rep_bytes + 8) in write_constant_compressed_stateless()
643 memset(stream->next_out + HEADER_LENGTH, 0, rep_bytes); in write_constant_compressed_stateless()
644 stream->avail_out -= HEADER_LENGTH + rep_bytes; in write_constant_compressed_stateless()
645 stream->next_out += HEADER_LENGTH + rep_bytes; in write_constant_compressed_stateless()
646 stream->total_out += HEADER_LENGTH + rep_bytes; in write_constant_compressed_stateless()