Searched refs:BIGBLOCKSIZE (Results 1 – 3 of 3) sorted by relevance
41 #define BIGBLOCKSIZE (sizeof (long) << 2) macro47 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)78 while (len0 >= BIGBLOCKSIZE) in mempcpy()84 len0 -= BIGBLOCKSIZE; in mempcpy()
56 #define BIGBLOCKSIZE (sizeof (long) << 2) macro62 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)98 while (len0 >= BIGBLOCKSIZE) in memcpy()104 len0 -= BIGBLOCKSIZE; in memcpy()
59 #define BIGBLOCKSIZE (sizeof (long) << 2) macro65 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)126 while (length >= BIGBLOCKSIZE) in memmove()132 length -= BIGBLOCKSIZE; in memmove()