Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse.h340 size_t FSE_countFast(unsigned* count, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize);
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c411 size_t FSE_countFast(unsigned* count, unsigned* maxSymbolValuePtr, in FSE_countFast() function