Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/i386/
Dmemcopy.h38 #undef BYTE_COPY_BWD
39 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ macro
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/
Dmemcopy.h88 #undef BYTE_COPY_BWD
89 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ macro
/glibc-2.36/string/
Dmemmove.c94 BYTE_COPY_BWD (dstp, srcp, dstp % OPSIZ); in MEMMOVE()
107 BYTE_COPY_BWD (dstp, srcp, len); in MEMMOVE()
/glibc-2.36/sysdeps/generic/
Dmemcopy.h94 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.11850 * sysdeps/rs6000/memcopy.h (BYTE_COPY_BWD): Assign __nbytes.