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

/freebsd-current/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c105 static crc64_func_type crc64_func; variable
109 static crc64_func_type crc64_func = &crc64_dispatch; variable
117 crc64_func = crc64_resolve();
127 return crc64_func(buf, size, crc);
142 return crc64_func(buf, size, crc);

Completed in 123 milliseconds