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

  /src/sbin/nvmectl/
perftest.c 59 uint64_t io_completed = 0, iops, mbps; local
66 mbps = iops * io_test->size / (1024*1024);
71 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
  /src/usr.sbin/iostat/
iostat.c 584 double atime, dtime, mbps; local
621 mbps = ((cur.rbytes[dn] + cur.wbytes[dn]) /
624 mbps = 0.0;
626 MAX(0, 3 - (int)floor(log10(fmax(1.0, mbps)))), mbps);
634 mbps = (cur.rbytes[dn] + cur.wbytes[dn]) /
637 mbps = 0;
638 mbps /= dtime;
640 MAX(0, 3 - (int)floor(log10(fmax(1.0, mbps)))), mbps);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 231 position_set mbps; /* Positions which can match multibyte member in struct:__anon9241
dfa.c 1501 d->states[i].mbps.nelem = 0;
1965 must put it to d->states[s].mbps, which contains the positions
1967 if (d->states[s].mbps.nelem == 0)
1969 MALLOC(d->states[s].mbps.elems, position,
1972 insert(pos, &(d->states[s].mbps));
2549 /* Check each of `d->states[s].mbps.elem' can match or not. Then return the
2550 array which corresponds to `d->states[s].mbps.elem' and each element of
2562 MALLOC(rarray, int, d->states[s].mbps.nelem);
2563 for (i = 0; i < d->states[s].mbps.nelem; ++i)
2565 position pos = d->states[s].mbps.elems[i]
    [all...]
  /src/external/gpl2/grep/dist/src/
dfa.h 250 position_set mbps; /* Positions which can match multibyte member in struct:__anon9323
dfa.c 1522 d->states[i].mbps.nelem = 0;
1986 must put it to d->states[s].mbps, which contains the positions
1988 if (d->states[s].mbps.nelem == 0)
1990 MALLOC(d->states[s].mbps.elems, position,
1993 insert(pos, &(d->states[s].mbps));
2570 /* Check each of `d->states[s].mbps.elem' can match or not. Then return the
2571 array which corresponds to `d->states[s].mbps.elem' and each element of
2583 MALLOC(rarray, int, d->states[s].mbps.nelem);
2584 for (i = 0; i < d->states[s].mbps.nelem; ++i)
2586 position pos = d->states[s].mbps.elems[i]
    [all...]

Completed in 18 milliseconds