| /freebsd/lib/msun/src/ |
| H A D | e_sinhl.c | 51 S13 = 1.6059042748655297e-10, /* 0x161245fa910697.0p-85 */ variable 65 S13 = 1.60590438368216146368737762431552702e-10L, /* 0x16124613a86d098059c7620850fc2.0p-145L */ variable 110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl() 116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 1125 int64_t s13; in sc25519_muladd() local 1181 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + in sc25519_muladd() 1216 s13 += carry12; in sc25519_muladd() 1252 carry13 = (s13 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd() 1254 s13 -= carry13 * ((uint64_t) 1L << 21); in sc25519_muladd() 1270 s13 += s23 * 654183; in sc25519_muladd() 1278 s13 -= s22 * 997805; in sc25519_muladd() 1286 s13 += s21 * 136657; in sc25519_muladd() 1294 s13 -= s20 * 683901; in sc25519_muladd() 1320 s13 += carry12; in sc25519_muladd() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | divsf3vfp.S | 25 vdiv.f32 s13, s14, s15 26 vmov r0, s13 // move result back to r0
|
| H A D | mulsf3vfp.S | 25 vmul.f32 s13, s14, s15 27 vmov r0, s13 // move result back to r0
|
| /freebsd/sys/crypto/ |
| H A D | md4c.c | 46 #define S13 11 macro 195 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform() 199 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform() 203 FF (c, d, a, b, x[10], S13); /* 11 */ in MD4Transform() 207 FF (c, d, a, b, x[14], S13); /* 15 */ in MD4Transform()
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/md5/ |
| H A D | md5.c | 253 #define S13 17 in Transform() macro 257 FF ( c, d, a, b, in[ 2], S13, 606105819UL); /* 3 */ in Transform() 261 FF ( c, d, a, b, in[ 6], S13, 2821735955UL); /* 7 */ in Transform() 265 FF ( c, d, a, b, in[10], S13, 4294925233UL); /* 11 */ in Transform() 269 FF ( c, d, a, b, in[14], S13, 2792965006UL); /* 15 */ in Transform()
|
| /freebsd/sbin/ipf/ipftest/ |
| H A D | md5.c | 206 #define S13 17 in Transform() macro 210 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform() 214 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform() 218 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */ in Transform() 222 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */ in Transform()
|
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | edwards25519.c | 1065 int64_t s13 = 2097151 & (load_3(s + 34) >> 1); in x25519_sc_reduce() local 1096 s13 += s23 * 654183; in x25519_sc_reduce() 1105 s13 -= s22 * 997805; in x25519_sc_reduce() 1114 s13 += s21 * 136657; in x25519_sc_reduce() 1123 s13 -= s20 * 683901; in x25519_sc_reduce() 1152 s13 += carry12; in x25519_sc_reduce() 1170 carry13 = (s13 + (1 << 20)) >> 21; in x25519_sc_reduce() 1172 s13 -= int64_lshift21(carry13); in x25519_sc_reduce() 1209 s1 += s13 * 666643; in x25519_sc_reduce() 1210 s2 += s13 * 470296; in x25519_sc_reduce() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 80 S9, S10, S11, S12, S13, S14, S15]>>, 100 S9, S10, S11, S12, S13, S14, S15]>>, 228 S9, S10, S11, S12, S13, S14, S15]>>, 248 S9, S10, S11, S12, S13, S14, S15]>>,
|
| H A D | ARMRegisterInfo.td | 108 def S12 : ARMFReg<12, "s12">; def S13 : ARMFReg<13, "s13">; 127 def D6 : ARMReg< 6, "d6", [S12, S13]>, DwarfRegNum<[262]>;
|
| H A D | ARMCallingConv.cpp | 158 ARM::S12, ARM::S13, ARM::S14, ARM::S15 };
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | root-ml-dsa-44-cert.pem | 35 S13/bqmeyjAkW7u53wK4syHaffZPBABbSvji9ZkxTEj53dSy8sQu/7LGwHDOcrn9
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 4635 int64_t s13 = kBottom21Bits & (load_3(s + 34) >> 1); in x25519_sc_reduce() local 4666 s13 += s23 * 654183; in x25519_sc_reduce() 4675 s13 -= s22 * 997805; in x25519_sc_reduce() 4684 s13 += s21 * 136657; in x25519_sc_reduce() 4693 s13 -= s20 * 683901; in x25519_sc_reduce() 4722 s13 += carry12; in x25519_sc_reduce() 4740 carry13 = (s13 + (1 << 20)) >> 21; in x25519_sc_reduce() 4742 s13 -= carry13 * (1 << 21); in x25519_sc_reduce() 4779 s1 += s13 * 666643; in x25519_sc_reduce() 4780 s2 += s13 * 470296; in x25519_sc_reduce() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 250 // lea %s13, NumBytes@lo in emitSPAdjustment() 251 // and %s13, %s13, (32)0 in emitSPAdjustment() 252 // lea.sl %sp, NumBytes@hi(%s13, %sp) in emitSPAdjustment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.td | 302 def S13 : Rs<13, "s13">, DwarfRegNum<[157]>; 380 def S13_12 : Rss<12, "s13:12", [S12, S13]>, DwarfRegNum<[156]>; 600 S11, S12, S13, S14, S15,
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_KDF-TLS13_KDF.7 | 76 "TLS13\-KDF" is the name for this implementation; it
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | qcom,rpmh-regulator.txt | 83 - vdd-s13-supply
|
| H A D | qcom,smd-rpm-regulator.yaml | 65 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
|
| H A D | qcom,smd-rpm-regulator.txt | 263 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2, l3, l4,
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | VE.h | 105 {{"s13"}, "sx13"}, in getGCCRegAliases()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 691 InstARC<2, (outs), (ins btargetS13:$s13), "bl_s\t$s13", []> { 695 bits<13> s13; 696 let Inst{10-0} = s13{12-2}; 697 let s13{1-0} = 0b00;
|
| /freebsd/crypto/openssl/doc/images/ |
| H A D | openssl.svg | 14 …,14.1c-12.17,0-22.08,9.9-22.08,22.08v39.79h9.08v-39.79c0-7.17,5.83-13,13-13s13,5.83,13,13-5.83,13-…
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-smb.c | 542 …sk=[s11]\nSrv1=[B]\nDirIndex=[u]\nSrv2=[w]\nRes2=[W]\nAttrib=[a]\nTime=[T1]Size=[U]\nName=[s13]\n", 698 …sk=[s11]\nSrv1=[B]\nDirIndex=[u]\nSrv2=[w]\nRes2=[W]\nAttrib=[a]\nTime=[T1]Size=[U]\nName=[s13]\n", 705 …sk=[s11]\nSrv1=[B]\nDirIndex=[u]\nSrv2=[w]\nRes2=[W]\nAttrib=[a]\nTime=[T1]Size=[U]\nName=[s13]\n", 712 …sk=[s11]\nSrv1=[B]\nDirIndex=[u]\nSrv2=[w]\nRes2=[W]\nAttrib=[a]\nTime=[T1]Size=[U]\nName=[s13]\n",
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm845-samsung-starqltechn.dts | 92 vdd-s13-supply = <&vph_pwr>;
|
| /freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | qi_lb60.dts | 130 <MATRIX_KEY(1, 3, KEY_R)>, /* S13 */
|