Home
last modified time | relevance | path

Searched refs:TOO_SMALL (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
A Dmemcmp.c81 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro
106 if (!TOO_SMALL(n) && !UNALIGNED(s1, s2)) {
A Dmemset.c73 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro
93 if (!TOO_SMALL(n)) {
A Dmemcpy.c82 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro
106 if (!TOO_SMALL(len0) && !UNALIGNED(src, dst)) {
A Dstrncpy.c99 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) macro
130 if (!UNALIGNED (src, dst) && !TOO_SMALL (count))
A Dmemchr.c82 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro
124 if (!TOO_SMALL(length)) {
A Dmemmove.c85 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro
127 if (!TOO_SMALL(length) && !UNALIGNED(src, dst)) {

Completed in 5 milliseconds