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

/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c74 S16 norm[MaxSeq + 1];
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.c2448 * entropyWkspSize must be of size at least ENTROPY_WORKSPACE_SIZE - (MaxSeq + 1)*sizeof(U32)
2598 entropyWorkspace = count + (MaxSeq + 1);
2599 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count);
3186 unsigned* entropyWorkspace = countWorkspace + (MaxSeq + 1);
3187 size_t entropyWorkspaceSize = wkspSize - (MaxSeq + 1) * sizeof(*countWorkspace);
/freebsd-current/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);
459 assert(maxSymbolValue <= MaxSeq);
639 S16 norm[MaxSeq+1];
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c61 S16 norm[MaxSeq + 1];
248 S16 norm[MaxSeq + 1];
H A Dzstd_compress_superblock.c174 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned);
H A Dzstd_compress.c1974 unsigned count[MaxSeq+1];
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h182 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h111 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c374 U16 symbolNext[MaxSeq+1];
381 assert(maxSymbolValue <= MaxSeq);
466 S16 norm[MaxSeq+1];
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1337 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v06.c500 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
3208 S16 norm[MaxSeq+1];
H A Dzstd_v07.c2733 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
3438 S16 norm[MaxSeq+1];
H A Dzstd_v03.c2372 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v05.c480 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v04.c377 #define MaxSeq MAX(MaxLL, MaxML) macro
H A Dzstd_v02.c2731 #define MaxSeq MAX(MaxLL, MaxML) macro

Completed in 484 milliseconds