Home
last modified time | relevance | path

Searched refs:src_bp (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dmemcopy.h76 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument
82 byte __x = ((byte *) src_bp)[0]; \
83 src_bp += 1; \
115 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument
118 if (src_bp % OPSIZ == 0) \
119 _wordcopy_fwd_aligned (dst_bp, src_bp, (nbytes) / OPSIZ); \
121 _wordcopy_fwd_dest_aligned (dst_bp, src_bp, (nbytes) / OPSIZ); \
122 src_bp += (nbytes) & -OPSIZ; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/cris/
A Dmemcopy.h33 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument
40 op_t x = *(op_t *) src_bp; \
41 src_bp += sizeof x; \
48 #define WORD_COPY_BWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument
56 src_bp -= sizeof x; \
57 x = *(op_t *) src_bp; \

Completed in 5 milliseconds