Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dcompress.c308 int32_t nGroups; in sendMTFValues() local
341 nGroups = 2; in sendMTFValues()
342 nGroups += (s->nMTF >= 200); in sendMTFValues()
343 nGroups += (s->nMTF >= 600); in sendMTFValues()
344 nGroups += (s->nMTF >= 1200); in sendMTFValues()
345 nGroups += (s->nMTF >= 2400); in sendMTFValues()
351 nPart = nGroups; in sendMTFValues()
368 && nPart != nGroups && nPart != 1 in sendMTFValues()
369 && ((nGroups - nPart) % 2 == 1) /* bbox: can this be replaced by x & 1? */ in sendMTFValues()
391 for (t = 0; t < nGroups; t++) { in sendMTFValues()
[all …]