Home
last modified time | relevance | path

Searched refs:dst_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
103 dst_ep -= 1; \
105 ((byte *) dst_ep)[0] = __x; \
135 #define WORD_COPY_BWD(dst_ep, src_ep, nbytes_left, nbytes) \ argument
139 _wordcopy_bwd_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \
141 _wordcopy_bwd_dest_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \
143 dst_ep -= (nbytes) & -OPSIZ; \

Completed in 2 milliseconds