Home
last modified time | relevance | path

Searched refs:MaxSeq (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c74 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost()
238 S16 norm[MaxSeq + 1];
239 U32 wksp[FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(MaxSeq, MaxFSELog)];
H A Dzstd_compress_internal.h335 #define COMPRESS_SEQUENCES_WORKSPACE_SIZE (sizeof(unsigned) * (MaxSeq + 2))
H A Dzstd_compress.c2598 entropyWorkspace = count + (MaxSeq + 1); in ZSTD_entropyCompressSeqStore_internal()
2599 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSeqStore_internal()
3186 unsigned* entropyWorkspace = countWorkspace + (MaxSeq + 1); in ZSTD_buildBlockEntropyStats_sequences()
3187 size_t entropyWorkspaceSize = wkspSize - (MaxSeq + 1) * sizeof(*countWorkspace); in ZSTD_buildBlockEntropyStats_sequences()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
H A Dzstd_decompress_block.c454 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body()
459 assert(maxSymbolValue <= MaxSeq); in ZSTD_buildFSETable_body()
639 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c61 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost()
248 S16 norm[MaxSeq + 1]; in ZSTD_buildCTable()
H A Dzstd_compress_superblock.c174 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences()
H A Dzstd_compress.c1974 unsigned count[MaxSeq+1]; in ZSTD_compressSequences_internal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h182 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h111 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c374 U16 symbolNext[MaxSeq+1]; in ZSTD_buildFSETable()
381 assert(maxSymbolValue <= MaxSeq); in ZSTD_buildFSETable()
466 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c500 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
3208 S16 norm[MaxSeq+1]; in ZSTDv06_buildSeqTable()
H A Dzstd_v01.c1337 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v07.c2733 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
3438 S16 norm[MaxSeq+1]; in ZSTDv07_buildSeqTable()
H A Dzstd_v03.c2372 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v02.c2731 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v04.c377 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v05.c480 #define MaxSeq MAX(MaxLL, MaxML) macro