Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dgsb_crc32.c680 uint32_t init_bytes) in crc32c_sb8_64_bit() argument
687 running_length = rounddown(length - init_bytes, 8); in crc32c_sb8_64_bit()
688 end_bytes = length - init_bytes - running_length; in crc32c_sb8_64_bit()
690 for (li = 0; li < init_bytes; li++) in crc32c_sb8_64_bit()