Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrcat.c51 #define ALIGNED(X) \ macro
94 if (ALIGNED (s1)) in strcat()
Dstrncat.c59 #define ALIGNED(X) \ macro
101 if (ALIGNED (s1)) in strncat()
/picolibc-latest/newlib/libc/machine/arc/
Dmemcpy-archs.S88 ;;; MEMCPY routine for the case when the CPU only accepts ALIGNED
/picolibc-latest/newlib/
DChangeLog-201521617 * libc/string/strcat.c (ALIGNED): Sense of result was reversed.
21618 * libc/string/strncat.c (ALIGNED): Ditto.