Searched refs:S23 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dpseudo_md5.c76 #define S23 14 macro
189 GG(c, d, a, b, 0, S23, 0x265e5a51); /* 19 */
193 GG(c, d, a, b, x3n, S23, 0xd8a1e681); /* 23 */
197 GG(c, d, a, b, 0, S23, 0xf4d50d87); /* 27 */
201 GG(c, d, a, b, 0, S23, 0x676f02d9); /* 31 */
278 GG(c, d, a, b, x[3], S23, 0x265e5a51); /* 19 */
282 GG(c, d, a, b, x7n, S23, 0xd8a1e681); /* 23 */
286 GG(c, d, a, b, 0, S23, 0xf4d50d87); /* 27 */
290 GG(c, d, a, b, 0, S23, 0x676f02d9); /* 31 */
367 GG(c, d, a, b, x[11], S23,
[all...]
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_md4.c61 #define S23 9 macro
323 GG (c, d, a, b, x[ 8], S23); /* 19 */
327 GG (c, d, a, b, x[ 9], S23); /* 23 */
331 GG (c, d, a, b, x[10], S23); /* 27 */
335 GG (c, d, a, b, x[11], S23); /* 31 */
H A Dapr_md5.c78 #define S23 14 macro
375 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
379 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
383 GG(c, d, a, b, x[3], S23, 0xf4d50d87); /* 27 */
387 GG(c, d, a, b, x[7], S23, 0x676f02d9); /* 31 */
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmd5c.c38 #define S23 14 macro
225 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
229 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
233 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
237 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/freebsd-10.0-release/contrib/opie/libopie/
H A Dmd4c.c55 #define S23 9 macro
200 GG(c, d, a, b, x[8], S23); /* 19 */
204 GG(c, d, a, b, x[9], S23); /* 23 */
208 GG(c, d, a, b, x[10], S23); /* 27 */
212 GG(c, d, a, b, x[11], S23); /* 31 */
H A Dmd5c.c59 #define S23 14 macro
246 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
250 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
254 GG(c, d, a, b, x[3], S23, 0xf4d50d87); /* 27 */
258 GG(c, d, a, b, x[7], S23, 0x676f02d9); /* 31 */
/freebsd-10.0-release/lib/libmd/
H A Dmd4c.c47 #define S23 9 macro
217 GG (c, d, a, b, x[ 8], S23); /* 19 */
221 GG (c, d, a, b, x[ 9], S23); /* 23 */
225 GG (c, d, a, b, x[10], S23); /* 27 */
229 GG (c, d, a, b, x[11], S23); /* 31 */
H A Dmd5c.c267 #define S23 14 macro
271 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
275 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
279 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
283 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/freebsd-10.0-release/sys/kern/
H A Dmd4c.c47 #define S23 9 macro
213 GG (c, d, a, b, x[ 8], S23); /* 19 */
217 GG (c, d, a, b, x[ 9], S23); /* 23 */
221 GG (c, d, a, b, x[10], S23); /* 27 */
225 GG (c, d, a, b, x[11], S23); /* 31 */
H A Dmd5c.c270 #define S23 14 macro
274 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
278 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
282 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
286 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/freebsd-10.0-release/contrib/ipfilter/
H A Dmd5.c246 #define S23 14 macro
250 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
254 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
258 GG ( c, d, a, b, in[ 3], S23, UL(4107603335)); /* 27 */
262 GG ( c, d, a, b, in[ 7], S23, UL(1735328473)); /* 31 */
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp972 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 103 milliseconds