Searched refs:TOO_SMALL (Results 1 – 6 of 6) sorted by relevance
81 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro106 if (!TOO_SMALL(n) && !UNALIGNED(s1, s2)) {
73 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro93 if (!TOO_SMALL(n)) {
82 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro106 if (!TOO_SMALL(len0) && !UNALIGNED(src, dst)) {
99 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) macro130 if (!UNALIGNED (src, dst) && !TOO_SMALL (count))
82 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) macro124 if (!TOO_SMALL(length)) {
85 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) macro127 if (!TOO_SMALL(length) && !UNALIGNED(src, dst)) {
Completed in 4 milliseconds