Searched refs:mbps (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sbin/nvmecontrol/
H A Dperftest.c49 uint64_t io_completed = 0, iops, mbps; local
56 mbps = iops * io_test->size / (1024*1024);
61 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
/freebsd-10.0-release/sys/dev/patm/genrtab/
H A Dgenrtab.c412 gen_tables(u_int alink, u_int mbps) argument
416 printf(" * Tables for %ucps and %uMbps\n", alink, mbps);
419 mbps, ndtables);
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Ddfa.h250 position_set mbps; /* Positions which can match multibyte member in struct:__anon5262
H A Ddfa.c1520 d->states[i].mbps.nelem = 0;
1984 must put it to d->states[s].mbps, which contains the positions
1986 if (d->states[s].mbps.nelem == 0)
1988 MALLOC(d->states[s].mbps.elems, position,
1991 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
[all...]

Completed in 384 milliseconds