Home
last modified time | relevance | path

Searched defs:RR (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_ppc.c20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
H A Decp_nistz256.c1305 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local
/third_party/openssl/crypto/ec/
H A Decp_ppc.c20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
H A Decp_nistz256.c1305 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp72 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
/third_party/mbedtls/library/
H A Dbignum_mod.c96 mbedtls_mpi RR; in set_mont_const_square() local
H A Dbignum_mod_raw.c157 mbedtls_mpi_mod_raw_inv_prime(mbedtls_mpi_uint *X, const mbedtls_mpi_uint *A, const mbedtls_mpi_uint *N, size_t AN_limbs, const mbedtls_mpi_uint *RR, mbedtls_mpi_uint *T) mbedtls_mpi_mod_raw_inv_prime() argument
H A Dbignum_core.c722 exp_mod_precompute_window(const mbedtls_mpi_uint *A, const mbedtls_mpi_uint *N, size_t AN_limbs, mbedtls_mpi_uint mm, const mbedtls_mpi_uint *RR, size_t welem, mbedtls_mpi_uint *Wtable, mbedtls_mpi_uint *temp) exp_mod_precompute_window() argument
761 mbedtls_mpi_core_exp_mod(mbedtls_mpi_uint *X, const mbedtls_mpi_uint *A, const mbedtls_mpi_uint *N, size_t AN_limbs, const mbedtls_mpi_uint *E, size_t E_limbs, const mbedtls_mpi_uint *RR, mbedtls_mpi_uint *T) mbedtls_mpi_core_exp_mod() argument
H A Dbignum.c1649 mbedtls_mpi RR; in mbedtls_mpi_exp_mod() local
2038 mbedtls_mpi W, R, T, A, RR; in mpi_miller_rabin() local
[all...]
H A Decp.c2178 mbedtls_ecp_point *RR = R; in ecp_mul_comb_after_precomp() local
H A Drsa.c1355 mbedtls_mpi RR, M_T; in rsa_unblind() local
/third_party/ffmpeg/libavutil/
H A Dtwofish.c31 #define RR(x, n) ((x) >> (n) | (x) << (32 - (n))) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp194 void ResourceManager::use(const ResourceRef &RR) { in use() argument
224 release(const ResourceRef &RR) release() argument
330 const ResourceRef &RR = BR.first; cycleEvent() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.cpp162 bool PhysicalRegisterInfo::aliasRM(RegisterRef RR, RegisterRef RM) const { in aliasRM() argument
225 mapTo(RegisterRef RR, unsigned R) const mapTo() argument
268 insert(RegisterRef RR) insert() argument
287 intersect(RegisterRef RR) intersect() argument
296 clear(RegisterRef RR) clear() argument
[all...]
H A DHexagonOptAddrMode.cpp170 RegisterRef RR = UA.Addr->getRegRef(*DFG); in canRemoveAddasl() local
292 RegisterRef RR = UA.Addr->getRegRef(*DFG); in isSafeToExtLR() local
H A DRDFLiveness.cpp145 RegisterRef RR = TA.Addr->getRegRef(DFG); in getAllReachingDefs() local
672 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef(DFG); in computePhiInfo() local
1076 RegisterRef RR = PRI.normalize(UA.Addr->getRegRef(DFG)); in traverse() local
H A DHexagonExpandCondsets.cpp294 addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec) addRefToMap() argument
304 isRefInMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec) isRefInMap() argument
768 RegisterRef RR = Op; getReachingDefForPred() local
802 RegisterRef RR = Op; canMoveOver() local
1002 RegisterRef RR = Op; predicate() local
1094 isIntReg(RegisterRef RR, unsigned &BW) isIntReg() argument
[all...]
H A DRDFGraph.cpp418 void RefNode::setRegRef(RegisterRef RR, DataFlowGraph &G) { in setRegRef() argument
907 RegisterRef RR = *I; in build() local
813 newPhiUse(NodeAddr<PhiNode*> Owner, RegisterRef RR, NodeAddr<BlockNode*> PredB, uint16_t Flags) newPhiUse() argument
829 newDef(NodeAddr<InstrNode*> Owner, RegisterRef RR, uint16_t Flags) newDef() argument
1054 RegisterRef RR = PDA.Addr->getRegRef(*this); pushClobbers() local
1100 RegisterRef RR = PDA.Addr->getRegRef(*this); pushDefs() local
1180 RegisterRef RR = RA.Addr->getRegRef(*this); getNextRelated() local
1342 RegisterRef RR = makeRegRef(Op); buildStmt() local
1490 RegisterRef RR = MaxRefs[ClosureIdx[X]]; buildPhis() local
1498 RegisterRef RR = MaxRefs[ClosureIdx[X]]; buildPhis() local
1621 RegisterRef RR = RA.Addr->getRegRef(*this); linkStmtRefs() local
1710 RegisterRef RR = PUA.Addr->getRegRef(*this); linkBlockRefs() local
[all...]
H A DRDFGraph.h887 getNextRef(RegisterRef RR, Predicate P, bool NextOnly, const DataFlowGraph &G) getNextRef() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h258 BIGNUM RR; /* used to convert to montgomery form, member
/third_party/openssl/crypto/bn/
H A Dbn_local.h258 BIGNUM RR; /* used to convert to montgomery form, member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/ec/
H A Decp_nistz256-x86_64.s
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h517 TreeTy *RR = getRight(R); in balanceTree() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp708 unsigned RR = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, in X86FastEmitExtend() local

Completed in 80 milliseconds

12