Home
last modified time | relevance | path

Searched defs:mlCode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h158 const BYTE mlCode = (matchLength > 127) ? (BYTE)ZSTD_highbit32(matchLength) + ML_deltaCode : ML_Code[matchLength]; in ZSTD_getPrice() local
192 const BYTE mlCode = (matchLength > 127) ? (BYTE)ZSTD_highbit32(matchLength) + ML_deltaCode : ML_Code[matchLength]; in ZSTD_updatePrice() local
H A Dzstd_internal.h194 BYTE *mlCode; member
H A Ddecompress.c936 U32 const mlCode = FSE_peekSymbol(&seqState->stateML); in ZSTD_decodeSequence() local
1168 U32 const mlCode = FSE_peekSymbol(&seqState->stateML); in ZSTD_decodeSequenceLong_generic() local
H A Dcompress.c786 BYTE const mlCode = mlCodeTable[n]; in ZSTD_compressSequences_internal() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_superblock.c159 ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, const ZSTD_fseCTablesMetadata_t* fseMetadata, const seqDef* sequences, size_t nbSeq, const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, const ZSTD_CCtx_params* cctxParams, void* dst, size_t dstCapacity, const int bmi2, int writeEntropy, int* entropyWritten) ZSTD_compressSubBlock_sequences() argument
259 ZSTD_compressSubBlock(const ZSTD_entropyCTables_t* entropy, const ZSTD_entropyCTablesMetadata_t* entropyMetadata, const seqDef* sequences, size_t nbSeq, const BYTE* literals, size_t litSize, const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, const ZSTD_CCtx_params* cctxParams, void* dst, size_t dstCapacity, const int bmi2, int writeLitEntropy, int writeSeqEntropy, int* litEntropyWritten, int* seqEntropyWritten, U32 lastBlock) ZSTD_compressSubBlock() argument
H A Dzstd_compress_sequences.c336 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body() local
H A Dzstd_opt.c317 { U32 const mlCode = ZSTD_MLcode(mlBase); in ZSTD_getMatchPrice() local
356 U32 const mlCode = ZSTD_MLcode(mlBase); in ZSTD_updateStats() local
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h295 BYTE* mlCode; member

Completed in 22 milliseconds