Searched refs:dst_bp (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | string.c | 75 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument 84 "=D" (dst_bp), "=S" (src_bp), "=c" (__d0) : \ 85 "0" (dst_bp), "1" (src_bp), "2" (nbytes) : \ 89 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument 98 "=D" (dst_bp), "=S" (src_bp), "=c" (__d0) : \ 99 "0" (dst_bp), "1" (src_bp), "2" ((nbytes) / 4) : \
|
/openbmc/linux/arch/nios2/lib/ |
H A D | memcpy.c | 35 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument 42 ((unsigned char *) dst_bp)[0] = __x; \ 43 dst_bp += 1; \ 53 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument 56 _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; \
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans_buf.c | 715 struct xfs_buf *dst_bp, in xfs_trans_buf_copy_type() argument 719 struct xfs_buf_log_item *dbip = dst_bp->b_log_item; in xfs_trans_buf_copy_type()
|
H A D | xfs_trans.h | 247 void xfs_trans_buf_copy_type(struct xfs_buf *dst_bp,
|