Searched refs:S16 (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/message/fusion/lsi/ |
D | mpi_type.h | 49 typedef signed short S16; typedef 75 typedef S16 *PS16;
|
/linux-4.19.296/lib/zstd/ |
D | zstd_internal.h | 111 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…
|
D | fse_decompress.c | 119 S16 const largeLimit = (S16)(1 << (tableLog - 1)); in FSE_buildDTable_wksp()
|
D | mem.h | 37 typedef int16_t S16; typedef
|
D | huf_compress.c | 93 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()
|
D | decompress.c | 773 S16 *norm = (S16 *)workspace; in ZSTD_buildSeqTable() 774 size_t const spaceUsed32 = ALIGN(sizeof(S16) * (MaxSeq + 1), sizeof(U32)) >> 2; in ZSTD_buildSeqTable()
|
D | compress.c | 605 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()
|