Searched refs:S32 (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md5.c81 #define S32 11 macro
392 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
396 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
400 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */
404 HH(d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c114 typedef int32_t S32; typedef
120 typedef signed int S32; typedef
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c126 #define S32 int32_t macro
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h221 S32 cardNameIndex; /* structure index */
400 S32 cardNameIndex;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c269 #define S32 int32_t macro
446 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3843 const LLT S32 = LLT::scalar(32); local
3846 assert(MRI.getType(Src) == S64 && MRI.getType(Dst) == S32);
3858 auto Zero32 = MIRBuilder.buildConstant(S32, 0);
3861 auto LZ = MIRBuilder.buildCTLZ_ZERO_UNDEF(S32, Src);
3863 auto K = MIRBuilder.buildConstant(S32, 127U + 63U);
3864 auto Sub = MIRBuilder.buildSub(S32, K, LZ);
3867 auto E = MIRBuilder.buildSelect(S32, NotZero, Sub, Zero32);
3878 auto ShlE = MIRBuilder.buildShl(S32, E, MIRBuilder.buildConstant(S32, 23));
3879 auto V = MIRBuilder.buildOr(S32, Shl
3931 const LLT S32 = LLT::scalar(32); local
3976 const LLT S32 = LLT::scalar(32); local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c514 SA_DBG4(("siDisableMSIX_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u64.S32[0]));
515 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_RegisterU,u64.S32[1]);
517 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_Register, u64.S32[0]);
618 SA_DBG4(("siDisableLegacy_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u64.S32[0]));
619 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_Register,u64.S32[1] );
621 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_RegisterU,u64.S32[0]);
984 SA_DBG4(("siReenableMSIX_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u64.S32[
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c152 typedef int32_t S32; typedef
159 typedef signed int S32; typedef
325 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27];
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c100 S32 sci_sas_address_compare(
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h3628 bit32 S32[2]; member in union:agsabit32bit64_U
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c102 S32 ag_encryption_enable = 0;
4840 S32 i = milisec/msecsPerTick;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1627 const LLT S32 = LLT::scalar(32); local
1632 MRI.setType(MF.addLiveIn(Reg, &AMDGPU::VGPR_32RegClass), S32);
1640 MRI.setType(MF.addLiveIn(Reg, &AMDGPU::VGPR_32RegClass), S32);
1648 MRI.setType(MF.addLiveIn(Reg, &AMDGPU::VGPR_32RegClass), S32);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8292 FpABI = MipsABIFlagsSection::FpABIKind::S32;

Completed in 393 milliseconds

12