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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c220 { U32 Offtype; local
227 Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode,
232 assert(!(Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /* We don't copy tables */
233 { size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype,
238 if (Offtype == set_compressed)
241 fseMetadata->ofType = (symbolEncodingType_e) Offtype;
473 const U32 Offtype = fseMetadata->ofType; local
476 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2));
H A Dzstd_compress.c1978 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ local
2070 Offtype = ZSTD_selectEncodingType(&nextEntropy->fse.offcode_repeatMode,
2075 assert(!(Offtype < set_compressed && nextEntropy->fse.offcode_repeatMode != FSE_repeat_none)); /* We don't copy tables */
2078 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype,
2085 if (Offtype == set_compressed)
2117 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2));
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c196 const U32 Offtype = fseMetadata->ofType; local
199 *seqHead = (BYTE)((LLtype<<6) + (Offtype<<4) + (MLtype<<2));
H A Dzstd_compress.c2437 U32 Offtype; member in struct:__anon74
2510 stats.Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode,
2515 assert(!(stats.Offtype < set_compressed && nextEntropy->offcode_repeatMode != FSE_repeat_none)); /* We don't copy tables */
2518 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)stats.Offtype,
2529 if (stats.Offtype == set_compressed)
2655 *seqHead = (BYTE)((stats.LLtype<<6) + (stats.Offtype<<4) + (stats.MLtype<<2));
3198 fseMetadata->ofType = (symbolEncodingType_e) stats.Offtype;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1579 U32 LLtype, Offtype, MLtype; local
1589 Offtype = (*ip >> 4) & 3;
1633 switch(Offtype)
H A Dzstd_v03.c2568 U32 LLtype, Offtype, MLtype; local
2578 Offtype = (*ip >> 4) & 3;
2622 switch(Offtype)
H A Dzstd_v05.c3004 U32 LLtype, Offtype, MLtype; local
3022 Offtype = (*ip >> 4) & 3;
3071 switch(Offtype)
H A Dzstd_v04.c2694 U32 LLtype, Offtype, MLtype; local
2704 Offtype = (*ip >> 4) & 3;
2748 switch(Offtype)
H A Dzstd_v02.c2927 U32 LLtype, Offtype, MLtype; local
2937 Offtype = (*ip >> 4) & 3;
2981 switch(Offtype)
H A Dzstd_v06.c3247 U32 const Offtype = (*ip >> 4) & 3; local
3256 { size_t const bhSize = ZSTDv06_buildSeqTable(DTableOffb, Offtype, MaxOff, OffFSELog, ip, iend-ip, OF_defaultNorm, OF_defaultNormLog, flagRepeatTable);

Completed in 203 milliseconds