Home
last modified time | relevance | path

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

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