Home
last modified time | relevance | path

Searched refs:C2 (Results 1 – 25 of 233) sorted by relevance

12345678910

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl429 xor $Xlo,$C2,$C2
431 xor $C3,$C2,$C2
433 xor $Xhi,$C2,$C2
437 xor $C0,$C2,$C2
442 xor $Xlo,$C2,$C2
443 xor $C0,$C2,$C2
510 xor $Xlo,$C2,$C2
512 xor $C3,$C2,$C2
514 xor $Xhi,$C2,$C2
518 xor $C0,$C2,$C2
[all …]
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c621 L2 = C2(K, 0); in whirlpool_block()
631 L3 ^= C2(K, 1); in whirlpool_block()
640 L4 ^= C2(K, 2); in whirlpool_block()
649 L5 ^= C2(K, 3); in whirlpool_block()
658 L6 ^= C2(K, 4); in whirlpool_block()
667 L7 ^= C2(K, 5); in whirlpool_block()
676 L0 ^= C2(K, 6); in whirlpool_block()
685 L1 ^= C2(K, 7); in whirlpool_block()
703 L2 ^= C2(S, 0); in whirlpool_block()
712 L3 ^= C2(S, 1); in whirlpool_block()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument
70 VEC8_LINE1(A2, B2, C2, D2); \
74 VEC8_LINE2(A2, B2, C2, D2); \
78 VEC8_LINE3(A2, B2, C2, D2); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument
89 VEC8_LINE1(A2, B2, C2, D2); \
91 VEC8_LINE2(A2, B2, C2, D2); \
93 VEC8_LINE3(A2, B2, C2, D2); \
95 VEC8_LINE4(A2, B2, C2, D2); \
299 t_##C2 = _mm256_permute2x128_si256(x_##C, x_##C2, 0x31); \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp685 return C2; in ConstantFoldBinaryInstruction()
686 if (C2 == Identity) in ConstantFoldBinaryInstruction()
690 if (C2 == Identity) in ConstantFoldBinaryInstruction()
754 if (isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
760 if (isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
767 if (isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
774 return C2; in ConstantFoldBinaryInstruction()
804 return C2; // X * 0 == 0 in ConstantFoldBinaryInstruction()
1247 if (C2->isNullValue()) { in ConstantFoldCompareInstruction()
1262 if (isa<ConstantInt>(C2)) in ConstantFoldCompareInstruction()
[all …]
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c35 ASN1_OCTET_STRING *C2; member
42 ASN1_SIMPLE(SM2_Ciphertext, C2, ASN1_OCTET_STRING),
82 *pt_size = sm2_ctext->C2->length; in ossl_sm2_plaintext_size()
138 ctext_struct.C2 = NULL; in ossl_sm2_encrypt()
234 ctext_struct.C2 = ASN1_OCTET_STRING_new(); in ossl_sm2_encrypt()
236 if (ctext_struct.C3 == NULL || ctext_struct.C2 == NULL) { in ossl_sm2_encrypt()
258 ASN1_OCTET_STRING_free(ctext_struct.C2); in ossl_sm2_encrypt()
288 const uint8_t *C2 = NULL; in ossl_sm2_decrypt() local
312 C2 = sm2_ctext->C2->data; in ossl_sm2_decrypt()
314 msg_len = sm2_ctext->C2->length; in ossl_sm2_decrypt()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1043 static Constant *getXor(Constant *C1, Constant *C2);
1059 static Constant *getNSWAdd(Constant *C1, Constant *C2) {
1060 return getAdd(C1, C2, false, true);
1063 static Constant *getNUWAdd(Constant *C1, Constant *C2) {
1064 return getAdd(C1, C2, true, false);
1068 return getSub(C1, C2, false, true);
1072 return getSub(C1, C2, true, false);
1076 return getMul(C1, C2, false, true);
1080 return getMul(C1, C2, true, false);
1084 return getShl(C1, C2, false, true);
[all …]
/freebsd/lib/msun/src/
H A De_coshl.c47 C2 = 0.5, variable
68 C2 = 0.5, variable
107 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
113 C4)*(x2*x2) + C2*x2 + 1); in coshl()
H A Dk_sincosl.h33 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
68 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
93 C2 = -1.38888888888888888888888888888888834e-03L, variable
127 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 + in __kernel_sincosl()
H A Dk_cosf.c25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
39 r = C2+z*C3; in __kernel_cosdf()
H A Dk_cos.c58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
71 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6)); in __kernel_cos()
H A Dk_sincosf.h25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
38 r = C2 + z * C3; in __kernel_sincosdf()
H A Dk_sincos.h24 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
45 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6)); in __kernel_sincos()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp664 return C1 + C2; in ConstantFoldBinOp()
666 return C1 & C2; in ConstantFoldBinOp()
668 return C1.ashr(C2); in ConstantFoldBinOp()
670 return C1.lshr(C2); in ConstantFoldBinOp()
672 return C1 * C2; in ConstantFoldBinOp()
674 return C1 | C2; in ConstantFoldBinOp()
676 return C1 << C2; in ConstantFoldBinOp()
678 return C1 - C2; in ConstantFoldBinOp()
680 return C1 ^ C2; in ConstantFoldBinOp()
737 C1.mod(C2); in ConstantFoldFPBinOp()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/vs2005/
H A Dwpa_supplicant.sln10 … "wpa_passphrase", "wpa_passphrase\wpa_passphrase.vcproj", "{ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}"
37 {ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}.Debug|Win32.ActiveCfg = Debug|Win32
38 {ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}.Debug|Win32.Build.0 = Debug|Win32
39 {ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}.Release|Win32.ActiveCfg = Release|Win32
40 {ADBE4EA8-F0C5-40C2-AE89-C56D0F2EC1DF}.Release|Win32.Build.0 = Release|Win32
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp77 unsigned C2 = SM.getPresumedColumnNumber(L2, &Invalid); in commentsStartOnSameColumn() local
78 return !Invalid && (C1 == C2); in commentsStartOnSameColumn()
299 const RawComment &C2 = RC; in addComment() local
314 if ((C1.isTrailingComment() == C2.isTrailingComment() || in addComment()
315 (C1.isTrailingComment() && !C2.isTrailingComment() && in addComment()
316 isOrdinaryKind(C2.getKind()) && in addComment()
317 commentsStartOnSameColumn(SourceMgr, C1, C2))) && in addComment()
318 onlyWhitespaceBetween(SourceMgr, C1.getEndLoc(), C2.getBeginLoc(), in addComment()
320 SourceRange MergedRange(C1.getBeginLoc(), C2.getEndLoc()); in addComment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp776 if (match(Y, m_Or(m_Value(Z), m_APInt(C2))) && (*C2 == ~(*C1))) { in checkForNegativeOperand()
779 } else if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && (*C1 == *C2)) { in checkForNegativeOperand()
801 if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && *C1 == (*C2 + 1)) { in checkForNegativeOperand()
825 ConstantInt::get(X->getType(), *C2 + C1->trunc(C2->getBitWidth())); in foldNoWrapAdd()
910 const APInt *C2; in foldAddWithConstant() local
911 if (match(Op0, m_Or(m_Value(), m_APInt(C2))) && *C2 == -*C) in foldAddWithConstant()
928 C2->isMinSignedValue() && C2->sext(Ty->getScalarSizeInBits()) == *C) in foldAddWithConstant()
978 C2 == C3 && *C2 == Ty->getScalarSizeInBits() - 1) { in foldAddWithConstant()
1533 Constant *C1, *C2; in visitAdd() local
2158 Constant *C2; in visitSub() local
[all …]
H A DInstCombineMulDivRem.cpp224 Constant *C1, *C2; in visitMul() local
918 Product = IsSigned ? C1.smul_ov(C2, Overflow) : C1.umul_ov(C2, Overflow); in multiplyOverflows()
928 if (C2.isZero()) in isMultiple()
1055 const APInt *C2; in commonIDivTransforms() local
1056 if (match(Op1, m_APInt(C2))) { in commonIDivTransforms()
1135 if (!C2->isZero()) // avoid X udiv 0 in commonIDivTransforms()
1230 const APInt *C1, *C2; in commonIDivTransforms() local
1238 if (match(A, m_APInt(C1)) && match(B, m_APInt(C2)) && C2->ule(*C1)) in commonIDivTransforms()
1392 const APInt *C1, *C2; in visitUDiv() local
1396 APInt C2ShlC1 = C2->ushl_ov(*C1, Overflow); in visitUDiv()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h108 #define CHECK_IMPL(C1, Op, C2) \ argument
110 if (UNLIKELY(!(C1 Op C2))) { \
111 scudo::reportCheckFailed(__FILE__, __LINE__, #C1 " " #Op " " #C2, \
112 (scudo::u64)C1, (scudo::u64)C2); \
/freebsd/lib/msun/ld80/
H A Dk_cosl.c57 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
70 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7)))))); in __kernel_cosl()
/freebsd/lib/msun/ld128/
H A Dk_cosl.c32 C2 = -1.38888888888888888888888888888888834e-03L, variable
50 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+ in __kernel_cosl()
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c17 #define C2 __exp_data.exp2_poly[1] macro
124 tmp = tail + r * C1 + r2 * C2 + r * r2 * (C3 + r * C4); in exp2()
126 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp2()
/freebsd/contrib/file/magic/Magdir/
H A Dclipper11 # >18 short !074000,004000 C2 R1
19 # >18 short&074000 004000 C2 R1
41 >18 short&074000 004000 C2 R1
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dcospif_2u6.c16 #define C2 0x1.466bc6p1f macro
69 y = fmaf (y, r2, C2); in cospif()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1146 assert((C2 > 0 && C2 < XLen) && "Unexpected shift amount!"); in Select()
1172 if (C2 < Leading) { in Select()
1186 if (C2 >= 32 && (Leading - C2) == 1 && N0.hasOneUse() && in Select()
1207 const unsigned Lsb = C2; in Select()
1236 if (C2 + Leading < XLen && in Select()
1237 C1 == (maskTrailingOnes<uint64_t>(XLen - (C2 + Leading)) << C2)) { in Select()
1266 if (Leading == C2 && C2 + Trailing < XLen && OneUseOrZExtW && in Select()
1286 if (Leading > 32 && (Leading - 32) == C2 && C2 + Trailing < 32 && in Select()
1315 if (C2 < Trailing && Leading + C2 == 32 && OneUseOrZExtW && !IsCANDI) { in Select()
1364 if (!isMask_64(C2)) in Select()
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl44 $ym = pack(C2, @_[5,4]);
52 $ym = pack(C2, @_[5,4]);

12345678910