Home | History | Annotate | Download | only in libtiff

Lines Matching refs:occ

365 	long occ = (long) occ0;
381 if ((tmsize_t) occ != occ0)
391 if (residue > occ) {
398 sp->dec_restart += occ;
401 } while (--residue > occ && codep);
403 tp = op + occ;
407 } while (--occ && codep);
414 op += residue, occ -= residue;
435 while (occ > 0) {
457 *op++ = (char)code, occ--;
505 if (codep->length > occ) {
515 } while (codep && codep->length > occ);
517 sp->dec_restart = (long)occ;
518 tp = op + occ;
522 } while (--occ && codep);
541 assert(occ >= len);
542 op += len, occ -= len;
544 *op++ = (char)code, occ--;
556 if (occ > 0) {
560 tif->tif_row, (unsigned __int64) occ);
564 tif->tif_row, (unsigned long long) occ);
593 long occ = (long) occ0;
606 if ((tmsize_t) occ != occ0)
617 if (residue > occ) {
624 sp->dec_restart += occ;
627 } while (--residue > occ);
628 tp = op + occ;
632 } while (--occ);
638 op += residue, occ -= residue;
656 while (occ > 0) {
678 *op++ = code, occ--;
724 if (codep->length > occ) {
734 } while (codep->length > occ);
735 sp->dec_restart = occ;
736 tp = op + occ;
740 } while (--occ);
743 assert(occ >= codep->length);
744 op += codep->length, occ -= codep->length;
750 *op++ = code, occ--;
762 if (occ > 0) {
766 tif->tif_row, (unsigned __int64) occ);
770 tif->tif_row, (unsigned long long) occ);