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

/freebsd-12-stable/lib/msun/src/
H A De_sinhl.c74 S23 = 3.8679983530666939e-23, /* 0x17617002b73afc.0p-127 */ variable
117 RETURNI(((((((((((S25*dx2 + S23)*dx2 +
/freebsd-12-stable/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-12-stable/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-12-stable/sys/kern/
H A Dmd4c.c49 #define S23 9 macro
212 GG (c, d, a, b, x[ 8], S23); /* 19 */
216 GG (c, d, a, b, x[ 9], S23); /* 23 */
220 GG (c, d, a, b, x[10], S23); /* 27 */
224 GG (c, d, a, b, x[11], S23); /* 31 */
H A Dmd5c.c268 #define S23 14 macro
272 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
276 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
280 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
284 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/freebsd-12-stable/lib/libmd/
H A Dmd4c.c50 #define S23 9 macro
220 GG (c, d, a, b, x[ 8], S23); /* 19 */
224 GG (c, d, a, b, x[ 9], S23); /* 23 */
228 GG (c, d, a, b, x[10], S23); /* 27 */
232 GG (c, d, a, b, x[11], S23); /* 31 */
H A Dmd5c.c260 #define S23 14 macro
264 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
268 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
272 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */
276 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
/freebsd-12-stable/contrib/ipfilter/
H A Dmd5.c237 #define S23 14 macro
241 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
245 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
249 GG ( c, d, a, b, in[ 3], S23, UL(4107603335)); /* 27 */
253 GG ( c, d, a, b, in[ 7], S23, UL(1735328473)); /* 31 */
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c211 xmmi R20, R21, R22, R23, R24, S21, S22, S23, S24; local
283 S23 = _mm_mul_epu32(R23, FIVE);
422 T14 = S23;
549 T14 = S23;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp58 case AArch64::S23:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp154 {codeview::RegisterId::ARM64_S23, AArch64::S23},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp359 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp204 {PPC::S23, -72},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1295 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 130 milliseconds