Lines Matching refs:FSE_DTable
486 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
493 static size_t FSE_buildDTable ( FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolV…
501 …usingDTable(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt);
837 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
840 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
855 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
886 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1073 static size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… in FSE_buildDTable()
1272 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1290 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1320 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1389 const FSE_DTable* dt) in FSE_decompress_usingDTable()
2688 FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb, in ZSTD_decodeSeqHeaders()