groupCount        161 lib/decompress_bunzip2.c 	int dbufCount, nextSym, dbufSize, groupCount, selector,
groupCount        206 lib/decompress_bunzip2.c 	groupCount = get_bits(bd, 3);
groupCount        207 lib/decompress_bunzip2.c 	if (groupCount < 2 || groupCount > MAX_GROUPS)
groupCount        217 lib/decompress_bunzip2.c 	for (i = 0; i < groupCount; i++)
groupCount        222 lib/decompress_bunzip2.c 			if (j >= groupCount)
groupCount        234 lib/decompress_bunzip2.c 	for (j = 0; j < groupCount; j++) {