Lines Matching refs:byteCount
109 int byteCount[256];
162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount;
169 byteCount = bd->byteCount;
353 byteCount[i] = 0;
445 byteCount[uc] += t;
476 byteCount[uc]++;
486 /* Turn byteCount into cumulative occurrence counts of 0 to n-1. */
489 k = j+byteCount[i];
490 byteCount[i] = j;
496 dbuf[byteCount[uc]] |= (i << 8);
497 byteCount[uc]++;