Searched defs:llCode (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | zstd_opt.h | 135 const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_getLiteralPrice() local 177 const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_updatePrice() local
|
| H A D | zstd_internal.h | 193 BYTE *llCode; member
|
| H A D | decompress.c | 935 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence() local 1167 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic() local [all...] |
| H A D | compress.c | 784 BYTE const llCode = llCodeTable[n]; in ZSTD_compressSequences_internal() local
|
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| H A D | zstd_compress_superblock.c | 159 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 D | zstd_compress_sequences.c | 334 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() local
|
| H A D | zstd_opt.c | 284 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice() local 342 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats() local
|
| /kernel/linux/linux-6.6/lib/zstd/common/ |
| H A D | zstd_internal.h | 294 BYTE* llCode; member
|
Completed in 18 milliseconds