Searched refs:MaxFSELog (Results 1 – 6 of 6) sorted by relevance
76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
384 assert(tableLog <= MaxFSELog); in ZSTD_buildFSETable_body()
187 #define MaxFSELog MAX(MAX(MLFSELog, LLFSELog), OffFSELog) macro
269 assert(entropyWorkspaceSize >= FSE_BUILD_CTABLE_WORKSPACE_SIZE(MaxSeq, MaxFSELog)); in ZSTD_buildCTable()
189 assert(cTableWkspSize >= (1 << MaxFSELog) * sizeof(FSE_FUNCTION_TYPE)); in ZSTD_buildSuperBlockEntropy_sequences()
818 BYTE scratchBuffer[FSE_BUILD_CTABLE_WORKSPACE_SIZE(MaxSeq, MaxFSELog)]; in writeSequences()