Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/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.c2164 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_entropyCompressSequences_internal() local
2231 LLtype = ZSTD_selectEncodingType(&nextEntropy->fse.litlength_repeatMode, in ZSTD_entropyCompressSequences_internal()
2237 …assert(!(LLtype < set_compressed && nextEntropy->fse.litlength_repeatMode != FSE_repeat_none)); /*… in ZSTD_entropyCompressSequences_internal()
2240 CTable_LitLength, LLFSELog, (symbolEncodingType_e)LLtype, in ZSTD_entropyCompressSequences_internal()
2247 if (LLtype == set_compressed) in ZSTD_entropyCompressSequences_internal()
2307 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_entropyCompressSequences_internal()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1583 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local
1592 LLtype = *ip >> 6; in ZSTDv01_decodeSeqHeaders()
1620 switch(LLtype) in ZSTDv01_decodeSeqHeaders()
H A Dzstd_v03.c2572 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2581 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2609 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v04.c2698 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2707 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2735 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v02.c2931 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local
2940 LLtype = *ip >> 6; in ZSTD_decodeSeqHeaders()
2968 switch(LLtype) in ZSTD_decodeSeqHeaders()
H A Dzstd_v05.c3008 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local
3025 LLtype = *ip >> 6; in ZSTDv05_decodeSeqHeaders()
3052 switch(LLtype) in ZSTDv05_decodeSeqHeaders()
H A Dzstd_v06.c3250 { U32 const LLtype = *ip >> 6; in ZSTDv06_decodeSeqHeaders() local
3256 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL… in ZSTDv06_decodeSeqHeaders()
H A Dzstd_v07.c3480 { U32 const LLtype = *ip >> 6; in ZSTDv07_decodeSeqHeaders() local
3486 …{ size_t const llhSize = ZSTDv07_buildSeqTable(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, L… in ZSTDv07_decodeSeqHeaders()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c610 { symbolEncodingType_e const LLtype = (symbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local
617 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11905 { U32 LLtype; in ZSTD_buildSuperBlockEntropy_sequences() local
11910 LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences()
11922 if (LLtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences()
11925 fseMetadata->llType = (symbolEncodingType_e) LLtype; in ZSTD_buildSuperBlockEntropy_sequences()
12180 const U32 LLtype = fseMetadata->llType; in ZSTD_compressSubBlock_sequences() local
12184 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
15062 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local
15134 CTable_LitLength, LLFSELog, (symbolEncodingType_e)LLtype, in ZSTD_compressSequences_internal()
15141 if (LLtype == set_compressed) in ZSTD_compressSequences_internal()
15201 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSequences_internal()
[all …]