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

/freebsd-11-stable/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-stable/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-stable/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-stable/sys/kern/
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 */
H A Dmd4c.c48 #define S24 13 macro
211 GG (b, c, d, a, x[12], S24); /* 20 */
215 GG (b, c, d, a, x[13], S24); /* 24 */
219 GG (b, c, d, a, x[14], S24); /* 28 */
223 GG (b, c, d, a, x[15], S24); /* 32 */
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c238 #define S24 20 macro
242 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
246 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 */
250 GG ( b, c, d, a, in[ 8], S24, UL(1163531501)); /* 28 */
254 GG ( b, c, d, a, in[12], S24, UL(2368359562)); /* 32 */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp108 case AArch64::S24:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp155 {codeview::RegisterId::ARM64_S24, AArch64::S24},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp359 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp203 {PPC::S24, -64},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1296 ARM::S24, ARM::S25, ARM::S26, ARM::S27,

Completed in 247 milliseconds