Lines Matching defs:remaining
242 int remaining;
255 remaining = tableSize+1; /* +1 for extra accuracy */
259 while ((symbol < alphabetSize) && (remaining>1)) { /* stops at 1 */
291 int const max = (2*threshold-1) - remaining;
292 remaining -= count < 0 ? -count : count;
300 if (remaining<1) return ERROR(GENERIC);
301 while (remaining<threshold) { nbBits--; threshold>>=1; }
313 if (remaining != 1)
317 /* flush remaining bitStream */
439 find max, then give all remaining points to max */
456 U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */