Searched refs:lastidx (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c755 int lastidx = 0, baseidx = -1; local
763 lastidx = ctl->ctl_typeidx;
765 debug(3, "Resurrected label %s type idx %d\n", label, lastidx);
767 tdata_label_add(td, label, lastidx);
770 baseidx = lastidx;
773 return (lastidx);
777 return (lastidx);
791 return (lastidx);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c407 int lastidx; local
412 lastidx = count - 1;
413 if (buf[lastidx] == '\n')
414 buf[lastidx] = '\0';
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2439 int ackfailcnt = 0, i, lastidx, qid, *res, shift; local
2456 for (lastidx = le16toh(ba->ssn) & 0xff; txq->read != lastidx;) {
2811 int bit, i, lastidx, *res, seqno, shift, start; local
2858 for (lastidx = (seqno & 0xff); ring->read != lastidx;) {
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c1499 uint16_t lastidx = 0xFFFF; local
1516 if (id->bInterfaceNumber != lastidx) {
1517 lastidx = id->bInterfaceNumber;
/freebsd-9.3-release/sys/dev/de/
H A Dif_de.c1894 unsigned lastidx = (1 << bitwidth) - 1; local
1898 for (idx = 0; idx <= lastidx; idx++) {

Completed in 156 milliseconds