Searched refs:S16 (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/message/fusion/lsi/ |
D | mpi_type.h | 49 typedef signed short S16; typedef 75 typedef S16 *PS16;
|
/Linux-v5.10/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 | 112 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()
|
/Linux-v5.10/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-scc.c | 69 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) macro 166 S16(sccp, scc_psmr, SCC_PSMR_PRO); in set_promiscuous_mode() 346 S16(sccp, scc_psmr, SCC_PSMR_LPB | SCC_PSMR_FDE); in restart() 385 S16(sccp, scc_sccm, SCC_NAPI_EVENT_MSK); in napi_enable_fs()
|
D | mac-fcc.c | 61 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) macro 436 S16(fccp, fcc_fccm, FCC_NAPI_EVENT_MSK); in napi_enable_fs() 457 S16(fccp, fcc_ftodr, 0x8000); in tx_kickstart()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | r8a73a4-ape6evm.dts | 109 label = "S16";
|
/Linux-v5.10/arch/mips/boot/dts/ingenic/ |
D | qi_lb60.dts | 133 <MATRIX_KEY(1, 6, KEY_U)>, /* S16 */
|