Searched refs:S16 (Results 1 – 8 of 8) sorted by relevance
120 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {139 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {151 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
79 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal()
37 typedef int16_t S16; typedef
38 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
75 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost()239 S16 norm[MaxSeq + 1];248 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable()
141 S16 norm[HUF_TABLELOG_MAX+1];
77 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
509 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body()682 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
Completed in 19 milliseconds