Searched refs:MaxSeq (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 74 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost() 261 S16 norm[MaxSeq + 1]; in ZSTD_buildCTable() 269 assert(entropyWorkspaceSize >= FSE_BUILD_CTABLE_WORKSPACE_SIZE(MaxSeq, MaxFSELog)); in ZSTD_buildCTable()
|
| H A D | zstd_compress_superblock.c | 174 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences()
|
| H A D | zstd_compress_internal.h | 253 #define COMPRESS_SEQUENCES_WORKSPACE_SIZE (sizeof(unsigned) * (MaxSeq + 2))
|
| H A D | zstd_compress.c | 2176 entropyWorkspace = count + (MaxSeq + 1); in ZSTD_entropyCompressSequences_internal() 2177 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSequences_internal()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
|
| H A D | zstd_decompress_block.c | 378 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body() 383 assert(maxSymbolValue <= MaxSeq); in ZSTD_buildFSETable_body() 563 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 183 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 503 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro 3212 S16 norm[MaxSeq+1]; in ZSTDv06_buildSeqTable()
|
| H A D | zstd_v01.c | 1341 #define MaxSeq MAX(MaxLL, MaxML) macro
|
| H A D | zstd_v07.c | 2737 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro 3442 S16 norm[MaxSeq+1]; in ZSTDv07_buildSeqTable()
|
| H A D | zstd_v03.c | 2376 #define MaxSeq MAX(MaxLL, MaxML) macro
|
| H A D | zstd_v04.c | 380 #define MaxSeq MAX(MaxLL, MaxML) macro
|
| H A D | zstd_v02.c | 2735 #define MaxSeq MAX(MaxLL, MaxML) macro
|
| H A D | zstd_v05.c | 483 #define MaxSeq MAX(MaxLL, MaxML) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6480 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro 11315 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost() 11502 S16 norm[MaxSeq + 1]; in ZSTD_buildCTable() 11882 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences() 15058 unsigned count[MaxSeq+1]; in ZSTD_compressSequences_internal() 26767 U16 symbolNext[MaxSeq+1]; in ZSTD_buildFSETable() 26774 assert(maxSymbolValue <= MaxSeq); in ZSTD_buildFSETable() 26859 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
|