Searched refs:UNALIGNED (Results 1 – 11 of 11) sorted by relevance
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | strchr.c | 73 #define UNALIGNED(X) ((long)X & (sizeof (long) - 1)) macro 110 while (UNALIGNED (s)) 128 while (UNALIGNED (s))
|
| H A D | strlen.c | 73 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) macro 100 while (UNALIGNED(str)) {
|
| H A D | memcmp.c | 74 #define UNALIGNED(X, Y) \ macro 106 if (!TOO_SMALL(n) && !UNALIGNED(s1, s2)) {
|
| H A D | strcpy.c | 75 #define UNALIGNED(X, Y) \ macro 113 if (!UNALIGNED (src, dst))
|
| H A D | memset.c | 72 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) macro 86 while (UNALIGNED(s)) {
|
| H A D | strcmp.c | 77 #define UNALIGNED(X, Y) \ macro 111 if (!UNALIGNED(s1, s2)) {
|
| H A D | memcpy.c | 72 #define UNALIGNED(X, Y) \ macro 106 if (!TOO_SMALL(len0) && !UNALIGNED(src, dst)) {
|
| H A D | strncmp.c | 76 #define UNALIGNED(X, Y) \ macro 122 if (!UNALIGNED (s1, s2))
|
| H A D | strncpy.c | 81 #define UNALIGNED(X, Y) \ macro 130 if (!UNALIGNED (src, dst) && !TOO_SMALL (count))
|
| H A D | memmove.c | 75 #define UNALIGNED(X, Y) \ macro 127 if (!TOO_SMALL(length) && !UNALIGNED(src, dst)) {
|
| H A D | memchr.c | 76 #define UNALIGNED(X) ((long)X & (sizeof(long) - 1)) macro 116 while (UNALIGNED(src)) {
|