Searched refs:Offtype (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 220 { U32 Offtype; in ZSTD_buildSuperBlockEntropy_sequences() local 227 Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences() 232 …assert(!(Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /* We d… in ZSTD_buildSuperBlockEntropy_sequences() 233 …Size = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype, in ZSTD_buildSuperBlockEntropy_sequences() 238 if (Offtype == set_compressed) in ZSTD_buildSuperBlockEntropy_sequences() 241 fseMetadata->ofType = (symbolEncodingType_e) Offtype; in ZSTD_buildSuperBlockEntropy_sequences() 473 const U32 Offtype = fseMetadata->ofType; in ZSTD_compressSubBlock_sequences() local 476 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2)); in ZSTD_compressSubBlock_sequences()
|
H A D | zstd_compress.c | 1978 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local 2070 Offtype = ZSTD_selectEncodingType(&nextEntropy->fse.offcode_repeatMode, in ZSTD_compressSequences_internal() 2075 …assert(!(Offtype < set_compressed && nextEntropy->fse.offcode_repeatMode != FSE_repeat_none)); /* … in ZSTD_compressSequences_internal() 2078 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype, in ZSTD_compressSequences_internal() 2085 if (Offtype == 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 D | zstd_compress_superblock.c | 196 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 D | zstd_compress.c | 2437 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()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1579 U32 LLtype, Offtype, MLtype; in ZSTDv01_decodeSeqHeaders() local 1589 Offtype = (*ip >> 4) & 3; in ZSTDv01_decodeSeqHeaders() 1633 switch(Offtype) in ZSTDv01_decodeSeqHeaders()
|
H A D | zstd_v03.c | 2568 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2578 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders() 2622 switch(Offtype) in ZSTD_decodeSeqHeaders()
|
H A D | zstd_v02.c | 2927 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2937 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders() 2981 switch(Offtype) in ZSTD_decodeSeqHeaders()
|
H A D | zstd_v04.c | 2694 U32 LLtype, Offtype, MLtype; in ZSTD_decodeSeqHeaders() local 2704 Offtype = (*ip >> 4) & 3; in ZSTD_decodeSeqHeaders() 2748 switch(Offtype) in ZSTD_decodeSeqHeaders()
|
H A D | zstd_v05.c | 3004 U32 LLtype, Offtype, MLtype; in ZSTDv05_decodeSeqHeaders() local 3022 Offtype = (*ip >> 4) & 3; in ZSTDv05_decodeSeqHeaders() 3071 switch(Offtype) in ZSTDv05_decodeSeqHeaders()
|
H A D | zstd_v06.c | 3247 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()
|