Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_type.h82 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/bnxe/577xx/include/
H A Dbcmtype.h128 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/bnx/include/
H A Dbcmtype.h110 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/scsi/adapters/smartpqi/
H A Dsmartpqi_sis.c62 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 Dsmartpqi_hw.c319 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 Dsmartpqi.h149 #define S32(state, __reg__, val) \ macro
H A Dsmartpqi_init.c417 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 Dmd4.c57 #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 Dsum-sha2.c80 #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 Dsum-md5.c139 #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 Dmd5.c249 #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 Dmd5.c62 #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 Dlz4.c327 #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 Dzfs_lz4.c118 #define S32 int32_t macro
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dfusion.h27 #define S32 int macro