Home | History | Annotate | Download | only in other

Lines Matching full:bytecount

73   int byteCount[256];
323 *byteCount, *base, *limit;
332 byteCount = bw->byteCount;
334 byteCount[ii] = 0;
407 byteCount[uc] += hh;
430 byteCount[uc]++;
454 int *byteCount = bw->byteCount;
459 // Turn byteCount into cumulative occurrence counts of 0 to n-1.
462 int kk = jj + byteCount[ii];
463 byteCount[ii] = jj;
471 dbuf[byteCount[uc]] |= (ii << 8);
472 byteCount[uc]++;