Home
last modified time | relevance | path

Searched refs:nGroups (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; in sendMTFValues() local
273 if (s->nMTF < 200) nGroups = 2; else in sendMTFValues()
274 if (s->nMTF < 600) nGroups = 3; else in sendMTFValues()
275 if (s->nMTF < 1200) nGroups = 4; else in sendMTFValues()
276 if (s->nMTF < 2400) nGroups = 5; else in sendMTFValues()
277 nGroups = 6; in sendMTFValues()
283 nPart = nGroups; in sendMTFValues()
296 && nPart != nGroups && nPart != 1 in sendMTFValues()
297 && ((nGroups-nPart) % 2 == 1)) { in sendMTFValues()
324 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
[all …]
H A Ddecompress.c118 Int32 nGroups; in BZ2_decompress() local
172 nGroups = s->save_nGroups; in BZ2_decompress()
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
288 if (nGroups < 2 || nGroups > BZ_N_GROUPS) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
297 if (j >= nGroups) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
311 for (v = 0; v < nGroups; v++) pos[v] = v; in BZ2_decompress()
323 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
338 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
625 s->save_nGroups = nGroups; in BZ2_decompress()
H A DCHANGES55 * changed setting of nGroups in sendMTFValues() so as to