OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__dbs_copy
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/dreamcast/include/
bus_funcs.h
93
#define
__dbs_copy
(sz, tn, t, h1, o1, h2, o2, cnt) \
macro
238
__dbs_copy
(1, uint8_t, (t), (h1), (o1), (h2), (o2), (c))
240
__dbs_copy
(2, uint16_t, (t), (h1), (o1), (h2), (o2), (c))
242
__dbs_copy
(4, uint32_t, (t), (h1), (o1), (h2), (o2), (c))
244
__dbs_copy
(8, uint64_t, (t), (h1), (o1), (h2), (o2), (c))
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026