Searched refs:MAXINCR (Results 1 – 2 of 2) sorted by relevance
41 #define MAXINCR 250000UL macro113 if (((sp->end - sp->base) < incr) && (MAXINCR < incr)) in s_simplegrow()115 else if ((sp->end - sp->base) > MAXINCR) in s_simplegrow()116 size = (sp->end - sp->base) + MAXINCR; in s_simplegrow()
37 #define MAXINCR(m, x) ((m < ++x)? (m = x) : 0) macro42 #define MAXINCR(m, x) macro634 MAXINCR(qp->qh_hmax, qp->qh_hlen); in enqueue()705 MAXINCR(qrp->qr_qmax, qrp->qr_qlen); in enqueue()706 MAXINCR(qp->qh_qmax, qp->qh_qlen); in enqueue()