HomeSort by: relevance | last modified time | path
    Searched defs:RR (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_ppc.c 20 static const unsigned long RR[] = { 0x0000000000000003U,
25 ecp_nistz256_mul_mont(res, in, RR);
ecp_nistz256.c 1263 /* RR = 2^512 mod ord(p256) */
1264 static const BN_ULONG RR[P256_LIMBS] = {
1320 ecp_nistz256_ord_mul_mont(table[0], t, RR);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_ppc.c 20 static const unsigned long RR[] = { 0x0000000000000003U,
25 ecp_nistz256_mul_mont(res, in, RR);
ecp_nistz256.c 1304 /* RR = 2^512 mod ord(p256) */
1305 static const BN_ULONG RR[P256_LIMBS] = {
1349 ecp_nistz256_ord_mul_mont(table[0], t, RR);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 45 const MemRegion *RR = RV.getAsRegion();
47 if (!(LR && RR))
51 const MemRegion *BaseRR = RR->getBaseRegion();
  /src/sys/arch/hppa/hppa/
kobj_machdep.c 95 RR(unsigned int x, unsigned int constant)
176 /* RR(symbol, addend) */
178 value = RR(addr, value);
195 /* RR(symbol - GP, addend) */
197 value = RR(addr - GP, value);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterClassInfo.cpp 74 const BitVector &RR = MF->getRegInfo().getReservedRegs();
75 if (Reserved.size() != RR.size() || RR != Reserved) {
77 Reserved = RR;
RDFLiveness.cpp 148 RegisterRef RR = TA.Addr->getRegRef(DFG);
150 if (RegisterAggr::isCoverOf(RR, RefRR, PRI))
660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) {
662 return RR;
663 auto F = SM.find(RR);
666 RegisterRef S = Mid.clearIn(RR);
667 SM.insert({RR, S});
729 RegisterRef RR = NodeAddr<DefNode*>(Ds[0]).Addr->getRegRef(DFG);
730 dbgs() << '<' << Print<RegisterRef>(RR, DFG) << '>';
1130 RegisterRef RR = UA.Addr->getRegRef(DFG)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.cpp 72 const ResourceRef &RR = Use.first;
73 unsigned Index = ProcResID2ResourceUsersIndex[RR.first];
74 Index += countTrailingZeros(RR.second);
ResourcePressureView.cpp 59 const ResourceRef &RR = Use.first;
60 assert(Resource2VecIndex.find(RR.first) != Resource2VecIndex.end());
61 unsigned R2VIndex = Resource2VecIndex[RR.first];
62 R2VIndex += countTrailingZeros(RR.second);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
ppccap.c 150 static const unsigned long RR[] = { 0x0000000000000003U,
155 ecp_nistz256_mul_mont(res, in, RR);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRPCTargetProcessControl.h 313 std::vector<orcrpctpc::RemoteLookupRequest> RR;
315 RR.push_back({});
316 RR.back().first = E.Handle;
318 RR.back().second.push_back(
334 return EP.template callB<orcrpctpc::LookupSymbols>(RR);
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
ResourceManager.cpp 194 void ResourceManager::use(const ResourceRef &RR) {
195 // Mark the sub-resource referenced by RR as used.
196 unsigned RSID = getResourceStateIndex(RR.first);
198 RS.markSubResourceAsUsed(RR.second);
202 Strategies[RSID]->used(RR.second);
204 // If there are still available units in RR.first,
209 AvailableProcResUnits ^= RR.first;
211 // Notify groups that RR.first is no longer available.
217 CurrentUser.markSubResourceAsUsed(RR.first);
218 Strategies[GroupIndex]->used(RR.first)
    [all...]
  /src/games/monop/
monop.h 56 #define RR 1 /* railroad */
146 /*extern RR_S rr[N_RR];*/
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_local.h 256 BIGNUM RR; /* used to convert to montgomery form,
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_local.h 258 BIGNUM RR; /* used to convert to montgomery form,
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_local.h 251 BIGNUM RR; /* used to convert to montgomery form,
  /src/external/gpl3/binutils/dist/include/opcode/
spu.h 30 RR,
  /src/external/gpl3/binutils.old/dist/include/opcode/
spu.h 30 RR,
  /src/external/gpl3/gdb/dist/include/opcode/
spu.h 30 RR,
  /src/external/gpl3/gdb.old/dist/include/opcode/
spu.h 30 RR,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 1079 * RR - Rear Right
1096 * RL RR
1109 * 0b00110011 - - RR RL - - FR FL
1110 * 0b00110111 - - RR RL - LFE FR FL
1111 * 0b00111011 - - RR RL FC - FR FL
1112 * 0b00111111 - - RR RL FC LFE FR FL
1113 * 0b01110011 - RC RR RL - - FR FL
1114 * 0b01110111 - RC RR RL - LFE FR FL
1115 * 0b01111011 - RC RR RL FC - FR FL
1116 * 0b01111111 - RC RR RL FC LFE FR F
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 1038 * RR - Rear Right
1055 * RL RR
1068 * 0b00110011 - - RR RL - - FR FL
1069 * 0b00110111 - - RR RL - LFE FR FL
1070 * 0b00111011 - - RR RL FC - FR FL
1071 * 0b00111111 - - RR RL FC LFE FR FL
1072 * 0b01110011 - RC RR RL - - FR FL
1073 * 0b01110111 - RC RR RL - LFE FR FL
1074 * 0b01111011 - RC RR RL FC - FR FL
1075 * 0b01111111 - RC RR RL FC LFE FR F
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 170 RegisterRef RR = UA.Addr->getRegRef(*DFG);
171 if (OffsetReg == RR.Reg) {
172 OffsetRR = RR;
292 RegisterRef RR = UA.Addr->getRegRef(*DFG);
293 if (LRExtReg == RR.Reg) {
294 LRExtRR = RR;
  /src/games/sail/
extern.h 161 char RR; /* 228 */

Completed in 52 milliseconds

1 2