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()
55 #define BIGBLOCKSIZE (sizeof (long) << 2) macro61 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)97 while (len0 >= BIGBLOCKSIZE) in memcpy()103 len0 -= BIGBLOCKSIZE; in memcpy()
58 #define BIGBLOCKSIZE (sizeof (long) << 2) macro64 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)125 while (length >= BIGBLOCKSIZE) in memmove()131 length -= BIGBLOCKSIZE; in memmove()