Lines Matching defs:last
65 unsigned last;
67 last = first + cnt;
69 for (i = first; i < last; i++) {
84 unsigned last;
86 last = rcd->pio_base + rcd->piocnt;
103 for (i = rcd->pio_base; i < last; i++) {
279 u32 first, u32 last)
290 nbufs = last - first + 1; /* number in range to check */
294 * Minor optimization. If we had no buffers on last call,
308 if (dd->last_pio >= first && dd->last_pio <= last)
312 nbufs = last - dd->min_kernel_pio + 1;
314 if (i > last)
322 if (!first && first != last) /* first == last on VL15, avoid */
458 unsigned last;
472 last = rcd->pio_base + rcd->piocnt;
488 for (; i < last; i++)