Lines Matching defs:roundto
1605 size_t len, roundto;
1612 roundto = 512;
1614 roundto = 4;
1616 KASSERT(roundup(len, roundto) <= sc->sc_bounce_size);
1631 if (roundup(len, roundto) != len)
1633 roundup(len, roundto) - len);
1636 roundup(len, roundto), 1);
1648 size_t len, roundto;
1656 roundto = 512;
1658 roundto = 4;
1660 KASSERT(roundup(len, roundto) <= sc->sc_bounce_size);
1681 if (roundup(len, roundto) != len)
1683 roundup(len, roundto) - len);
1686 roundup(len, roundto), 1);