Lines Matching defs:run
224 // literal symbols, plus two run symbols (RUNA, RUNB)
314 * This undoes three types of compression: huffman coding, run length encoding,
329 // and run length encoding, saving the result into dbuf[dbufCount++] = uc
378 // If this is a repeated run, loop collecting data
380 // If this is the start of a new run, zero out counter
391 symbols, but a run of length 0 doesn't mean anything in this
398 /* When we hit the first non-run symbol after a run, we now know
421 would have been handled as part of a run.) */
477 // and uc as run count.
482 it doesn't qualify as a run (hence uc=255, which will either wrap
516 int count, pos, current, run, copies, outbyte, previous, gotcount = 0;
537 run = bw->writeRun;
553 if (run++ == 3) {
569 if (current != previous) run=0;
594 bw->writeRun = run;