Searched refs:dst_bp (Results 1 – 1 of 1) sorted by relevance
35 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument42 ((unsigned char *) dst_bp)[0] = __x; \43 dst_bp += 1; \53 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument56 _wordcopy_fwd_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\58 _wordcopy_fwd_dest_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\60 dst_bp += (nbytes) & -OPSIZ; \