Home
last modified time | relevance | path

Searched refs:LLtype (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c197 { U32 LLtype; in ZSTD_buildSuperBlockEntropy_sequences() local
202 LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences()
208 …assert(!(LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); /* We … in ZSTD_buildSuperBlockEntropy_sequences()
209 …untSize = ZSTD_buildCTable(op, oend - op, CTable_LitLength, LLFSELog, (symbolEncodingType_e)LLtype, in ZSTD_buildSuperBlockEntropy_sequences()
214 if (LLtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences()
217 fseMetadata->llType = (symbolEncodingType_e) LLtype; in ZSTD_buildSuperBlockEntropy_sequences()
472 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local
476 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c1978 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local
2041 LLtype = ZSTD_selectEncodingType(&nextEntropy->fse.litlength_repeatMode, in ZSTD_compressSequences_internal()
2047 …assert(!(LLtype < set_compressed && nextEntropy->fse.litlength_repeatMode != FSE_repeat_none)); /*… in ZSTD_compressSequences_internal()
2050 CTable_LitLength, LLFSELog, (symbolEncodingType_e)LLtype, in ZSTD_compressSequences_internal()
2057 if (LLtype == set_compressed) in ZSTD_compressSequences_internal()
2117 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSequences_internal()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c195 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local
199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
H A Dzstd_compress.c2436 U32 LLtype; member
2477 stats.LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSequencesStatistics()
2483 …assert(!(stats.LLtype < set_compressed && nextEntropy->litlength_repeatMode != FSE_repeat_none)); … in ZSTD_buildSequencesStatistics()
2486 CTable_LitLength, LLFSELog, (symbolEncodingType_e)stats.LLtype, in ZSTD_buildSequencesStatistics()
2497 if (stats.LLtype == set_compressed) in ZSTD_buildSequencesStatistics()
2655 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2)); in ZSTD_entropyCompressSeqStore_internal()
3197 fseMetadata->llType = (symbolEncodingType_e) stats.LLtype; in ZSTD_buildBlockEntropyStats_sequences()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1579 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local
1588 LLtype = *ip >> 6; in ZSTDv01_decodeSeqHeaders()
1616 switch(LLtype) in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v03.c2568 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2577 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2605 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v02.c2927 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2936 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2964 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v04.c2694 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2703 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2731 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v05.c3004 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local
3021 LLtype = *ip >> 6; in ZSTDv05_decodeSeqHeaders()
3048 switch(LLtype) in ZSTDv05_decodeSeqHeaders()
H A Dzstd_v06.c3246 { U32 const LLtype = *ip >> 6; in ZSTDv06_decodeSeqHeaders() local
3252 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL… in ZSTDv06_decodeSeqHeaders()
H A Dzstd_v07.c3476 { U32 const LLtype = *ip >> 6; in ZSTDv07_decodeSeqHeaders() local
3482 …{ size_t const llhSize = ZSTDv07_buildSeqTable(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, L… in ZSTDv07_decodeSeqHeaders()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c512 { symbolEncodingType_e const LLtype = (symbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local
519 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c686 { symbolEncodingType_e const LLtype = (symbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local
693 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()