Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c283 Int32 nGroups; in sendMTFValues() local
314 if (s->nMTF < 200) nGroups = 2; else in sendMTFValues()
315 if (s->nMTF < 600) nGroups = 3; else in sendMTFValues()
316 if (s->nMTF < 1200) nGroups = 4; else in sendMTFValues()
317 if (s->nMTF < 2400) nGroups = 5; else in sendMTFValues()
318 nGroups = 6; in sendMTFValues()
324 nPart = nGroups; in sendMTFValues()
337 && nPart != nGroups && nPart != 1 in sendMTFValues()
338 && ((nGroups-nPart) % 2 == 1)) { in sendMTFValues()
365 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
[all …]
H A Dbzlib_decompress.c161 Int32 nGroups; in BZ2_decompress() local
215 nGroups = s->save_nGroups; in BZ2_decompress()
330 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
331 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
340 if (j >= nGroups) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
348 for (v = 0; v < nGroups; v++) pos[v] = v; in BZ2_decompress()
360 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
375 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
647 s->save_nGroups = nGroups; in BZ2_decompress()