Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/newlib/
A Dstrchr.c73 #define UNALIGNED(X) ((long)X & (sizeof (long) - 1)) macro
109 while (UNALIGNED (s))
127 while (UNALIGNED (s))
A Dstrlen.c73 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) macro
99 while (UNALIGNED(str)) {
A Dmemcmp.c74 #define UNALIGNED(X, Y) \ macro
106 if (!TOO_SMALL(n) && !UNALIGNED(s1, s2)) {
A Dstrcpy.c75 #define UNALIGNED(X, Y) \ macro
112 if (!UNALIGNED (src, dst))
A Dstrcmp.c77 #define UNALIGNED(X, Y) \ macro
110 if (!UNALIGNED(s1, s2)) {
A Dmemset.c72 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) macro
86 while (UNALIGNED(s)) {
A Dmemcpy.c72 #define UNALIGNED(X, Y) \ macro
106 if (!TOO_SMALL(len0) && !UNALIGNED(src, dst)) {
A Dstrncmp.c76 #define UNALIGNED(X, Y) \ macro
122 if (!UNALIGNED (s1, s2))
A Dstrncpy.c81 #define UNALIGNED(X, Y) \ macro
130 if (!UNALIGNED (src, dst) && !TOO_SMALL (count))
A Dmemchr.c76 #define UNALIGNED(X) ((long)X & (sizeof(long) - 1)) macro
116 while (UNALIGNED(src)) {
A Dmemmove.c75 #define UNALIGNED(X, Y) \ macro
127 if (!TOO_SMALL(length) && !UNALIGNED(src, dst)) {

Completed in 7 milliseconds