HomeSort by: relevance | last modified time | path
    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