/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_type.h | 78 typedef int32_t S32; typedef 85 typedef signed int S32; typedef 90 typedef signed long S32; typedef 99 S32 High; 119 typedef S32 *PS32;
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 128 typedef s32_t S32; typedef 178 typedef signed int S32; typedef 196 typedef signed int S32; typedef 206 typedef signed long S32; typedef 217 typedef signed long S32; typedef 234 typedef S32 s32_t; 245 typedef S32 s32;
|
/titanic_41/usr/src/common/crypto/md4/ |
H A D | md4.c | 57 #define S32 9 macro 237 HH(d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform() 241 HH(d, a, b, c, x[10], S32); /* 38 */ in MD4Transform() 245 HH(d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform() 249 HH(d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 251 #define S32 11 in Transform() macro 255 HH (d, a, b, c, in[ 8], S32, 2272392833U); /* 34 */ in Transform() 259 HH (d, a, b, c, in[ 4], S32, 1272893353U); /* 38 */ in Transform() 263 HH (d, a, b, c, in[ 0], S32, 3936430074U); /* 42 */ in Transform() 267 HH (d, a, b, c, in[12], S32, 3873151461U); /* 46 */ in Transform()
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 98 #undef S32 262 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro 271 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 272 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 273 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 274 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
|
H A D | sum-md5.c | 158 #define S32 11 macro 247 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in md5_transform() 251 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in md5_transform() 255 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in md5_transform() 259 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in md5_transform()
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 63 #define S32 11 macro 255 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 259 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 263 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 267 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 293 #define S32 __int32 macro 299 #define S32 int32_t macro 497 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >> in LZ4_NbCommonBytes()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_lz4.c | 118 #define S32 int32_t macro
|
/titanic_41/usr/src/uts/common/io/mr_sas/ |
H A D | fusion.h | 27 #define S32 int macro
|