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

/freebsd-11-stable/lib/msun/src/
H A De_sinhl.c74 S23 = 3.8679983530666939e-23, /* 0x17617002b73afc.0p-127 */ variable
117 RETURNI(((((((((((S25*dx2 + S23)*dx2 +
/freebsd-11-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-11-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-11-stable/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-11-stable/sys/kern/
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 */
H A Dmd4c.c47 #define S23 9 macro
210 GG (c, d, a, b, x[ 8], S23); /* 19 */
214 GG (c, d, a, b, x[ 9], S23); /* 23 */
218 GG (c, d, a, b, x[10], S23); /* 27 */
222 GG (c, d, a, b, x[11], S23); /* 31 */
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp58 case AArch64::S23:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp154 {codeview::RegisterId::ARM64_S23, AArch64::S23},
/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.cpp204 {PPC::S23, -72},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1295 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 151 milliseconds