Searched refs:A1 (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx512f.h17 #define G1_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \
20 A1 = muladd(A1, B1); \
23 D1 = _mm512_xor_si512(D1, A1); \
38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \
41 A1 = muladd(A1, B1); \
44 D1 = _mm512_xor_si512(D1, A1); \
59 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \
71 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B
[all...]
H A Dblamka-round-avx2.h12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \
27 ml = _mm256_mul_epu32(A1, B1); \
29 A1 = _mm256_add_epi64(A1, _mm256_add_epi64(B1, ml)); \
30 D1 = _mm256_xor_si256(D1, A1); \
41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \
55 ml = _mm256_mul_epu32(A1, B1); \
57 A1 = _mm256_add_epi64(A1, _mm256_add_epi64(B1, ml)); \
58 D1 = _mm256_xor_si256(D1, A1); \
[all...]
H A Dblamka-round-ssse3.h31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \
34 A1 = fBlaMka(A1, B1); \
37 D1 = _mm_xor_si128(D1, A1); \
52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \
55 A1 = fBlaMka(A1, B1); \
58 D1 = _mm_xor_si128(D1, A1); \
73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \
90 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h77 template <typename A1>
78 struct MatcherTuple< ::testing::tuple<A1> > {
79 typedef ::testing::tuple<Matcher<A1> > type;
82 template <typename A1, typename A2>
83 struct MatcherTuple< ::testing::tuple<A1, A2> > {
84 typedef ::testing::tuple<Matcher<A1>, Matcher<A2> > type;
87 template <typename A1, typename A2, typename A3>
88 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > {
89 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
92 template <typename A1, typenam
[all...]
/freebsd-12-stable/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c22 # define A1(x) ((x) >> 56) macro
24 # define A1 A macro
40 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc);
65 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c26 static const void *getMinAddr(const void *A1, const void *A2) { argument
27 return A1 < A2 ? A1 : A2;
30 static const void *getMaxAddr(const void *A1, const void *A2) { argument
31 return A1 > A2 ? A1 : A2;
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h97 template <typename A1, typename A2, typename... An>
98 NiceMock(A1&& arg1, A2&& arg2, An&&... args)
99 : MockClass(std::forward<A1>(arg1), std::forward<A2>(arg2),
107 template <typename A1>
108 explicit NiceMock(const A1& a1) : MockClass(a1) {
112 template <typename A1, typename A2>
113 NiceMock(const A1& a1, const A2& a2) : MockClass(a1, a2) {
118 template <typename A1, typename A2, typename A3>
119 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) {
124 template <typename A1, typenam
[all...]
H A Dgmock-generated-function-mockers.h85 template <typename R, typename A1>
86 class FunctionMocker<R(A1)> : public
87 internal::FunctionMockerBase<R(A1)> {
89 typedef R F(A1);
92 MockSpec<F> With(const Matcher<A1>& m1) {
96 R Invoke(A1 a1) {
101 return this->InvokeWith(ArgumentTuple(internal::forward<A1>(a1)));
105 template <typename R, typename A1, typename A2>
106 class FunctionMocker<R(A1, A2)> : public
107 internal::FunctionMockerBase<R(A1, A
[all...]
H A Dgmock-generated-actions.h78 template <typename R, typename A1>
79 class InvokeHelper<R, ::testing::tuple<A1> > {
82 static R Invoke(Function function, const ::testing::tuple<A1>& args) {
89 const ::testing::tuple<A1>& args) {
95 const ::testing::tuple<A1>& args) {
100 template <typename R, typename A1, typename A2>
101 class InvokeHelper<R, ::testing::tuple<A1, A2> > {
104 static R Invoke(Function function, const ::testing::tuple<A1, A2>& args) {
111 const ::testing::tuple<A1, A2>& args) {
117 const ::testing::tuple<A1, A
[all...]
/freebsd-12-stable/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl49 || ZERO A1
52 ||[!B0] CMPLT 0,B4,A1
54 [A1] STB A2,*A4++[2]
56 ||[!B0] CMPLT 2,B4,A1
58 [A1] STB A2,*A4++[2]
60 ||[!B0] CMPLT 4,B4,A1
62 [A1] STB A2,*A4++[2]
64 ||[!B0] CMPLT 6,B4,A1
65 [A1] STB A2,*A4++[2]
75 [B0] CMPLT 0,B0,A1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm125 MV B1,A1
127 || STW A1,*ARG0++(8) ; rp[2*i+1]
139 [B0] ZERO A1 ; carry flag
149 ADDU A1,A9:A8,A1:A0
152 || MV A1,RET ; keep carry flag in RET
173 SUBU B7,A7,A1:A0
174 [A2] SUB A1:A0,1,A1:A0
177 || AND 1,A1,A
[all...]
H A Dx86_64-mont5.pl1096 my @A1=("%r12","%r13");
1348 mov %rax,$A1[0] # a[2]*a[1]+t[3]
1350 mov %rdx,$A1[1]
1358 add $A1[0],$A0[0]
1367 add %rax,$A1[1] # a[3]*a[1]+t[4]
1369 mov %rdx,$A1[0]
1370 adc \$0,$A1[0]
1378 add $A1[1],$A0[1]
1383 add %rax,$A1[0] # a[4]*a[3]+t[5]
1386 mov %rdx,$A1[
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp432 BT::RegisterCell BT::MachineEvaluator::eADD(const RegisterCell &A1,
434 uint16_t W = A1.width();
440 const BitValue &V1 = A1[I];
449 const BitValue &V1 = A1[I];
465 BT::RegisterCell BT::MachineEvaluator::eSUB(const RegisterCell &A1,
467 uint16_t W = A1.width();
473 const BitValue &V1 = A1[I];
482 const BitValue &V1 = A1[I];
498 BT::RegisterCell BT::MachineEvaluator::eMLS(const RegisterCell &A1,
500 uint16_t W = A1
[all...]
H A DBitTracker.h420 RegisterCell eADD(const RegisterCell &A1, const RegisterCell &A2) const;
421 RegisterCell eSUB(const RegisterCell &A1, const RegisterCell &A2) const;
422 RegisterCell eMLS(const RegisterCell &A1, const RegisterCell &A2) const;
423 RegisterCell eMLU(const RegisterCell &A1, const RegisterCell &A2) const;
426 RegisterCell eASL(const RegisterCell &A1, uint16_t Sh) const;
427 RegisterCell eLSR(const RegisterCell &A1, uint16_t Sh) const;
428 RegisterCell eASR(const RegisterCell &A1, uint16_t Sh) const;
431 RegisterCell eAND(const RegisterCell &A1, const RegisterCell &A2) const;
432 RegisterCell eORL(const RegisterCell &A1, const RegisterCell &A2) const;
433 RegisterCell eXOR(const RegisterCell &A1, cons
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h113 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
114 friend AdaptedConstIterator<C1, E1, A1>
116 AdaptedConstIterator<C1, E1, A1> &);
118 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
120 operator-(AdaptedConstIterator<C1, E1, A1> &,
121 AdaptedConstIterator<C1, E1, A1> &);
123 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
124 friend void swap(AdaptedConstIterator<C1, E1, A1> &,
125 AdaptedConstIterator<C1, E1, A1> &);
H A DSharingPtr.h85 template <class A0, class A1>
86 shared_ptr_emplace(A0 &a0, A1 &a1) : data_(a0, a1) {}
88 template <class A0, class A1, class A2>
89 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2) : data_(a0, a1, a2) {}
91 template <class A0, class A1, class A2, class A3>
92 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2, A3 &a3) : data_(a0, a1, a2, a3) {}
94 template <class A0, class A1, class A2, class A3, class A4>
95 shared_ptr_emplace(A0 &a0, A1 &a1, A2 &a2, A3 &a3, A4 &a4)
152 template <class A0, class A1> static SharingPtr<T> make_shared(A0 &, A1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/kdf/
H A Dtls1_prf.c183 unsigned char A1[EVP_MAX_MD_SIZE]; local
206 if (!EVP_DigestSignFinal(ctx, A1, &A1_len))
213 if (!EVP_DigestSignUpdate(ctx, A1, A1_len))
226 /* calc the next A1 value */
227 if (!EVP_DigestSignFinal(ctx_tmp, A1, &A1_len))
231 if (!EVP_DigestSignFinal(ctx, A1, &A1_len))
233 memcpy(out, A1, olen);
243 OPENSSL_cleanse(A1, sizeof(A1));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp232 auto *A1 = dyn_cast<Instruction>(S1->getPointerOperand()); local
233 return A0 && A1 && A0->isIdenticalTo(A1) && A0->hasOneUse() &&
234 (A0->getParent() == S0->getParent()) && A1->hasOneUse() &&
235 (A1->getParent() == S1->getParent()) && isa<GetElementPtrInst>(A0);
247 auto *A1 = dyn_cast<Instruction>(S1->getPointerOperand()); local
264 assert(S1->getParent() == A1->getParent());
273 A1->replaceAllUsesWith(ANew);
274 A1->eraseFromParent();
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddpx2-nat.c41 A0, A1, A2, A3, A4, A5, A6, SP,
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.c157 BIGNUM *A1, *A1_odd, *A3, *check; /* taken from ctx */ local
190 A1 = BN_CTX_get(ctx);
197 /* compute A1 := a - 1 */
198 if (!BN_copy(A1, a) || !BN_sub_word(A1, 1))
204 /* write A1 as A1_odd * 2^k */
206 while (!BN_is_bit_set(A1, k))
208 if (!BN_rshift(A1_odd, A1, k))
223 j = witness(check, a, A1, A1_odd, k, ctx, mont);
/freebsd-12-stable/lib/msun/bsdsrc/
H A Db_log.c90 static double A1 = .08333333333333178827; variable
397 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
457 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp26 static const MCPhysReg O32IntRegs[4] = {Mips::A0, Mips::A1, Mips::A2, Mips::A3};
120 Mips::A0, Mips::A1, Mips::A2, Mips::A3
/freebsd-12-stable/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, \
69 VEC8_LINE1(A1, B1, C1, D1); \
73 VEC8_LINE2(A1, B1, C1, D1); \
77 VEC8_LINE3(A1, B1, C1, D1); \
81 VEC8_LINE4(A1, B1, C1, D1); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \
88 VEC8_LINE1(A1, B1, C1, D1); \
90 VEC8_LINE2(A1, B1, C1, D1); \
92 VEC8_LINE3(A1, B1, C1, D1); \
94 VEC8_LINE4(A1, B
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c152 #define COMMON_OVERLAP(A1,A2) \
153 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_ABSENT) || \
154 A1->tag == UNISVE_ANY || A2->tag == UNISVE_ANY) \
156 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_PRESENT) || \
157 (A2->tag == UNISVE_ABSENT && A1->tag == UNISVE_PRESENT)) \
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl634 [BSZ] LDNDW *INP++,A1:A0
643 SWAP2 A0,A1
644 || SWAP2 A1,A0
646 SWAP4 A1,A1
655 [BSZ] LDNDW *INP++,A1:A0
656 || DEAL A1,A1
659 PACK2 A1,A0,A0
660 || PACKH2 A1,A
[all...]

Completed in 459 milliseconds

1234