Home | History | Annotate | Download | only in src

Lines Matching refs:remainder

137   INT   remainder;                 /* Reminder in division during lost access unit estimation. */
982 remainder;
986 hTp->remainder = num % denom;
988 hTp->remainder = num;
993 /* Final adjustment of remainder, taken -1 into account because current
996 if ( (denom - hTp->remainder) >= hTp->remainder ) {
1006 FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU);
1009 hTp->remainder = 0;
1212 hTp->remainder = 0;