Searched refs:S32 (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/sys/dev/mpr/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;
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_type.h79 typedef int32_t S32; typedef
86 typedef signed int S32; typedef
91 typedef signed long S32; typedef
100 S32 High;
120 typedef S32 *PS32;
/freebsd-9.3-release/sys/dev/mpt/mpilib/
H A Dmpi_type.h82 typedef int32_t S32; typedef
89 typedef signed int S32; typedef
94 typedef signed long S32; typedef
104 S32 High;
122 typedef S32 *PS32;
/freebsd-9.3-release/sys/dev/asr/
H A Di2otypes.h106 S32 HighPart;
119 typedef S32 *PS32;
131 typedef S32 I2O_ARG;
H A Di2omsg.h1258 S32 ActualReading;
1259 S32 MinimumReading;
1260 S32 Low2LowCatThreshold;
1261 S32 LowCat2LowThreshold;
1262 S32 LowWarn2LowThreshold;
1263 S32 Low2LowWarnThreshold;
1264 S32 Norm2LowWarnThreshold;
1265 S32 LowWarn2NormThreshold;
1266 S32 NominalReading;
1267 S32 HiWarn2NormThreshol
[all...]
H A Di2odep.h84 typedef int32_t S32; typedef
/freebsd-9.3-release/contrib/xz/src/liblzma/check/
H A Dcrc_macros.h20 # define S32(x) ((x) << 32) macro
29 # define S32(x) ((x) >> 32) macro
H A Dcrc64_fast.c58 ^ S32(crc)
/freebsd-9.3-release/sys/dev/isci/
H A Denvironment.h53 typedef int32_t S32; typedef
/freebsd-9.3-release/contrib/opie/libopie/
H A Dmd4c.c58 #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 */
H A Dmd5c.c62 #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 */
/freebsd-9.3-release/lib/libmd/
H A Dmd4c.c50 #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 */
H A Dmd5c.c288 #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 */
/freebsd-9.3-release/sys/kern/
H A Dmd4c.c50 #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 */
H A Dmd5c.c291 #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 */
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c157 #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(1
[all...]
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c184 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
193 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
194 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
195 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
196 #define sigma1_256(x) (S32(1
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A Dmd5.c262 #define S32 11 macro
266 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
270 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
274 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
278 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/freebsd-9.3-release/sys/netncp/
H A Dncp_crypt.c157 #define S32 9 macro
233 HH (d, a, b, c, x[ 8], S32); /* 34 */
237 HH (d, a, b, c, x[10], S32); /* 38 */
241 HH (d, a, b, c, x[ 9], S32); /* 42 */
245 HH (d, a, b, c, x[11], S32); /* 46 */
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c343 #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(1
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c343 #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(1
[all...]
/freebsd-9.3-release/contrib/libucl/src/
H A Dxxhash.c103 typedef int32_t S32; typedef
109 typedef signed int S32; typedef
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlz4.c113 #define S32 int32_t macro
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c269 #define S32 int32_t macro
446 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >>
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c100 S32 sci_sas_address_compare(

Completed in 213 milliseconds