Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c643 typedef unsigned FSEv05_DTable; /* don't allocate that. It's just a way to be more restrictive th… typedef
644 FSEv05_DTable* FSEv05_createDTable(unsigned tableLog);
645 void FSEv05_freeDTable(FSEv05_DTable* dt);
652 size_t FSEv05_buildDTable (FSEv05_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal…
660 …gDTable(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, const FSEv05_DTable* dt);
952 size_t FSEv05_buildDTable_raw (FSEv05_DTable* dt, unsigned nbBits);
955 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, unsigned char symbolValue);
970 … FSEv05_initDState(FSEv05_DState_t* DStatePtr, BITv05_DStream_t* bitD, const FSEv05_DTable* dt);
1002 …void FSEv05_initDState(FSEv05_DState_t* DStatePtr, BITv05_DStream_t* bitD, const FSEv05_DTable* dt) in FSEv05_initDState()
1198 FSEv05_DTable* FSEv05_createDTable (unsigned tableLog) in FSEv05_createDTable()
[all …]