Home
last modified time | relevance | path

Searched defs:src_bp (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dstring.c75 #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 Dmemcpy.c35 #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 Dxfs_trans_buf.c716 struct xfs_buf *src_bp) in xfs_trans_buf_copy_type()