Searched defs:dst_bp (Results 1 – 3 of 3) 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 89 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument
|
/openbmc/linux/arch/nios2/lib/ |
H A D | memcpy.c | 35 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument 53 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans_buf.c | 715 struct xfs_buf *dst_bp, in xfs_trans_buf_copy_type()
|