Searched refs:S22 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/apr-32/apr-util/apr-util/crypto/
H A Dapr_md4.c60 #define S22 5 macro
322 GG (d, a, b, c, x[ 4], S22); /* 18 */
326 GG (d, a, b, c, x[ 5], S22); /* 22 */
330 GG (d, a, b, c, x[ 6], S22); /* 26 */
334 GG (d, a, b, c, x[ 7], S22); /* 30 */
H A Dapr_md5.c77 #define S22 9 macro
374 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
378 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
382 GG(d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
386 GG(d, a, b, c, x[2], S22, 0xfcefa3f8); /* 30 */
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmd4.c47 #define S22 5 macro
203 GG (d, a, b, c, x[ 4], S22); /* 18 */
207 GG (d, a, b, c, x[ 5], S22); /* 22 */
211 GG (d, a, b, c, x[ 6], S22); /* 26 */
215 GG (d, a, b, c, x[ 7], S22); /* 30 */
H A Dmd5.c209 #define S22 9 macro
371 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
375 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
379 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
383 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dmd4c.c44 #define S22 5 macro
203 GG (d, a, b, c, x[ 4], S22); /* 18 */
207 GG (d, a, b, c, x[ 5], S22); /* 22 */
211 GG (d, a, b, c, x[ 6], S22); /* 26 */
215 GG (d, a, b, c, x[ 7], S22); /* 30 */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4.c34 #define S22 5 macro
198 GG (d, a, b, c, x[ 4], S22); /* 18 */
202 GG (d, a, b, c, x[ 5], S22); /* 22 */
206 GG (d, a, b, c, x[ 6], S22); /* 26 */
210 GG (d, a, b, c, x[ 7], S22); /* 30 */
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-md5.c135 #define S22 9 macro
210 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
214 GG (d, a, b, c, x[10], S22, 0x02441453); /* 22 */
218 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
222 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dmd5.c45 #define S22 9 macro
213 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
217 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
221 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
225 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dmd5.c45 #define S22 9 macro
217 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
221 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
225 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
229 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dmd5.c255 #define S22 9 macro
259 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
263 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
267 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
271 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5.c224 #define S22 9 macro
228 GG ( d, a, b, c, in[ 6], S22, 0xC040B340L); /* 18 */
232 GG ( d, a, b, c, in[10], S22, 0x02441453L); /* 22 */
236 GG ( d, a, b, c, in[14], S22, 0xC33707D6L); /* 26 */
240 GG ( d, a, b, c, in[ 2], S22, 0xFCEFA3F8L); /* 30 */
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/md5/
H A Dmd5.c224 #define S22 9 macro
228 GG ( d, a, b, c, in[ 6], S22, 0xC040B340L); /* 18 */
232 GG ( d, a, b, c, in[10], S22, 0x02441453L); /* 22 */
236 GG ( d, a, b, c, in[14], S22, 0xC33707D6L); /* 26 */
240 GG ( d, a, b, c, in[ 2], S22, 0xFCEFA3F8L); /* 30 */
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp622 case ARM::S23: return ARM::S22;
675 case ARM::S22: return ARM::S23;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp985 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 246 milliseconds