Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dfse_compress.c636 size_t FSE_compress_wksp (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxS… in FSE_compress_wksp() function
696 …return FSE_compress_wksp(dst, dstCapacity, src, srcSize, maxSymbolValue, tableLog, &scratchBuffer,… in FSE_compress2()
/external/zstd/lib/common/
Dfse.h328 size_t FSE_compress_wksp (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxS…