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

  /src/external/gpl3/gcc/dist/gcc/
godump.cc 1373 void **islot; local
1376 islot = htab_find_slot (data->invalid_hash, type, NO_INSERT);
1377 if (slot == NULL || islot != NULL)
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 1349 void **islot; local
1352 islot = htab_find_slot (data->invalid_hash, type, NO_INSERT);
1353 if (slot == NULL || islot != NULL)
  /src/sys/dev/usb/
ehcivar.h 54 int islot; member in struct:ehci_soft_qh
ehci.c 4102 int islot, lev; local
4112 islot = EHCI_IQHIDX(lev, sc->sc_rand);
4114 sqh->islot = islot;
4115 isp = &sc->sc_islots[islot];
4267 isp = &sc->sc_islots[epipe->sqh->islot];
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 2710 short islot; local
2724 for (islot = 0; islot < (*nsvs); islot++)
2725 sv_prn[islot] = buf[islot + 17];
4229 islot; local
4262 for (islot = 0; islot < nsvs; islot++
    [all...]

Completed in 29 milliseconds