Home
last modified time | relevance | path

Searched refs:S16 (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/message/fusion/lsi/
Dmpi_type.h49 typedef signed short S16; typedef
75 typedef S16 *PS16;
/linux-4.19.296/lib/zstd/
Dzstd_internal.h111 static const S16 LL_defaultNorm[MaxLL + 1] = {4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2,…
117 static const S16 ML_defaultNorm[MaxML + 1] = {1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1,…
122 static const S16 OF_defaultNorm[MaxOff + 1] = {1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1…
Dfse_decompress.c119 S16 const largeLimit = (S16)(1 << (tableLog - 1)); in FSE_buildDTable_wksp()
Dmem.h37 typedef int16_t S16; typedef
Dhuf_compress.c93 S16 *norm; in HUF_compressWeights_wksp()
102 norm = (S16 *)((U32 *)workspace + spaceUsed32); in HUF_compressWeights_wksp()
103 spaceUsed32 += ALIGN(sizeof(S16) * (HUF_TABLELOG_MAX + 1), sizeof(U32)) >> 2; in HUF_compressWeights_wksp()
Ddecompress.c773 S16 *norm = (S16 *)workspace; in ZSTD_buildSeqTable()
774 size_t const spaceUsed32 = ALIGN(sizeof(S16) * (MaxSeq + 1), sizeof(U32)) >> 2; in ZSTD_buildSeqTable()
Dcompress.c605 S16 *norm; in ZSTD_compressSequences_internal()
612 norm = (S16 *)((U32 *)zc->tmpCounters + spaceUsed32); in ZSTD_compressSequences_internal()
613 spaceUsed32 += ALIGN(sizeof(S16) * (MaxSeq + 1), sizeof(U32)) >> 2; in ZSTD_compressSequences_internal()