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

/freebsd-11.0-release/contrib/opie/libopie/
H A Dmd4c.c56 #define S24 13 macro
201 GG(b, c, d, a, x[12], S24); /* 20 */
205 GG(b, c, d, a, x[13], S24); /* 24 */
209 GG(b, c, d, a, x[14], S24); /* 28 */
213 GG(b, c, d, a, x[15], S24); /* 32 */
H A Dmd5c.c60 #define S24 20 macro
247 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
251 GG(b, c, d, a, x[4], S24, 0xe7d3fbc8); /* 24 */
255 GG(b, c, d, a, x[8], S24, 0x455a14ed); /* 28 */
259 GG(b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_md4.c62 #define S24 13 macro
324 GG (b, c, d, a, x[12], S24); /* 20 */
328 GG (b, c, d, a, x[13], S24); /* 24 */
332 GG (b, c, d, a, x[14], S24); /* 28 */
336 GG (b, c, d, a, x[15], S24); /* 32 */
H A Dapr_md5.c79 #define S24 20 macro
376 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
380 GG(b, c, d, a, x[4], S24, 0xe7d3fbc8); /* 24 */
384 GG(b, c, d, a, x[8], S24, 0x455a14ed); /* 28 */
388 GG(b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
/freebsd-11.0-release/sys/kern/
H A Dmd4c.c48 #define S24 13 macro
212 GG (b, c, d, a, x[12], S24); /* 20 */
216 GG (b, c, d, a, x[13], S24); /* 24 */
220 GG (b, c, d, a, x[14], S24); /* 28 */
224 GG (b, c, d, a, x[15], S24); /* 32 */
H A Dmd5c.c269 #define S24 20 macro
273 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
277 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
281 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
285 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
/freebsd-11.0-release/lib/libmd/
H A Dmd4c.c48 #define S24 13 macro
218 GG (b, c, d, a, x[12], S24); /* 20 */
222 GG (b, c, d, a, x[13], S24); /* 24 */
226 GG (b, c, d, a, x[14], S24); /* 28 */
230 GG (b, c, d, a, x[15], S24); /* 32 */
H A Dmd5c.c268 #define S24 20 macro
272 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
276 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
280 GG (b, c, d, a, x[ 8], S24, 0x455a14ed); /* 28 */
284 GG (b, c, d, a, x[12], S24, 0x8d2a4c8a); /* 32 */
/freebsd-11.0-release/contrib/ipfilter/
H A Dmd5.c247 #define S24 20 macro
251 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
255 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */
259 GG ( b, c, d, a, in[ 8], S24, UL(1163531501)); /* 28 */
263 GG ( b, c, d, a, in[12], S24, UL(2368359562)); /* 32 */
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp109 case AArch64::S24:
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp310 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp987 ARM::S24, ARM::S25, ARM::S26, ARM::S27,

Completed in 129 milliseconds