OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundto
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sdmmc/
if_bwfm_sdio.c
1653
size_t len,
roundto
, nlen;
local
1660
roundto
= 512;
1662
roundto
= 4;
1664
KASSERT(roundup(len,
roundto
) <= sc->sc_bounce_size);
1679
nlen = roundup(len,
roundto
);
1698
size_t len,
roundto
, nlen;
local
1706
roundto
= 512;
1708
roundto
= 4;
1710
KASSERT(roundup(len,
roundto
) <= sc->sc_bounce_size);
1731
nlen = roundup(len,
roundto
);
[
all
...]
if_bwfm_sdio.c
1653
size_t len,
roundto
, nlen;
local
1660
roundto
= 512;
1662
roundto
= 4;
1664
KASSERT(roundup(len,
roundto
) <= sc->sc_bounce_size);
1679
nlen = roundup(len,
roundto
);
1698
size_t len,
roundto
, nlen;
local
1706
roundto
= 512;
1708
roundto
= 4;
1710
KASSERT(roundup(len,
roundto
) <= sc->sc_bounce_size);
1731
nlen = roundup(len,
roundto
);
[
all
...]
Completed in 65 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026