Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
H A Dstrcmp.c77 #define UNALIGNED(X, Y) \ macro
H A Dstrncmp.c76 #define UNALIGNED(X, Y) \ macro
H A Dmemcmp.c74 #define UNALIGNED(X, Y) \ macro
H A Dstrcpy.c75 #define UNALIGNED(X, Y) \ macro
H A Dstrlen.c73 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) macro
H A Dmemmove.c75 #define UNALIGNED(X, Y) \ macro
H A Dmemcpy.c72 #define UNALIGNED(X, Y) \ macro
H A Dmemset.c72 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1)) macro
H A Dstrncpy.c81 #define UNALIGNED(X, Y) \ macro
H A Dstrchr.c73 #define UNALIGNED(X) ((long)X & (sizeof (long) - 1)) macro
H A Dmemchr.c76 #define UNALIGNED(X) ((long)X & (sizeof(long) - 1)) macro