Searched refs:nextSym (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_bunzip2.c | 161 int dbufCount, nextSym, dbufSize, groupCount, selector, in get_next_block() local 399 /* Huffman decode value to get nextSym (with bounds checking) */ in get_next_block() 404 nextSym = hufGroup->permute[j]; in get_next_block() 407 most recent literal byte. First, check if nextSym in get_next_block() 410 if (((unsigned)nextSym) <= SYMBOL_RUNB) { /* RUNA or RUNB */ in get_next_block() 427 t += (runPos << nextSym); in get_next_block() 450 if (nextSym > symTotal) in get_next_block() 452 /* At this point, nextSym indicates a new literal in get_next_block() 460 non-literal nextSym values equals -1.) */ in get_next_block() 463 i = nextSym in get_next_block() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_bunzip2.c | 161 int dbufCount, nextSym, dbufSize, groupCount, selector, in get_next_block() local 399 /* Huffman decode value to get nextSym (with bounds checking) */ in get_next_block() 404 nextSym = hufGroup->permute[j]; in get_next_block() 407 most recent literal byte. First, check if nextSym in get_next_block() 410 if (((unsigned)nextSym) <= SYMBOL_RUNB) { /* RUNA or RUNB */ in get_next_block() 427 t += (runPos << nextSym); in get_next_block() 450 if (nextSym > symTotal) in get_next_block() 452 /* At this point, nextSym indicates a new literal in get_next_block() 460 non-literal nextSym values equals -1.) */ in get_next_block() 463 i = nextSym in get_next_block() [all...] |
Completed in 2 milliseconds