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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.c1031 u_int32_t deficit; local
1064 deficit = 0;
1069 * During the second loop at this level, deficit==2.
1078 if ((deficit < 2) && (cl->bytes_alloc_ <= 0))
1083 if (cl->bytes_alloc_ > 0 || deficit > 1)
1087 deficit = 1;
1099 if (deficit == 1) {
1100 /* first loop found an underlimit class with deficit */
1101 /* Loop on same priority level, with new deficit. */
1102 deficit
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dispell.el2407 (let ((deficit (- height (ispell-adjusted-window-height))))
2408 (when (> deficit 0)
2411 (enlarge-window deficit)
2413 (vertical-motion deficit)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el3505 (deficit (- lines moved)))
3508 (cond ((<= deficit 0) ;; OK, had enough in the buffer for request.
3510 ((term-pager-continue deficit)))))

Completed in 85 milliseconds