Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c453 # define CRC64_FUNC_INIT = &crc64_dispatch
455 static uint64_t crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc);
475 crc64_dispatch(const uint8_t *buf, size_t size, uint64_t crc) in crc64_dispatch() function