Searched refs:lastidx (Results 1 – 4 of 4) sorted by relevance
414 int curidx, lastidx, curaidx = 0; in usbd_find_idesc() local416 for (curidx = lastidx = -1; p < end; ) { in usbd_find_idesc()426 if (d->bInterfaceNumber != lastidx) { in usbd_find_idesc()427 lastidx = d->bInterfaceNumber; in usbd_find_idesc()
423 int lastidx; in readline() local428 lastidx = count - 1; in readline()429 if (buf[lastidx] == '\n') in readline()430 buf[lastidx] = '\0'; in readline()
1616 int error, seg, nsegs, curidx, lastidx, pad; in re_encap() local1760 lastidx = curidx; in re_encap()1783 lastidx = curidx; in re_encap()1798 txq->txq_descidx = lastidx; in re_encap()
1770 unsigned lastidx = (1 << bitwidth) - 1; in tulip_srom_read() local1774 for (idx = 0; idx <= lastidx; idx++) { in tulip_srom_read()