Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c121 static uint64_t crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc);
122 static crc64_func_type crc64_func = &crc64_dispatch;
137 crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc) in crc64_dispatch() function