Home | History | Annotate | Download | only in i810

Lines Matching defs:nbox

603 	int nbox = sarea_priv->nbox;
622 if (nbox > I810_NR_SAREA_CLIPRECTS)
623 nbox = I810_NR_SAREA_CLIPRECTS;
625 for (i = 0; i < nbox; i++, pbox++) {
676 int nbox = sarea_priv->nbox;
687 if (nbox > I810_NR_SAREA_CLIPRECTS)
688 nbox = I810_NR_SAREA_CLIPRECTS;
690 for (i = 0; i < nbox; i++, pbox++) {
725 int nbox = sarea_priv->nbox;
733 if (nbox > I810_NR_SAREA_CLIPRECTS)
734 nbox = I810_NR_SAREA_CLIPRECTS;
758 if (i < nbox) {
776 } while (++i < nbox);