Searched defs:src_spc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/lib/libkern/arch/hppa/ |
H A D | bcopy.S | 80 #define _COPY(src_spc, src_off, dst_spc, dst_off, count, cmplt, m) \ argument 193 #define _COPYS(src_spc, src_off, dst_spc, dst_off, count, cmplt, m) \ argument 268 #define _COPY_FORWARD(src_spc, src_off, dst_spc, dst_off, count) \ argument 357 #define _COPY_REVERSE(src_spc, src_off, dst_spc, dst_off, count) \ argument 470 #define _COPY_FORWARD(src_spc, src_off, dst_spc, dst_off, count) \ argument 477 #define _COPY_REVERSE(src_spc, src_off, dst_spc, dst_off, count) \ argument
|