| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULegalizerInfo.cpp | 437 const LLT S16 = LLT::scalar(16); in AMDGPULegalizerInfo() local 504 S32, S64, S16 in AMDGPULegalizerInfo() 508 S32, S64, S16, V2S16 in AMDGPULegalizerInfo() 511 const LLT MinScalarFPTy = ST.has16BitInsts() ? S16 : S32; in AMDGPULegalizerInfo() 519 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) in AMDGPULegalizerInfo() 525 .clampScalar(0, S16, S256) in AMDGPULegalizerInfo() 534 .legalFor({S32, S16, V2S16}) in AMDGPULegalizerInfo() 535 .clampScalar(0, S16, S32) in AMDGPULegalizerInfo() 536 .clampMaxNumElements(0, S16, 2) in AMDGPULegalizerInfo() 541 .legalFor({S32, S16, V2S16}) // Clamp modifier in AMDGPULegalizerInfo() [all …]
|
| /freebsd-12-stable/sys/dev/mpt/mpilib/ |
| D | mpi_type.h | 79 typedef signed short S16; typedef 122 typedef S16 *PS16;
|
| /freebsd-12-stable/sys/dev/mpr/mpi/ |
| D | mpi2_type.h | 77 typedef signed short S16; typedef 121 typedef S16 *PS16;
|
| /freebsd-12-stable/sys/dev/mps/mpi/ |
| D | mpi2_type.h | 78 typedef signed short S16; typedef 122 typedef S16 *PS16;
|
| /freebsd-12-stable/sys/netsmb/ |
| D | smb_crypt.c | 153 u_char S16[16], S21[21]; in smb_calcmackey() local 182 MD4Final(S16, &md4); in smb_calcmackey() 184 MD4Update(&md4, S16, 16); in smb_calcmackey() 193 bcopy(S16, S21, 16); in smb_calcmackey()
|
| /freebsd-12-stable/sys/contrib/zstd/lib/common/ |
| D | zstd_internal.h | 150 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 165 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 175 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2,
|
| D | fse_decompress.c | 111 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
|
| D | mem.h | 54 typedef int16_t S16; typedef 62 typedef signed short S16; typedef
|
| /freebsd-12-stable/contrib/libarchive/libarchive/test/ |
| D | test_archive_string.c | 305 #define S16 "0123456789abcdef" in test_archive_string_sprintf() macro 306 #define S32 S16 S16 in test_archive_string_sprintf() 315 #undef S16 in test_archive_string_sprintf()
|
| /freebsd-12-stable/sys/dev/isci/ |
| D | environment.h | 52 typedef int16_t S16; typedef
|
| /freebsd-12-stable/sys/dev/pms/freebsd/driver/common/ |
| D | ostypes.h | 117 typedef short S16; typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonAsmPrinter.cpp | 280 MCOperand S16 = Inst.getOperand(1); in HexagonProcessInstruction() local 281 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in HexagonProcessInstruction() 282 HexagonMCInstrInfo::setS27_2_reloc(*S16.getExpr()); in HexagonProcessInstruction() 286 Inst.addOperand(S16); in HexagonProcessInstruction()
|
| D | HexagonISelLoweringHVX.cpp | 1512 SDValue S16 = DAG.getConstant(16, dl, MVT::i32); in LowerHvxMulh() local 1531 SDValue S0 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {Vs, S16}, DAG); in LowerHvxMulh() 1535 SDValue S2 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {T1, S16}, DAG); in LowerHvxMulh() 1576 SDValue T1 = getInstr(Hexagon::V6_vlsrw, dl, ResTy, {LoVec(T0), S16}, DAG); in LowerHvxMulh() 1589 SDValue T5 = getInstr(Hexagon::V6_vlsrw, dl, ResTy, {T4, S16}, DAG); in LowerHvxMulh()
|
| /freebsd-12-stable/sys/contrib/zstd/lib/legacy/ |
| D | zstd_v01.c | 173 typedef int16_t S16; typedef 181 typedef signed short S16; typedef 411 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() 1277 typedef int16_t S16; typedef 1284 typedef signed short S16; typedef 1606 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTDv01_decodeSeqHeaders()
|
| D | zstd_v06.c | 88 typedef int16_t S16; typedef 96 typedef signed short S16; 512 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 521 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 527 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1476 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable() 3188 const S16* defaultNorm, U32 defaultLog, U32 flagRepeatTable) in ZSTDv06_buildSeqTable() 3206 S16 norm[MaxSeq+1]; in ZSTDv06_buildSeqTable()
|
| D | zstd_v07.c | 248 typedef int16_t S16; typedef 256 typedef signed short S16; 1496 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable() 2746 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2755 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2761 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 3414 const S16* defaultNorm, U32 defaultLog, U32 flagRepeatTable) in ZSTDv07_buildSeqTable() 3432 S16 norm[MaxSeq+1]; in ZSTDv07_buildSeqTable()
|
| D | zstd_v03.c | 96 typedef int16_t S16; typedef 104 typedef signed short S16; 1097 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() 2585 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTD_decodeSeqHeaders()
|
| D | zstd_v02.c | 95 typedef int16_t S16; typedef 103 typedef signed short S16; 1096 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() 2944 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTD_decodeSeqHeaders()
|
| D | zstd_v04.c | 59 typedef int16_t S16; typedef 67 typedef signed short S16; 1136 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() 2775 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL >= MaxOff */ in ZSTD_decodeSeqHeaders()
|
| D | zstd_v05.c | 86 typedef int16_t S16; typedef 94 typedef signed short S16; 1218 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() 3038 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL >= MaxOff */ in ZSTDv05_decodeSeqHeaders()
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | r8a73a4-ape6evm.dts | 109 label = "S16";
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64PBQPRegAlloc.cpp | 104 case AArch64::S16: in isOdd()
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pf.os | 412 S16:128:1:48:M*,N,N,S: Windows:98::Windows 98 413 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98 525 S16:64:0:44:M512: QNX:::QNX demodisk 586 # S16:64:0:68:M1024,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO 3.7 build 026
|
| /freebsd-12-stable/tools/tools/tinybsd/conf/wireless/etc/ |
| D | pf.os | 353 S16:128:1:48:M*,N,N,S: Windows:98::Windows 98 354 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98 441 S16:64:0:44:M512: QNX:::QNX demodisk
|
| /freebsd-12-stable/tools/tools/tinybsd/conf/firewall/etc/ |
| D | pf.os | 353 S16:128:1:48:M*,N,N,S: Windows:98::Windows 98 354 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98 441 S16:64:0:44:M512: QNX:::QNX demodisk
|