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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c856 int lastidx = 0, baseidx = -1; local
864 lastidx = ctl->ctl_typeidx;
866 debug(3, "Resurrected label %s type idx %d\n", label, lastidx);
868 tdata_label_add(td, label, lastidx);
871 baseidx = lastidx;
874 return (lastidx);
878 return (lastidx);
892 return (lastidx);
/freebsd-10.0-release/lib/libedit/
H A Dreadline.c407 int lastidx; local
412 lastidx = count - 1;
413 if (buf[lastidx] == '\n')
414 buf[lastidx] = '\0';
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwn.c2639 int ackfailcnt = 0, i, lastidx, qid, *res, shift; local
2658 for (lastidx = le16toh(ba->ssn) & 0xff; txq->read != lastidx;) {
3024 int bit, i, lastidx, *res, seqno, shift, start; local
3073 for (lastidx = (seqno & 0xff); ring->read != lastidx;) {
/freebsd-10.0-release/sys/dev/sound/usb/
H A Duaudio.c1499 uint16_t lastidx = 0xFFFF; local
1516 if (id->bInterfaceNumber != lastidx) {
1517 lastidx = id->bInterfaceNumber;
/freebsd-10.0-release/sys/dev/de/
H A Dif_de.c1894 unsigned lastidx = (1 << bitwidth) - 1; local
1898 for (idx = 0; idx <= lastidx; idx++) {

Completed in 369 milliseconds