Home
last modified time | relevance | path

Searched refs:LL_defaultNormLog (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h156 static const U32 LL_defaultNormLog = LL_DEFAULTNORMLOG; variable
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c515 static const U32 LL_defaultNormLog = 6; variable
3252 …ble(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL_defaultNorm, LL_defaultNormLog, flagRepeatT… in ZSTDv06_decodeSeqHeaders()
H A Dzstd_v07.c2749 static const U32 LL_defaultNormLog = 6; variable
3478 …ble(DTableLL, LLtype, MaxLL, LLFSELog, ip, iend-ip, LL_defaultNorm, LL_defaultNormLog, flagRepeatT… in ZSTDv07_decodeSeqHeaders()
/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c850 …FSE_buildCTable_wksp(CTable_LitLength, LL_defaultNorm, MaxLL, LL_defaultNormLog, scratchBuffer, si… in writeSequences()
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1769 …codingType(&nextEntropy->litlength_repeatMode, mostFrequent, nbSeq, LL_defaultNormLog, ZSTD_defaul… in ZSTD_compressSequences_internal()
1771 count, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_compressSequences_internal()