Searched refs:LBLOCKSIZE (Results 1 – 5 of 5) sorted by relevance
71 #define LBLOCKSIZE (sizeof(long)) macro72 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))73 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)104 for (i = 32; i < LBLOCKSIZE * 8; i <<= 1)108 while (n >= LBLOCKSIZE * 4) {113 n -= 4 * LBLOCKSIZE;116 while (n >= LBLOCKSIZE) {118 n -= LBLOCKSIZE;
79 #define LBLOCKSIZE (sizeof(long)) macro82 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)136 for (i = 32; i < LBLOCKSIZE * 8; i <<= 1)139 while (length >= LBLOCKSIZE) {142 length -= LBLOCKSIZE;
78 #define LBLOCKSIZE (sizeof(long)) macro81 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)113 while (n >= LBLOCKSIZE) {118 n -= LBLOCKSIZE;
72 #define LBLOCKSIZE (sizeof(long)) macro73 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
76 #define LBLOCKSIZE (sizeof (long)) macro137 for (j = 8; j < LBLOCKSIZE * 8; j <<= 1)
Completed in 4 milliseconds