Searched defs:llCode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c325 BYTE const llCode = llCodeTable[n]; local
H A Dzstd_compress_superblock.c436 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) argument
536 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) argument
H A Dzstd_opt.c245 { U32 const llCode = ZSTD_LLcode(litLength); local
301 { U32 const llCode = ZSTD_LLcode(litLength); local
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h360 BYTE* llCode; member in struct:__anon10904
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3292 U32 const llCode = FSEv06_peekSymbol(&(seqState->stateLL)); local
H A Dzstd_v07.c3522 U32 const llCode = FSEv07_peekSymbol(&(seqState->stateLL)); local
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6635 BYTE* llCode; member in struct:__anon10712
11565 BYTE const llCode = llCodeTable[n]; local
12144 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) argument
12244 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) argument
20391 { U32 const llCode = ZSTD_LLcode(litLength); local
20447 { U32 const llCode = ZSTD_LLcode(litLength); local
[all...]

Completed in 394 milliseconds