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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c141 int dbufCount, nextSym, dbufSize, groupCount, *base, *limit, selector, local
191 groupCount = get_bits(bd, 3);
192 if (groupCount < 2 || groupCount > MAX_GROUPS)
202 for (i = 0; i < groupCount; i++) mtfSymbol[i] = i;
208 if (j>=groupCount) return RETVAL_DATA_ERROR;
221 for (j = 0; j < groupCount; j++) {

Completed in 45 milliseconds