Lines Matching refs:FSE_DTable
489 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
496 static size_t FSE_buildDTable ( FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolV…
504 …usingDTable(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt);
841 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
844 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
859 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
890 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1077 static size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… in FSE_buildDTable()
1276 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1294 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1324 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1393 const FSE_DTable* dt) in FSE_decompress_usingDTable()
2692 FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb, in ZSTD_decodeSeqHeaders()