Searched refs:nextSym (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Ddecompress_bunzip2.c161 int dbufCount, nextSym, dbufSize, groupCount, selector, local
399 /* Huffman decode value to get nextSym (with bounds checking) */
404 nextSym = hufGroup->permute[j];
407 most recent literal byte. First, check if nextSym
410 if (((unsigned)nextSym) <= SYMBOL_RUNB) { /* RUNA or RUNB */
427 t += (runPos << nextSym);
450 if (nextSym > symTotal)
452 /* At this point, nextSym indicates a new literal
460 non-literal nextSym values equals -1.) */
463 i = nextSym
[all...]

Completed in 208 milliseconds