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

  /src/sys/dev/i2c/
axp809.c 207 int nstep, error; local
217 nstep = 1;
220 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) {
224 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) {
axppmic.c 597 int nstep, error; local
607 nstep = 1;
610 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) {
618 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) {
  /src/sys/arch/amiga/dev/
fd.c 1070 int nstep, sdir, ondly, ncyl, nside; local
1100 nstep = ncyl - sc->curcyl;
1101 if (nstep) {
1105 if (nstep > 0 && ncyl != 0) {
1109 nstep = -nstep;
1118 nstep = 256;
1119 while (FDTESTC(FDB_CYLZERO) == 0 && nstep--) {
1123 if (nstep < 0)
1129 while (nstep--)
    [all...]
  /src/external/gpl2/xcvs/dist/src/
rcs.c 4611 size_t nstep = (len < LARGEST_FWRITE ? len : LARGEST_FWRITE); local
4616 if (fwrite (p, 1, nstep, ofp) != nstep)
4626 p += nstep;
4627 nleft -= nstep;
4628 if (nleft < nstep)
4629 nstep = nleft;

Completed in 34 milliseconds