Searched refs:runlen (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkspans.c59 { register int run, runlen, i; local
60 runlen = 1;
63 runs[1][run|i] = runlen;
64 runs[0][(~(run|i)) & 0xff] = runlen;
66 runlen++;
H A Dt4.h38 short runlen; /* run length in bits */ member in struct:tableentry
H A Dtif_fax3.c619 DEBUG_PRINT("MakeUp", te->runlen);
622 span -= te->runlen;
626 assert(te->runlen == 64*(span>>6));
629 DEBUG_PRINT("MakeUp", te->runlen);
632 span -= te->runlen;
636 DEBUG_PRINT(" Term", tab[span].runlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rtime.c44 int backpos, runlen=0; local
55 (data_in[pos]==data_in[backpos++]) && (runlen<255)) {
57 runlen++;
59 cpage_out[outpos++] = runlen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dkgdb.c711 int runlen; local
722 runlen = 0;
723 while (runlen < RUNLENMAX && *src == src[runlen]) {
724 runlen++;
726 if (runlen > 3) {
730 encode = runlen + ' ' - 4;
733 src += runlen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb.c712 int runlen; local
723 runlen = 0;
724 while (runlen < RUNLENMAX && *src == src[runlen]) {
725 runlen++;
727 if (runlen > 3) {
731 encode = runlen + ' ' - 4;
734 src += runlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000dec.c992 int mask = 3 << (bpno - 1), y0, x, y, runlen, dec; local
1003 runlen = ff_mqc_decode(&t1->mqc,
1005 runlen = (runlen << 1) | ff_mqc_decode(&t1->mqc,
1010 runlen = 0;
1014 for (y = y0 + runlen; y < y0 + 4 && y < height; y++) {

Completed in 65 milliseconds