Home
last modified time | relevance | path

Searched refs:init_bytes (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/libkern/
H A Dgsb_crc32.c684 uint32_t init_bytes) in crc32c_sb8_64_bit() argument
691 running_length = rounddown(length - init_bytes, 8); in crc32c_sb8_64_bit()
692 end_bytes = length - init_bytes - running_length; in crc32c_sb8_64_bit()
694 for (li = 0; li < init_bytes; li++) in crc32c_sb8_64_bit()