Searched refs:src_bp (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | string.c | 76 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument 85 "=D" (dst_bp), "=S" (src_bp), "=c" (__d0) : \ 86 "0" (dst_bp), "1" (src_bp), "2" (nbytes) : \ 90 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument 99 "=D" (dst_bp), "=S" (src_bp), "=c" (__d0) : \ 100 "0" (dst_bp), "1" (src_bp), "2" ((nbytes) / 4) : \
|
| /OK3568_Linux_fs/kernel/arch/nios2/lib/ |
| H A D | memcpy.c | 35 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument 39 unsigned char __x = ((unsigned char *) src_bp)[0]; \ 40 src_bp += 1; \ 53 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument 55 if (src_bp % OPSIZ == 0) \ 56 _wordcopy_fwd_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\ 58 _wordcopy_fwd_dest_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\ 59 src_bp += (nbytes) & -OPSIZ; \
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_trans_buf.c | 716 struct xfs_buf *src_bp) in xfs_trans_buf_copy_type() argument 718 struct xfs_buf_log_item *sbip = src_bp->b_log_item; in xfs_trans_buf_copy_type()
|
| H A D | xfs_trans.h | 259 struct xfs_buf *src_bp);
|