Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c112 int section_end_code; /* When to increase bits. */ member
259 state->section_end_code = (1<<state->bits) - 1; in compress_bidder_init()
361 state->section_end_code = (1 << state->bits) - 1; in next_code()
395 if (state->free_ent > state->section_end_code) { in next_code()
399 state->section_end_code = state->maxcode; in next_code()
401 state->section_end_code = (1 << state->bits) - 1; in next_code()