Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c196 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local
199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2437 U32 Offtype; member
2510 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSequencesStatistics()
2515 …assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /… in ZSTD_buildSequencesStatistics()
2518 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)stats.Offtype, in ZSTD_buildSequencesStatistics()
2529 if (stats.Offtype == set_compressed) in ZSTD_buildSequencesStatistics()
2655 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()
3198 fseMetadata->ofType = (symbolEncodingType_e) stats.Offtype; in ZSTD_buildBlockEntropyStats_sequences()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c201 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local
204 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2749 U32 Offtype; member
2825 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSequencesStatistics()
2830 …assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /… in ZSTD_buildSequencesStatistics()
2833 CTable_OffsetBits, OffFSELog, (SymbolEncodingType_e)stats.Offtype, in ZSTD_buildSequencesStatistics()
2844 if (stats.Offtype == set_compressed) in ZSTD_buildSequencesStatistics()
2969 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()
3786 fseMetadata->ofType = (SymbolEncodingType_e) stats.Offtype; in ZSTD_buildBlockEntropyStats_sequences()
/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1579 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local
1589 Offtype = (*ip >> 4) & 3; in ZSTDv01_decodeSeqHeaders()
1633 switch(Offtype) in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v03.c2568 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2578 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders()
2622 switch(Offtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v04.c2694 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2704 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders()
2748 switch(Offtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v02.c2927 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2937 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders()
2981 switch(Offtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v05.c3004 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local
3022 Offtype = (*ip >> 4) & 3; in ZSTDv05_decodeSeqHeaders()
3071 switch(Offtype) in ZSTDv05_decodeSeqHeaders()
H A Dzstd_v06.c3247 U32 const Offtype = (*ip >> 4) & 3; in ZSTDv06_decodeSeqHeaders() local
3256 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableOffb, Offtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv06_decodeSeqHeaders()