/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/ |
H A D | mpi2_type.h | 82 typedef int32_t S32; typedef 89 typedef signed int S32; typedef 94 typedef signed long S32; typedef 103 S32 High; 123 typedef S32 *PS32;
|
/illumos-gate/usr/src/uts/common/io/bnx/include/ |
H A D | bcmtype.h | 110 typedef s32_t S32; typedef 160 typedef signed int S32; typedef 178 typedef signed int S32; typedef 188 typedef signed long S32; typedef 199 typedef signed long S32; typedef 216 typedef S32 s32_t; 227 typedef S32 s32;
|
/illumos-gate/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;
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_sis.c | 62 S32(s, sis_driver_scratch, mode); in sis_write_scratch() 71 S32(s, sis_host_to_ctrl_doorbell, SIS_REENABLE_SIS_MODE); in sis_reenable_mode() 191 S32(s, sis_mailbox[0], cmd); in sis_send_sync_cmd() 198 S32(s, sis_mailbox[i], params->mailbox[i]); in sis_send_sync_cmd() 201 S32(s, sis_ctrl_to_host_doorbell_clear, in sis_send_sync_cmd() 205 S32(s, sis_interrupt_mask, ~0); in sis_send_sync_cmd() 214 S32(s, sis_host_to_ctrl_doorbell, SIS_CMD_READY); in sis_send_sync_cmd()
|
H A D | smartpqi_hw.c | 319 S32(s, sis_host_to_ctrl_doorbell, db); in pqi_disable_intr() 326 S32(s, sis_host_to_ctrl_doorbell, old_state); in pqi_enable_intr()
|
H A D | smartpqi.h | 149 #define S32(state, __reg__, val) \ macro
|
H A D | smartpqi_init.c | 417 S32(s, pqi_registers.admin_queue_params, val); in pqi_create_admin_queues() 1988 S32(s, pqi_registers.device_reset, val); in pqi_hba_reset()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha2.c | 80 #undef S32 244 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro 253 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 254 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 255 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 256 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
|
H A D | sum-md5.c | 139 #define S32 11 macro 228 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in md5_transform() 232 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in md5_transform() 236 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in md5_transform() 240 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in md5_transform()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 249 #define S32 11 in Transform() macro 253 HH (d, a, b, c, in[ 8], S32, 2272392833U); /* 34 */ in Transform() 257 HH (d, a, b, c, in[ 4], S32, 1272893353U); /* 38 */ in Transform() 261 HH (d, a, b, c, in[ 0], S32, 3936430074U); /* 42 */ in Transform() 265 HH (d, a, b, c, in[12], S32, 3873151461U); /* 46 */ in Transform()
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 62 #define S32 11 macro 254 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 258 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 262 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 266 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
/illumos-gate/usr/src/common/lz4/ |
H A D | lz4.c | 327 #define S32 __int32 macro 333 #define S32 int32_t macro 531 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >> in LZ4_NbCommonBytes()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_lz4.c | 118 #define S32 int32_t macro
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | fusion.h | 27 #define S32 int macro
|