HomeSort by: relevance | last modified time | path
    Searched defs:__abs_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/include/
bus_funcs.h 93 #define __abs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
250 __abs_copy(1, uint8_t, (t), (h1), (o1), (h2), (o2), (c))
252 __abs_copy(2, uint16_t, (t), (h1), (o1), (h2), (o2), (c))
254 __abs_copy(4, uint32_t, (t), (h1), (o1), (h2), (o2), (c))
256 __abs_copy(8, uint64_t, (t), (h1), (o1), (h2), (o2), (c))
  /src/sys/arch/atari/include/
bus_funcs.h 115 #define __abs_copy(sz, t, h1, o1, h2, o2, cnt) \
118 #define __abs_copy(sz, t, h1, o1, h2, o2, cnt) do { \ macro
295 __abs_copy(1, (t), (h1), (o1), (h2), (o2), (c))
297 __abs_copy(2, (t), (h1), (o1), (h2), (o2), (c))
299 __abs_copy(4, (t), (h1), (o1), (h2), (o2), (c))
301 __abs_copy(8, (t), (h1), (o1), (h2), (o2), (c))

Completed in 11 milliseconds