| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecp_ppc.c | 20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
|
| H A D | ecp_nistz256.c | 1305 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local
|
| /third_party/openssl/crypto/ec/ |
| H A D | ecp_ppc.c | 20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local
|
| H A D | ecp_nistz256.c | 1305 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 D | RegisterClassInfo.cpp | 72 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
|
| /third_party/mbedtls/library/ |
| H A D | bignum_mod.c | 96 mbedtls_mpi RR; in set_mont_const_square() local
|
| H A D | bignum_mod_raw.c | 157 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 D | bignum_core.c | 722 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 D | bignum.c | 1649 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 D | ecp.c | 2178 mbedtls_ecp_point *RR = R; in ecp_mul_comb_after_precomp() local
|
| H A D | rsa.c | 1355 mbedtls_mpi RR, M_T; in rsa_unblind() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | twofish.c | 31 #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 D | ResourceManager.cpp | 194 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 D | RDFRegisters.cpp | 162 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 D | HexagonOptAddrMode.cpp | 170 RegisterRef RR = UA.Addr->getRegRef(*DFG); in canRemoveAddasl() local 292 RegisterRef RR = UA.Addr->getRegRef(*DFG); in isSafeToExtLR() local
|
| H A D | RDFLiveness.cpp | 145 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 D | HexagonExpandCondsets.cpp | 294 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 D | RDFGraph.cpp | 418 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 D | RDFGraph.h | 887 getNextRef(RegisterRef RR, Predicate P, bool NextOnly, const DataFlowGraph &G) getNextRef() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_local.h | 258 BIGNUM RR; /* used to convert to montgomery form, member
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_local.h | 258 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 D | ecp_nistz256-x86_64.s | |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/ec/ |
| H A D | ecp_nistz256-x86_64.s | |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 517 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 D | X86FastISel.cpp | 708 unsigned RR = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, in X86FastEmitExtend() local
|