• Home
  • Raw
  • Download

Lines Matching refs:nGroups

1521    Int32  nGroups;  in BZ2_decompress()  local
1575 nGroups = s->save_nGroups; in BZ2_decompress()
1690 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
1691 if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1701 if (j >= nGroups) RETURN(BZ_DATA_ERROR); in BZ2_decompress()
1709 for (v = 0; v < nGroups; v++) pos[v] = v; in BZ2_decompress()
1721 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
1736 for (t = 0; t < nGroups; t++) { in BZ2_decompress()
2003 s->save_nGroups = nGroups; in BZ2_decompress()
3698 Int32 nGroups, nBytes; in sendMTFValues() local
3728 if (s->nMTF < 200) nGroups = 2; else in sendMTFValues()
3729 if (s->nMTF < 600) nGroups = 3; else in sendMTFValues()
3730 if (s->nMTF < 1200) nGroups = 4; else in sendMTFValues()
3731 if (s->nMTF < 2400) nGroups = 5; else in sendMTFValues()
3732 nGroups = 6; in sendMTFValues()
3738 nPart = nGroups; in sendMTFValues()
3751 && nPart != nGroups && nPart != 1 in sendMTFValues()
3752 && ((nGroups-nPart) % 2 == 1)) { in sendMTFValues()
3779 for (t = 0; t < nGroups; t++) fave[t] = 0; in sendMTFValues()
3781 for (t = 0; t < nGroups; t++) in sendMTFValues()
3789 if (nGroups == 6) { in sendMTFValues()
3811 for (t = 0; t < nGroups; t++) cost[t] = 0; in sendMTFValues()
3813 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3846 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
3855 for (t = 0; t < nGroups; t++) in sendMTFValues()
3865 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()
3894 for (t = 0; t < nGroups; t++) in sendMTFValues()
3904 for (t = 0; t < nGroups; t++) in sendMTFValues()
3910 AssertH( nGroups < 8, 3002 ); in sendMTFValues()
3919 for (i = 0; i < nGroups; i++) pos[i] = i; in sendMTFValues()
3936 for (t = 0; t < nGroups; t++) { in sendMTFValues()
3974 bsW ( s, 3, nGroups ); in sendMTFValues()
3986 for (t = 0; t < nGroups; t++) { in sendMTFValues()
4007 AssertH ( s->selector[selCtr] < nGroups, 3006 ); in sendMTFValues()
4009 if (nGroups == 6 && 50 == ge-gs+1) { in sendMTFValues()