Home
last modified time | relevance | path

Searched defs:A1 (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-src/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) \ argument
38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
59 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
71 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
83 #define BLAKE2_ROUND(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
96 #define SWAP_HALVES(A0, A1) \ argument
105 #define SWAP_QUARTERS(A0, A1) \ argument
112 #define UNSWAP_QUARTERS(A0, A1) \ argument
119 #define BLAKE2_ROUND_1(A0, C0, B0, D0, A1, C1, B1, D1) \ argument
132 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
H A Dblamka-round-avx2.h12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
68 #define DIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
79 #define DIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
96 #define UNDIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
107 #define UNDIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
124 #define BLAKE2_ROUND_1(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
137 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
H A Dblamka-round-ssse3.h31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
90 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
107 #define BLAKE2_ROUND(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp432 BT::RegisterCell BT::MachineEvaluator::eADD(const RegisterCell &A1, in eADD()
465 BT::RegisterCell BT::MachineEvaluator::eSUB(const RegisterCell &A1, in eSUB()
498 BT::RegisterCell BT::MachineEvaluator::eMLS(const RegisterCell &A1, in eMLS()
508 BT::RegisterCell BT::MachineEvaluator::eMLU(const RegisterCell &A1, in eMLU()
518 BT::RegisterCell BT::MachineEvaluator::eASL(const RegisterCell &A1, in eASL()
527 BT::RegisterCell BT::MachineEvaluator::eLSR(const RegisterCell &A1, in eLSR()
537 BT::RegisterCell BT::MachineEvaluator::eASR(const RegisterCell &A1, in eASR()
548 BT::RegisterCell BT::MachineEvaluator::eAND(const RegisterCell &A1, in eAND()
570 BT::RegisterCell BT::MachineEvaluator::eORL(const RegisterCell &A1, in eORL()
592 BT::RegisterCell BT::MachineEvaluator::eXOR(const RegisterCell &A1, in eXOR()
[all …]
H A DHexagonConstPropagation.cpp1197 bool MachineConstEvaluator::evaluateCMPii(uint32_t Cmp, const APInt &A1, in evaluateCMPii()
1430 bool MachineConstEvaluator::evaluateANDii(const APInt &A1, in evaluateANDii()
1497 bool MachineConstEvaluator::evaluateORii(const APInt &A1, in evaluateORii()
1559 bool MachineConstEvaluator::evaluateXORii(const APInt &A1, in evaluateXORii()
1586 bool MachineConstEvaluator::evaluateZEXTi(const APInt &A1, unsigned Width, in evaluateZEXTi()
1617 bool MachineConstEvaluator::evaluateSEXTi(const APInt &A1, unsigned Width, in evaluateSEXTi()
1682 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi()
1717 bool MachineConstEvaluator::evaluateCTBi(const APInt &A1, bool Zeros, in evaluateCTBi()
1763 bool MachineConstEvaluator::evaluateEXTRACTi(const APInt &A1, unsigned Bits, in evaluateEXTRACTi()
1811 bool MachineConstEvaluator::evaluateSplati(const APInt &A1, unsigned Bits, in evaluateSplati()
[all …]
/freebsd-src/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c29 # define A1(x) ((x) >> 56) macro
31 # define A1 A macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c31 static const void *getMinAddr(const void *A1, const void *A2) { in getMaxAddr() argument
27 getMinAddr(const void * A1,const void * A2) getMinAddr() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp38 ExecutorAddr A1(1), A2(2); in TEST() local
87 ExecutorAddr A0(0), A1(1), A2(2), A3(3); in TEST() local
H A Derror_test.cpp259 Expected<B *> A1(Expected<D *>(nullptr)); in TEST() local
/freebsd-src/lib/msun/bsdsrc/
H A Db_log.c76 A1 = 8.3333333333333329e-02, /* 0x3fb55555, 0x55555555 */ variable
/freebsd-src/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
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument
105 #define VEC8_ROUND_HALFANDHALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, \ argument
124 #define VEC8_ROUND(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, C4, \ argument
/freebsd-src/lib/msun/ld80/
H A Db_logl.c49 #define A1 (a1u.e) macro
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp101 Value *A1 = nullptr; in expandFPToI() local
420 Value *A1 = Builder.CreateLShr(A0, Builder.getIntN(32, 2)); expandIToFP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp444 auto C1 = Builder.buildFMaxNumIEEE(Ty, A1, Src2); in applyExpandPromotedF16FMed3() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { in sameDecl()
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1313 create(Arg1 A1,Arg2 A2,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
1321 create(Arg1 A1,Arg2 A2,Arg3 A3,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
1330 create(Arg1 A1,Arg2 A2,Arg3 A3,Arg4 A4,ProgramStateRef St,const LocationContext * LCtx,CFGBlock::ConstCFGElementRef ElemRef) create() argument
/freebsd-src/crypto/heimdal/kdc/
H A Ddigest.c679 char *A1, *A2; in _kdc_do_digest() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp849 Value *A1 = BO->getOperand(1); InjectTraceForDiv() local
909 Value *A1 = ICMP->getOperand(1); InjectTraceForCmp() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h453 join_items_impl(std::string & Result,Sep Separator,const Arg1 & A1,Args &&...Items) join_items_impl() argument
/freebsd-src/crypto/openssl/test/
H A Dmodes_internal_test.c272 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp352 const uint8_t *A1 = reinterpret_cast<const uint8_t *>(s1); in AddValueForMemcmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1495 APInt A0(Bits, 1, true), A1(Bits, 0, true); in findGCD() local
2111 bool DependenceInfo::symbolicRDIVtest(const SCEV *A1, const SCEV *A2, in symbolicRDIVtest() argument
[all...]
/freebsd-src/contrib/ntp/include/
H A Dmbg_gps166.h836 l_fp A1; ///< +- Clock Correction Coefficient 1 [sec/sec] member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp744 const ChainT *A2, const ChainT *B2) { in mergeChainPairs()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2942 Value *A0, *A1, *V0, *V1; visitFSub() local

12