HomeSort by: relevance | last modified time | path
    Searched defs:firstidx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_ti.c 2103 int firstidx, cnt; local
2111 firstidx = sc->ti_tx_saved_considx;
2140 TI_CDTXSYNC(sc, firstidx, cnt, BUS_DMASYNC_POSTWRITE);
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 6115 unsigned firstidx = 0;
6120 if (i == 0 || firstidx)
6122 firstidx = i;
6124 else if (firstidx
6125 ? maybe_ne (sel[i], nelt + i - firstidx)
6130 if (firstidx == 0)
6132 first = firstidx;
6092 unsigned firstidx = 0; local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 6374 unsigned firstidx = 0;
6379 if (i == 0 || firstidx)
6381 firstidx = i;
6383 else if (firstidx
6384 ? maybe_ne (sel[i], nelt + i - firstidx)
6389 if (firstidx == 0)
6391 first = firstidx;
6352 unsigned firstidx = 0; local

Completed in 32 milliseconds