Lines Matching refs:LONG
76 #define LONG 128 macro
205 crc32c_zeros(crc32c_long, LONG); in crc32c_init_hw()
206 crc32c_zeros(crc32c_2long, 2 * LONG); in crc32c_init_hw()
240 #if LONG > SHORT in sse42_crc32c()
249 while (len >= LONG * 3) { in sse42_crc32c()
252 end = next + LONG; in sse42_crc32c()
257 *(const uint64_t *)(next + LONG)); in sse42_crc32c()
259 *(const uint64_t *)(next + (LONG * 2))); in sse42_crc32c()
263 *(const uint32_t *)(next + LONG)); in sse42_crc32c()
265 *(const uint32_t *)(next + (LONG * 2))); in sse42_crc32c()
316 next += LONG * 2; in sse42_crc32c()
317 len -= LONG * 3; in sse42_crc32c()