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

  /src/sys/arch/sun2/dev/
if_ec.c 302 u_int count, realcount; local
327 realcount = MIN(count, EC_PKT_MAXTDOFF);
328 bus_space_write_2(sc->sc_iot, sc->sc_ioh, ECREG_TBUF, realcount);
329 for (off = realcount, m = m0; m != 0; off += m->m_len, m = m->m_next)
332 if (count - realcount)
333 ec_copyout(sc, padding, ECREG_TBUF + off, count - realcount);
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 778 int outl, count, realcount = 0; local
827 realcount++;
829 return realcount;
849 int outl, count, realcount = 0; local
915 realcount++;
917 return realcount;
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 1005 int outl, count, realcount = 0; local
1055 realcount++;
1057 return realcount;
1077 int outl, count, realcount = 0; local
1144 realcount++;
1146 return realcount;

Completed in 30 milliseconds