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

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DChannels.cpp270 S32 391.25
381 S32 391.25
512 S32 391.25
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c44 #define S32 11 macro
233 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
237 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
241 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
245 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/haiku/src/bin/network/ftpd/
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 */
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c289 #define S32 11 macro
293 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
297 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
301 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
305 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.c123 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
132 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
133 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
134 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
135 #define sigma1_256(x) (S32(1
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5c.c44 #define S32 11 macro
233 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
237 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
241 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
245 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */

Completed in 40 milliseconds