HomeSort by: relevance | last modified time | path
    Searched defs:S32 (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libc/md/
md4c.c 75 #define S32 9
268 HH (d, a, b, c, x[ 8], S32); /* 34 */
272 HH (d, a, b, c, x[10], S32); /* 38 */
276 HH (d, a, b, c, x[ 9], S32); /* 42 */
280 HH (d, a, b, c, x[11], S32); /* 46 */
md5c.c 72 #define S32 11
314 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
318 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
322 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
326 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
  /src/common/lib/libc/hash/sha2/
sha2.c 103 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b))))
112 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
113 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
114 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
115 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x))
    [all...]
  /src/sys/dev/ic/
mpt_mpilib.h 72 typedef int32_t S32;
82 typedef signed int S32;
87 typedef signed long S32;
97 S32 High;
115 typedef S32 *PS32;

Completed in 47 milliseconds