| /NextBSD/sys/dev/mpt/mpilib/ |
| HD | mpi_type.h | 82 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/ |
| HD | mpi2_type.h | 81 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/ |
| HD | mpi2_type.h | 84 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/ |
| HD | sha2.c | 126 #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/ |
| HD | test_archive_string.c | 284 #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/ |
| HD | sha2.c | 157 #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/ |
| HD | crc_macros.h | 20 # define S32(x) ((x) << 32) macro 29 # define S32(x) ((x) >> 32) macro
|
| HD | crc64_fast.c | 58 ^ S32(crc) in lzma_crc64()
|
| /NextBSD/sys/kern/ |
| HD | md4c.c | 50 #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 */
|
| HD | md5c.c | 291 #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/ |
| HD | md4c.c | 50 #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 */
|
| HD | md5c.c | 288 #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/ |
| HD | md4c.c | 58 #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 */
|
| HD | md5c.c | 62 #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/ |
| HD | sha2.c | 193 #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/ |
| HD | MipsABIFlagsSection.cpp | 22 case FpABIKind::S32: in getFpABIValue() 38 case FpABIKind::S32: in getFpABIString()
|
| HD | MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator 173 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
|
| /NextBSD/contrib/apr-util/crypto/ |
| HD | apr_md4.c | 64 #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()
|
| HD | apr_md5.c | 81 #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/ |
| HD | md5.c | 267 #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/ |
| HD | sha2.c | 343 #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/ |
| HD | environment.h | 53 typedef int32_t S32; typedef
|
| /NextBSD/sys/dev/pms/freebsd/driver/common/ |
| HD | lxproto.h | 61 void agtiapi_Setup(S08 *, S32 *);
|
| HD | ostypes.h | 118 typedef int S32; typedef
|
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | saint.c | 514 …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()
|