nextSym           161 lib/decompress_bunzip2.c 	int dbufCount, nextSym, dbufSize, groupCount, selector,
nextSym           404 lib/decompress_bunzip2.c 		nextSym = hufGroup->permute[j];
nextSym           410 lib/decompress_bunzip2.c 		if (((unsigned)nextSym) <= SYMBOL_RUNB) { /* RUNA or RUNB */
nextSym           427 lib/decompress_bunzip2.c 			t += (runPos << nextSym);
nextSym           450 lib/decompress_bunzip2.c 		if (nextSym > symTotal)
nextSym           463 lib/decompress_bunzip2.c 		i = nextSym - 1;