Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Ddecompress_bunzip2.c157 struct group_data *hufGroup = NULL; in get_next_block() local
295 hufGroup = bd->groups+j; in get_next_block()
296 hufGroup->minLen = minLen; in get_next_block()
297 hufGroup->maxLen = maxLen; in get_next_block()
302 base = hufGroup->base-1; in get_next_block()
303 limit = hufGroup->limit-1; in get_next_block()
311 hufGroup->permute[pp++] = t; in get_next_block()
363 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
364 base = hufGroup->base-1; in get_next_block()
365 limit = hufGroup->limit-1; in get_next_block()
[all …]