Searched refs:BYTE_COPY_BWD (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/i386/ |
D | memcopy.h | 38 #undef BYTE_COPY_BWD 39 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ macro
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/ |
D | memcopy.h | 88 #undef BYTE_COPY_BWD 89 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ macro
|
/glibc-2.36/string/ |
D | memmove.c | 94 BYTE_COPY_BWD (dstp, srcp, dstp % OPSIZ); in MEMMOVE() 107 BYTE_COPY_BWD (dstp, srcp, len); in MEMMOVE()
|
/glibc-2.36/sysdeps/generic/ |
D | memcopy.h | 94 #define BYTE_COPY_BWD(dst_ep, src_ep, nbytes) \ macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 1850 * sysdeps/rs6000/memcopy.h (BYTE_COPY_BWD): Assign __nbytes.
|