Symbol: S32
sbin/hammer2/lz4/hammer2_lz4.c
304
return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27];
sys/crypto/sha2/sha2.c
195
#define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
sys/crypto/sha2/sha2.c
196
#define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
sys/crypto/sha2/sha2.c
197
#define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
sys/crypto/sha2/sha2.c
198
#define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
sys/dev/disk/mpt/mpilib/mpi_type.h
104
S32 High;
sys/dev/disk/mpt/mpilib/mpi_type.h
122
typedef S32 *PS32;
sys/dev/raid/asr/i2omsg.h
1251
S32 ActualReading;
sys/dev/raid/asr/i2omsg.h
1252
S32 MinimumReading;
sys/dev/raid/asr/i2omsg.h
1253
S32 Low2LowCatThreshold;
sys/dev/raid/asr/i2omsg.h
1254
S32 LowCat2LowThreshold;
sys/dev/raid/asr/i2omsg.h
1255
S32 LowWarn2LowThreshold;
sys/dev/raid/asr/i2omsg.h
1256
S32 Low2LowWarnThreshold;
sys/dev/raid/asr/i2omsg.h
1257
S32 Norm2LowWarnThreshold;
sys/dev/raid/asr/i2omsg.h
1258
S32 LowWarn2NormThreshold;
sys/dev/raid/asr/i2omsg.h
1259
S32 NominalReading;
sys/dev/raid/asr/i2omsg.h
1260
S32 HiWarn2NormThreshold;
sys/dev/raid/asr/i2omsg.h
1261
S32 Norm2HiWarnThreshold;
sys/dev/raid/asr/i2omsg.h
1262
S32 High2HiWarnThreshold;
sys/dev/raid/asr/i2omsg.h
1263
S32 HiWarn2HighThreshold;
sys/dev/raid/asr/i2omsg.h
1264
S32 HiCat2HighThreshold;
sys/dev/raid/asr/i2omsg.h
1265
S32 Hi2HiCatThreshold;
sys/dev/raid/asr/i2omsg.h
1266
S32 MaximumReading;
sys/dev/raid/asr/i2otypes.h
111
typedef S32 *PS32;
sys/dev/raid/asr/i2otypes.h
123
typedef S32 I2O_ARG;
sys/dev/raid/asr/i2otypes.h
98
S32 HighPart;
sys/dev/raid/mpr/mpi/mpi2_type.h
107
S32 High;
sys/dev/raid/mpr/mpi/mpi2_type.h
127
typedef S32 *PS32;
sys/dev/raid/mps/mpi/mpi2_type.h
100
S32 High;
sys/dev/raid/mps/mpi/mpi2_type.h
120
typedef S32 *PS32;
sys/kern/md4c.c
227
HH (d, a, b, c, x[ 8], S32); /* 34 */
sys/kern/md4c.c
231
HH (d, a, b, c, x[10], S32); /* 38 */
sys/kern/md4c.c
235
HH (d, a, b, c, x[ 9], S32); /* 42 */
sys/kern/md4c.c
239
HH (d, a, b, c, x[11], S32); /* 46 */
sys/kern/md5c.c
288
HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
sys/kern/md5c.c
292
HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
sys/kern/md5c.c
296
HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
sys/kern/md5c.c
300
HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
sys/vfs/hammer2/hammer2_lz4.c
307
return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27];
usr.sbin/makefs/hammer2/hammer2_lz4.c
309
return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27];