Searched refs:BIGBLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
76 #define BIGBLOCKSIZE (sizeof(long) << 2) macro82 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)111 while (len0 >= BIGBLOCKSIZE) {116 len0 -= BIGBLOCKSIZE;
79 #define BIGBLOCKSIZE (sizeof(long) << 2) macro85 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)132 while (length >= BIGBLOCKSIZE) {137 length -= BIGBLOCKSIZE;
Completed in 3 milliseconds