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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_enc.c1680 long cumlen; local
1774 cumlen = cumlens[lyrno];
1775 if (cumlen == UINT_FAST32_MAX) {
1852 if (pos > cumlen) {
1855 } else if (pos <= cumlen) {
1871 fprintf(stderr, "maxlen=%08ld actuallen=%08ld thresh=%f\n", cumlen, pos, thresh);

Completed in 57 milliseconds