Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
H A Dmemcmp.c81 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro
H A Dmemmove.c85 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro
H A Dmemcpy.c82 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro
H A Dmemset.c73 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro
H A Dstrncpy.c99 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) macro
H A Dmemchr.c82 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro