Home
last modified time | relevance | path

Searched defs:A2 (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c27 static const void *getMinAddr(const void *A1, const void *A2) { in getMinAddr()
31 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr()
/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
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
290 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
/freebsd/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.cpp266 Expected<std::unique_ptr<B>> A2(Expected<std::unique_ptr<D>>(nullptr)); in TEST() local
/freebsd/lib/msun/bsdsrc/
H A Db_log.c77 A2 = 1.2499999999943598e-02, /* 0x3f899999, 0x99991a98 */ variable
/freebsd/lib/msun/ld80/
H A Db_logl.c50 #define A2 (a2u.e) macro
H A Dk_expl.h58 A2 = 0.5, variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1145 const APInt &A2, const CellMap &Inputs, bool &Result) { in evaluateCMPri()
1198 const APInt &A2, bool &Result) { in evaluateCMPii()
1239 const APInt &A2, bool &Result) { in evaluateCMPpi()
1401 const APInt &A2, const CellMap &Inputs, LatticeCell &Result) { in evaluateANDri()
1431 const APInt &A2, APInt &Result) { in evaluateANDii()
1468 const APInt &A2, const CellMap &Inputs, LatticeCell &Result) { in evaluateORri()
1498 const APInt &A2, APInt &Result) { in evaluateORii()
1533 const APInt &A2, const CellMap &Inputs, LatticeCell &Result) { in evaluateXORri()
1560 const APInt &A2, APInt &Result) { in evaluateXORii()
2609 APInt A2 = getCmpImm(Opc, 2, Src2); in evaluateHexCompare2() local
[all …]
H A DBitTracker.cpp696 const RegisterCell &A2, uint16_t AtN) const { in eINS() argument
/freebsd/lib/msun/ld128/
H A Dk_expl.h68 A2 = 0.5, variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { in sameDecl()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1313 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx, in create()
1321 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, in create()
1330 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create()
/freebsd/crypto/heimdal/kdc/
H A Ddigest.c679 char *A1, *A2; in _kdc_do_digest() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp421 Value *A2 = Builder.CreateAnd(A1, Builder.getIntN(32, 1)); in expandIToFP() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c671 ge25519_p3 A2; in ge25519_double_scalarmult_vartime() local
905 ge25519_p3 A2; in ge25519_mul_l() local
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c280 # define A2 A1 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp353 const uint8_t *A2 = reinterpret_cast<const uint8_t *>(s2); in AddValueForMemcmp() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1503 APInt A2 = A0 - Q*A1; A0 = A1; A1 = A2; in findGCD() local
2111 bool DependenceInfo::symbolicRDIVtest(const SCEV *A1, const SCEV *A2, in symbolicRDIVtest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp744 const ChainT *A2, const ChainT *B2) { in mergeChainPairs()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4551 ge_p3 A2; in ge_double_scalarmult_vartime() local