/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | executor_address_test.cpp | 38 ExecutorAddr A1(1), A2(2); in TEST() local 87 ExecutorAddr A0(0), A1(1), A2(2), A3(3); in TEST() local
|
H A D | error_test.cpp | 266 Expected<std::unique_ptr<B>> A2(Expected<std::unique_ptr<D>>(nullptr)); in TEST() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u8.h | 67 #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/profile/ |
H A D | InstrProfilingPlatformOther.c | 31 static const void *getMinAddr(const void *A1, const void *A2) { in getMinAddr() 35 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr()
|
/freebsd/lib/msun/bsdsrc/ |
H A D | b_log.c | 77 A2 = 1.2499999999943598e-02, /* 0x3f899999, 0x99991a98 */ variable
|
/freebsd/lib/msun/ld80/ |
H A D | b_logl.c | 50 #define A2 (a2u.e) macro
|
H A D | k_expl.h | 58 A2 = 0.5, variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1145 const APInt &A2, cons in evaluateCMPri() argument 1198 evaluateCMPii(uint32_t Cmp,const APInt & A1,const APInt & A2,bool & Result) evaluateCMPii() argument 1239 evaluateCMPpi(uint32_t Cmp,uint32_t Props,const APInt & A2,bool & Result) evaluateCMPpi() argument 1401 evaluateANDri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateANDri() argument 1431 evaluateANDii(const APInt & A1,const APInt & A2,APInt & Result) evaluateANDii() argument 1468 evaluateORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateORri() argument 1498 evaluateORii(const APInt & A1,const APInt & A2,APInt & Result) evaluateORii() argument 1533 evaluateXORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateXORri() argument 1560 evaluateXORii(const APInt & A1,const APInt & A2,APInt & Result) evaluateXORii() argument 2609 APInt A2 = getCmpImm(Opc, 2, Src2); evaluateHexCompare2() local 2619 APInt A2 = getCmpImm(Opc, 2, Src2); evaluateHexCompare2() local [all...] |
H A D | BitTracker.cpp | 696 const RegisterCell &A2, uint16_t AtN) const { in eINS() argument
|
/freebsd/lib/msun/ld128/ |
H A D | k_expl.h | 68 A2 = 0.5, variable
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringSyntaxChecker.cpp | 38 bool sameDecl(const Expr *A1, const Expr *A2) { in sameDecl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 35 Arena *A2 = Arena::allocateNewArena(2024, A); in TEST() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
|
/freebsd/crypto/heimdal/kdc/ |
H A D | digest.c | 679 char *A1, *A2; in _kdc_do_digest() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1385 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx, in create() 1393 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, in create() 1402 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 424 Value *A2 = Builder.CreateAnd(A1, Builder.getIntN(32, 1)); in expandIToFP() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 671 ge25519_p3 A2; in ge25519_double_scalarmult_vartime() local 905 ge25519_p3 A2; in ge25519_mul_l() local
|
/freebsd/crypto/openssl/test/ |
H A D | modes_internal_test.c | 280 # define A2 A1 macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 353 const uint8_t *A2 = reinterpret_cast<const uint8_t *>(s2); in AddValueForMemcmp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 694 __anon4fceb0470202(const ChainT *A1, const ChainT *B1, const ChainT *A2, const ChainT *B2) mergeChainPairs() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1503 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/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 4551 ge_p3 A2; in ge_double_scalarmult_vartime() local
|