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

/ast/src/cmd/std/
H A Ddd.c130 Sfulong_t remains; member in struct:__anon224
406 sfprintf(sfstderr, "%I*u+%I*u records in\n", sizeof(Sfulong_t), (Sfulong_t)state.in.complete, sizeof(Sfulong_t), (Sfulong_t)(state.in.partial + (state.in.remains > 0)));
407 sfprintf(sfstderr, "%I*u+%I*u records out\n", sizeof(Sfulong_t), (Sfulong_t)state.out.complete, sizeof(Sfulong_t), (Sfulong_t)(state.out.partial + (state.out.remains > 0)));
435 else if ((state.out.remains += x) >= state.obs.value.number)
437 state.out.remains -= state.obs.value.number;
854 * adjusting the remains, since we're done
857 if (state.in.complete >= r && (state.in.remains + n) >= c)
858 n -= state.in.remains;
874 if ((state.in.remains + n) >= c)
880 * partial block byte count (remains)
[all...]

Completed in 10 milliseconds