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

/freebsd-10.1-release/sys/libkern/
H A Dcrc32.c738 uint32_t to_even_word; local
743 to_even_word = (4 - (((uintptr_t) buffer) & 0x3));
744 return (crc32c_sb8_64_bit(crc32c, buffer, length, to_even_word));

Completed in 57 milliseconds