Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c200 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local
203 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2748 U32 Offtype; member
2824 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSequencesStatistics()
2829 …assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /… in ZSTD_buildSequencesStatistics()
2832 CTable_OffsetBits, OffFSELog, (SymbolEncodingType_e)stats.Offtype, in ZSTD_buildSequencesStatistics()
2843 if (stats.Offtype == set_compressed) in ZSTD_buildSequencesStatistics()
2968 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()
3785 fseMetadata->ofType = (SymbolEncodingType_e) stats.Offtype; in ZSTD_buildBlockEntropyStats_sequences()
/freebsd/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()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1541 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local
1551 Offtype = (*ip >> 4) & 3; in ZSTDv01_decodeSeqHeaders()
1595 switch(Offtype) in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v03.c2506 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2516 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders()
2560 switch(Offtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v02.c2866 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2876 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders()
2920 switch(Offtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v04.c2638 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2648 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders()
2692 switch(Offtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v05.c2952 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local
2970 Offtype = (*ip >> 4) & 3; in ZSTDv05_decodeSeqHeaders()
3019 switch(Offtype) in ZSTDv05_decodeSeqHeaders()
H A Dzstd_v06.c3191 U32 const Offtype = (*ip >> 4) & 3; in ZSTDv06_decodeSeqHeaders() local
3200 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableOffb, Offtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv06_decodeSeqHeaders()