Searched refs:TOO_SMALL (Results 1 – 11 of 11) sorted by relevance
59 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro89 if (!TOO_SMALL(n) && !UNALIGNED(s1,s2)) in memcmp()
47 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro72 if (!TOO_SMALL(len0) && !UNALIGNED (src, dst)) in mempcpy()
51 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro78 if (!TOO_SMALL (n)) in memset()
61 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro91 if (!TOO_SMALL(len0) && !UNALIGNED (src, dst)) in memcpy()
66 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) macro81 if (!UNALIGNED (src, dst) && !TOO_SMALL (count)) in stpncpy()
76 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) macro109 if (!UNALIGNED (src, dst) && !TOO_SMALL (count)) in strncpy()
59 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro103 if (!TOO_SMALL (length)) in memchr()
64 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro119 if (!TOO_SMALL(length) && !UNALIGNED (src, dst)) in memmove()
45 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro89 if (!TOO_SMALL (length)) in memrchr()
45 #define TOO_SMALL(LEN) ((LEN) < LITTLEBLOCKSIZE) macro94 if (!TOO_SMALL(len0) && !UNALIGNED (src, dst)) in memccpy()
44 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro