Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dfse_decompress.c176 size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue… in FSE_buildDTable_wksp() function
381 … return FSE_buildDTable_wksp(dt, normalizedCounter, maxSymbolValue, tableLog, wksp, sizeof(wksp)); in FSE_buildDTable()
Dfse.h345 FSE_PUBLIC_API size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCounter, unsigned…