Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dmemcopy.h94 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ argument
101 src_ep -= 1; \
102 __x = ((byte *) src_ep)[0]; \
135 #define WORD_COPY_BWD(dst_ep, src_ep, nbytes_left, nbytes) \ argument
138 if (src_ep % OPSIZ == 0) \
139 _wordcopy_bwd_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \
141 _wordcopy_bwd_dest_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \
142 src_ep -= (nbytes) & -OPSIZ; \

Completed in 2 milliseconds