Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc32_fast.c146 static uint32_t crc32_dispatch(const uint8_t *buf, size_t size, uint32_t crc);
147 static crc32_func_type crc32_func = &crc32_dispatch;
160 crc32_dispatch(const uint8_t *buf, size_t size, uint32_t crc) in crc32_dispatch() function