Searched defs:nGroups (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libbz/
H A Dcompress.c70 * changed setting of nGroups in sendMTFValues() so as to
247 Int32 nGroups, nBytes; local
275 if (s->nMTF < 200) nGroups = 2; else
276 if (s->nMTF < 600) nGroups = 3; else
277 if (s->nMTF < 1200) nGroups = 4; else
278 if (s->nMTF < 2400) nGroups = 5; else
279 nGroups = 6;
285 nPart = nGroups;
298 && nPart != nGroups && nPart != 1
299 && ((nGroups
[all...]
H A Ddecompress.c149 Int32 nGroups; local
203 nGroups = s->save_nGroups;
312 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
328 for (v = 0; v < nGroups; v++) pos[v] = v;
340 for (t = 0; t < nGroups; t++) {
355 for (t = 0; t < nGroups; t++) {
610 s->save_nGroups = nGroups;

Completed in 492 milliseconds