Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c197 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound() function
308 if (bufferSize < FSE_NCountWriteBound(maxSymbolValue, tableLog)) in FSE_writeNCount()
Dfse.h112 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog);