Searched refs:to_even_word (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/libkern/
H A Dcrc32.c751 uint32_t to_even_word; local
756 to_even_word = (4 - (((uintptr_t) buffer) & 0x3));
757 return (crc32c_sb8_64_bit(crc32c, buffer, length, to_even_word));

Completed in 109 milliseconds