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()
62 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro92 if (!TOO_SMALL(len0) && !UNALIGNED (src, dst)) in memcpy()
65 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) macro80 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()
60 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro104 if (!TOO_SMALL (length)) in memchr()
65 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro120 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