Home
last modified time | relevance | path

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

/lib/
Ddecompress_bunzip2.c158 struct group_data *hufGroup = NULL; in get_next_block() local
296 hufGroup = bd->groups+j; in get_next_block()
297 hufGroup->minLen = minLen; in get_next_block()
298 hufGroup->maxLen = maxLen; in get_next_block()
303 base = hufGroup->base-1; in get_next_block()
304 limit = hufGroup->limit-1; in get_next_block()
312 hufGroup->permute[pp++] = t; in get_next_block()
364 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
365 base = hufGroup->base-1; in get_next_block()
366 limit = hufGroup->limit-1; in get_next_block()
[all …]