Lines Matching refs:nextSym
161 int dbufCount, nextSym, dbufSize, groupCount, selector,
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 - 1;