Lines Matching refs:FSE_DTable
610 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
668 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
671 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
685 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
717 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1101 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1299 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1316 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1345 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1414 const FSE_DTable* dt) in FSE_decompress_usingDTable()
2566 FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb, in ZSTD_decodeSeqHeaders()