Searched defs:S32 (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_type.h78 typedef int32_t S32; typedef
85 typedef signed int S32; typedef
90 typedef signed long S32; typedef
99 S32 High;
119 typedef S32 *PS32;
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c251 #define S32 11 macro
255 HH (d, a, b, c, in[ 8], S32, 2272392833U); /* 34 */
259 HH (d, a, b, c, in[ 4], S32, 1272893353U); /* 38 */
263 HH (d, a, b, c, in[ 0], S32, 3936430074U); /* 42 */
267 HH (d, a, b, c, in[12], S32, 3873151461U); /* 46 */
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c63 #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 */
/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 */
241 HH(d, a, b, c, x[10], S32); /* 38 */
245 HH(d, a, b, c, x[ 9], S32); /* 42 */
249 HH(d, a, b, c, x[11], S32); /* 46 */
/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/lib/libsum/common/
H A Dsum-md5.c158 #define S32 11 macro
247 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
251 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
255 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
259 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
H A Dsum-sha2.c98 #undef S32 macro
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(1
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c118 #define S32 int32_t macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c125 #define S32 int32_t macro
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c276 #define S32 __int32 macro
282 #define S32 int32_t macro
480 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >>
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c293 #define S32 __int32 macro
299 #define S32 int32_t macro
497 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >>
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dfusion.h27 #define S32 int macro

Completed in 137 milliseconds