Home | History | Annotate | Download | only in libjasper

Lines Matching full:cumlen

1634     long cumlen;
1728 cumlen = cumlens[lyrno];
1729 if (cumlen == UINT_FAST32_MAX) {
1806 if (pos > cumlen) {
1809 } else if (pos <= cumlen) {
1825 jas_eprintf("maxlen=%08ld actuallen=%08ld thresh=%f\n", cumlen, pos, thresh);