Home
last modified time | relevance | path

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

/external/zstd/tests/fuzz/
Dfse_read_ncount.c63 FUZZ_ASSERT(sizeof(data) >= FSE_NCountWriteBound(maxSymbolValue, tableLog)); in LLVMFuzzerTestOneInput()
/external/zstd/lib/compress/
Dfse_compress.c190 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound() function
298 if (bufferSize < FSE_NCountWriteBound(maxSymbolValue, tableLog)) in FSE_writeNCount()
/external/zstd/lib/common/
Dfse.h154 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog);