Searched refs:S16 (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_type.h75 typedef signed short S16; typedef
118 typedef S16 *PS16;
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_type.h76 typedef signed short S16; typedef
117 typedef S16 *PS16;
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_type.h74 typedef signed short S16; typedef
117 typedef S16 *PS16;
/freebsd-current/sys/dev/mpi3mr/mpi/
H A Dmpi30_type.h61 typedef int16_t S16; typedef
88 typedef S16 *PS16;
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h116 typedef short S16; typedef
/freebsd-current/sys/dev/isci/
H A Denvironment.h50 typedef int16_t S16; typedef
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp46 const LLT S16 = LLT::scalar(16);
58 .legalForCartesianProduct({S64}, {S1, S8, S16, S32})
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp583 const LLT S16 = LLT::scalar(16);
656 S32, S64, S16
660 S32, S64, S16, V2S16
663 const LLT MinScalarFPTy = ST.has16BitInsts() ? S16 : S32;
671 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256})
678 .clampScalar(0, S16, S256)
688 .legalFor({S64, S32, S16, V2S16})
689 .clampMaxNumElementsStrict(0, S16, 2)
691 .minScalar(0, S16)
696 .legalFor({S32, S16, V2S1
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.h36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_sequences.c61 S16 norm[MaxSeq + 1];
227 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
248 S16 norm[MaxSeq + 1];
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.h36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_sequences.c74 S16 norm[MaxSeq + 1];
238 S16 norm[MaxSeq + 1];
247 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
/freebsd-current/sys/netsmb/
H A Dsmb_crypt.c148 u_char S16[16], S21[21]; local
177 MD4Final(S16, &md4);
179 MD4Update(&md4, S16, 16);
188 bcopy(S16, S21, 16);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c304 #define S16 "0123456789abcdef" macro
305 #define S32 S16 S16
314 #undef S16 macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h193 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2,
208 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2,
218 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2,
H A Dfse_decompress.c77 { S16 const largeLimit= (S16)(1 << (tableLog-1));
H A Dmem.h128 typedef int16_t S16; typedef
143 typedef signed short S16; typedef
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h128 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
147 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
159 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
H A Dfse_decompress.c91 { S16 const largeLimit= (S16)(1 << (tableLog-1));
H A Dmem.h57 typedef int16_t S16; typedef
74 typedef signed short S16; typedef
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6141 const LLT S16 = LLT::scalar(16);
6176 else if (Ty == LLT::fixed_vector(4, S16))
6178 else if (Ty == LLT::fixed_vector(8, S16))
6200 else if (Ty == LLT::fixed_vector(4, S16))
6202 else if (Ty == LLT::fixed_vector(8, S16))
6224 else if (Ty == LLT::fixed_vector(4, S16))
6226 else if (Ty == LLT::fixed_vector(8, S16))
6248 else if (Ty == LLT::fixed_vector(4, S16))
6250 else if (Ty == LLT::fixed_vector(8, S16))
6270 else if (Ty == LLT::fixed_vector(4, S16) || T
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp279 MCOperand S16 = Inst.getOperand(1); local
280 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr());
281 HexagonMCInstrInfo::setS27_2_reloc(*S16.getExpr());
285 Inst.addOperand(S16);
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c173 typedef int16_t S16; typedef
181 typedef signed short S16; typedef
407 const S16 largeLimit= (S16)(1 << (tableLog-1));
1286 typedef int16_t S16; typedef
1293 typedef signed short S16; typedef
1612 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp104 case AArch64::S16:

Completed in 547 milliseconds

12