Home
last modified time | relevance | path

Searched refs:S32 (Results 1 – 25 of 36) sorted by relevance

12

/NextBSD/sys/dev/mpt/mpilib/
HDmpi_type.h82 typedef int32_t S32; typedef
89 typedef signed int S32; typedef
94 typedef signed long S32; typedef
104 S32 High;
122 typedef S32 *PS32;
/NextBSD/sys/dev/mps/mpi/
HDmpi2_type.h81 typedef int32_t S32; typedef
88 typedef signed int S32; typedef
93 typedef signed long S32; typedef
102 S32 High;
122 typedef S32 *PS32;
/NextBSD/sys/dev/mpr/mpi/
HDmpi2_type.h84 typedef int32_t S32; typedef
91 typedef signed int S32; typedef
96 typedef signed long S32; typedef
105 S32 High;
125 typedef S32 *PS32;
/NextBSD/contrib/apr/random/unix/
HDsha2.c126 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
135 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
136 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
137 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
138 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_archive_string.c284 #define S32 S16 S16 in test_archive_string_sprintf() macro
285 #define S64 S32 S32 in test_archive_string_sprintf()
287 const char *s32 = S32; in test_archive_string_sprintf()
288 const char *s33 = S32 "0"; in test_archive_string_sprintf()
294 #undef S32 in test_archive_string_sprintf()
/NextBSD/crypto/openssh/openbsd-compat/
HDsha2.c157 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
166 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
167 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
168 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
169 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/NextBSD/contrib/xz/src/liblzma/check/
HDcrc_macros.h20 # define S32(x) ((x) << 32) macro
29 # define S32(x) ((x) >> 32) macro
HDcrc64_fast.c58 ^ S32(crc) in lzma_crc64()
/NextBSD/sys/kern/
HDmd4c.c50 #define S32 9 macro
230 HH (d, a, b, c, x[ 8], S32); /* 34 */
234 HH (d, a, b, c, x[10], S32); /* 38 */
238 HH (d, a, b, c, x[ 9], S32); /* 42 */
242 HH (d, a, b, c, x[11], S32); /* 46 */
HDmd5c.c291 #define S32 11 macro
295 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
299 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
303 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
307 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/NextBSD/lib/libmd/
HDmd4c.c50 #define S32 9 macro
234 HH (d, a, b, c, x[ 8], S32); /* 34 */
238 HH (d, a, b, c, x[10], S32); /* 38 */
242 HH (d, a, b, c, x[ 9], S32); /* 42 */
246 HH (d, a, b, c, x[11], S32); /* 46 */
HDmd5c.c288 #define S32 11 macro
292 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
296 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
300 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
304 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/NextBSD/contrib/opie/libopie/
HDmd4c.c58 #define S32 9 macro
217 HH(d, a, b, c, x[8], S32); /* 34 */
221 HH(d, a, b, c, x[10], S32); /* 38 */
225 HH(d, a, b, c, x[9], S32); /* 42 */
229 HH(d, a, b, c, x[11], S32); /* 46 */
HDmd5c.c62 #define S32 11 macro
263 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
267 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
271 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */
275 HH(d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/NextBSD/contrib/ldns/
HDsha2.c193 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
202 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
203 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
204 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
205 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsABIFlagsSection.cpp22 case FpABIKind::S32: in getFpABIValue()
38 case FpABIKind::S32: in getFpABIString()
HDMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
173 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
/NextBSD/contrib/apr-util/crypto/
HDapr_md4.c64 #define S32 9 macro
340 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform()
344 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform()
348 HH (d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform()
352 HH (d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
HDapr_md5.c81 #define S32 11 macro
392 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */ in MD5Transform()
396 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */ in MD5Transform()
400 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */ in MD5Transform()
404 HH(d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in MD5Transform()
/NextBSD/contrib/ipfilter/
HDmd5.c267 #define S32 11 macro
271 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
275 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
279 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
283 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/NextBSD/contrib/ntp/lib/isc/
HDsha2.c343 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
352 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
353 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
354 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
355 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/NextBSD/sys/dev/isci/
HDenvironment.h53 typedef int32_t S32; typedef
/NextBSD/sys/dev/pms/freebsd/driver/common/
HDlxproto.h61 void agtiapi_Setup(S08 *, S32 *);
HDostypes.h118 typedef int S32; typedef
/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaint.c514 …iDisableMSIX_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u64.S32[0])); in siDisableMSIX_V_Interrupts()
515 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_RegisterU,u64.S32[1]); in siDisableMSIX_V_Interrupts()
517 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_Register, u64.S32[0]); in siDisableMSIX_V_Interrupts()
618 …isableLegacy_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u64.S32[0])); in siDisableLegacy_V_Interrupts()
619 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_Register,u64.S32[1] ); in siDisableLegacy_V_Interrupts()
621 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Set_RegisterU,u64.S32[0]); in siDisableLegacy_V_Interrupts()
984 …ReenableMSIX_V_Interrupts: VI %d U 0x%08X L 0x%08X\n",interruptVectorIndex,u64.S32[1],u64.S32[0])); in siReenableMSIX_V_Interrupts()
985 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Clear_RegisterU,u64.S32[1] ); in siReenableMSIX_V_Interrupts()
987 ossaHwRegWriteExt(agRoot, PCIBAR0,V_Outbound_Doorbell_Mask_Clear_Register,u64.S32[0]); in siReenableMSIX_V_Interrupts()

12