Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c714 typedef unsigned FSEv06_DTable; /* don't allocate that. It's just a way to be more restrictive th… typedef
715 FSEv06_DTable* FSEv06_createDTable(unsigned tableLog);
716 void FSEv06_freeDTable(FSEv06_DTable* dt);
721 size_t FSEv06_buildDTable (FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal…
728 …gDTable(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, const FSEv06_DTable* dt);
1060 size_t FSEv06_buildDTable_raw (FSEv06_DTable* dt, unsigned nbBits);
1063 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, unsigned char symbolValue);
1077 … FSEv06_initDState(FSEv06_DState_t* DStatePtr, BITv06_DStream_t* bitD, const FSEv06_DTable* dt);
1108 …void FSEv06_initDState(FSEv06_DState_t* DStatePtr, BITv06_DStream_t* bitD, const FSEv06_DTable* dt) in FSEv06_initDState()
1447 FSEv06_DTable* FSEv06_createDTable (unsigned tableLog) in FSEv06_createDTable()
[all …]