Searched refs:nGroups (Results 1 – 2 of 2) sorted by relevance
283 Int32 nGroups; in sendMTFValues() local318 nGroups = 6; in sendMTFValues()324 nPart = nGroups; in sendMTFValues()367 for (t = 0; t < nGroups; t++) in sendMTFValues()375 if (nGroups == 6) { in sendMTFValues()441 for (t = 0; t < nGroups; t++) in sendMTFValues()490 for (t = 0; t < nGroups; t++) in sendMTFValues()496 AssertH( nGroups < 8, 3002 ); in sendMTFValues()522 for (t = 0; t < nGroups; t++) { in sendMTFValues()560 bsW ( s, 3, nGroups ); in sendMTFValues()[all …]
161 Int32 nGroups; in BZ2_decompress() local215 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()
Completed in 5 milliseconds