Searched refs:to_even_word (Results 1 – 1 of 1) sorted by relevance
620 uint32_t to_even_word; in multitable_crc32c() local625 to_even_word = (4 - (((uintptr_t) buffer) & 0x3)); in multitable_crc32c()626 return (sctp_crc32c_sb8_64_bit(crc32c, buffer, length, to_even_word)); in multitable_crc32c()