Lines Matching refs:byteCount
73 int byteCount[256];
323 *byteCount, *base, *limit;
332 byteCount = bw->byteCount;
334 byteCount[ii] = 0;
409 byteCount[uc] += hh;
432 byteCount[uc]++;
456 int *byteCount = bw->byteCount;
458 // Turn byteCount into cumulative occurrence counts of 0 to n-1.
461 int kk = jj + byteCount[ii];
462 byteCount[ii] = jj;
470 dbuf[byteCount[uc]] |= (ii << 8);
471 byteCount[uc]++;