Searched refs:eidx (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp326 std::string::size_type bidx, eidx; local
330 eidx = CStr.find_first_of(delims, bidx);
331 if (eidx == std::string::npos)
332 eidx = CStr.length();
334 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops, Rec);
335 bidx = CStr.find_first_not_of(delims, eidx);
/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1533 int cons, eidx, prog, rx_npkts; local
1552 eidx = 0;
1569 eidx = (status & SF_RX_CMPDESC_EIDX) >> 16;
1570 rxd = &sc->sf_cdata.sf_rxdesc[eidx];
1582 if (sf_newbuf(sc, eidx) != 0) {
1677 (eidx & SF_RXDQ_PRODIDX));

Completed in 111 milliseconds