Searched refs:runlength (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dfax2ps.c82 uint32 runlength = 0; local
90 if (runlength <= 0) {
92 runlength = *runs++;
93 if (x+runlength > lastx)
94 runlength = runs[-1] = lastx-x;
95 x += runlength;
100 * If a runlength is greater than 6 pixels, then spit out
101 * black or white characters until the runlength drops to
102 * 6 or less. Once a runlength is <= 6, then combine black
110 while (runlength >
[all...]
H A Dbmp2tiff.c585 uint32 i, j, k, runlength; local
612 runlength = comprbuf[i++];
613 while( runlength > 0
617 runlength--;
635 runlength = comprbuf[i++];
636 for (k = 0; k < runlength && j < uncompr_size && i < compr_size; k++)
647 runlength = comprbuf[i++];
648 while( runlength > 0 && j < uncompr_size && i < compr_size ) {
649 if ( runlength & 0x01 )
653 runlength
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Danalyze.c627 lin runlength, start, corresponding;
655 runlength = i - start;
692 while (runlength != i - start);
624 lin runlength, start, corresponding; local
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2777 Music::CD->columns(Others => qw/year runlength/);
2781 to the database, but will bring back the 'runlength' whilst it's there.
2790 Music::CD->columns(Essential => qw/cdid artist title year runlength/);
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm2712 Music::CD->columns(Others => qw/year runlength/);
2716 to the database, but will bring back the 'runlength' whilst it's there.

Completed in 132 milliseconds