Searched refs:ZSTD_seqSymbol (Results 1 – 3 of 3) sorted by relevance
72 } ZSTD_seqSymbol; typedef80 …ZSTD_seqSymbol LLTable[SEQSYMBOL_TABLE_SIZE(LLFSELog)]; /* Note : Space reserved for FSE Tables…81 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace …82 …ZSTD_seqSymbol MLTable[SEQSYMBOL_TABLE_SIZE(MLFSELog)]; /* and therefore must be at least HUF_D…111 const ZSTD_seqSymbol* LLTptr;112 const ZSTD_seqSymbol* MLTptr;113 const ZSTD_seqSymbol* OFTptr;
247 static const ZSTD_seqSymbol LL_defaultDTable[(1<<LL_DEFAULTNORMLOG)+1] = {285 static const ZSTD_seqSymbol OF_defaultDTable[(1<<OF_DEFAULTNORMLOG)+1] = {308 static const ZSTD_seqSymbol ML_defaultDTable[(1<<ML_DEFAULTNORMLOG)+1] = {346 static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U32 nbAddBits) in ZSTD_buildSeqTable_rle()350 ZSTD_seqSymbol* const cell = dt + 1; in ZSTD_buildSeqTable_rle()368 void ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body()373 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable_body()488 static void ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body_default()498 TARGET_ATTRIBUTE("bmi2") static void ZSTD_buildFSETable_body_bmi2(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable_body_bmi2()508 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, in ZSTD_buildFSETable()[all …]
55 void ZSTD_buildFSETable(ZSTD_seqSymbol* dt,