HomeSort by relevance Sort by last modified time
    Searched defs:LR (Results 1 - 25 of 32) sorted by null

1 2

  /external/valgrind/main/coregrind/m_dispatch/
dispatch-s390x-linux.S 54 #undef LR
55 #define LR S390_REGNO_LINK_REGISTER
172 br LR
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 44 const MemRegion *LR = LV.getAsRegion();
46 if (!LR || !RV.isConstant())
51 if (isa<VarRegion>(LR) || isa<CodeTextRegion>(LR) ||
52 isa<CompoundLiteralRegion>(LR)) {
PointerSubChecker.cpp 47 const MemRegion *LR = LV.getAsRegion();
50 if (!(LR && RR))
53 const MemRegion *BaseLR = LR->getBaseRegion();
  /external/clang/test/PCH/
cxx-reference.h 3 typedef char (&LR);
8 char &lr = c; variable
10 LR &lrlr = c;
11 LR &&rrlr = c;
  /packages/apps/Camera/jni/
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
  /packages/apps/Gallery2/jni_mosaic/
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 20 const int LR = 0; // Low-resolution mode
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 92 LR RN 14
112 M_STR LR,pLinkRegister ;// Store Link Register on Stack
114 MOV LR,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 123 LR RN 14
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 92 LR RN 14
112 M_STR LR,pLinkRegister ;// Store Link Register on Stack
114 MOV LR,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
    [all...]
omxVCM4P2_DecodePadMV_PVOP_s.s 123 LR RN 14
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 57 protected static final String LR = "lr";
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 578 const LiveReg &LR = LiveRegs[rx];
580 if (!LR.Value->getCommonDomains(available)) {
588 if (LR.Def < i->Def) {
590 Regs.insert(i, LR);
594 Regs.push_back(LR);
RegAllocFast.cpp 233 void RAFast::addKillFlag(const LiveReg &LR) {
234 if (!LR.LastUse) return;
235 MachineOperand &MO = LR.LastUse->getOperand(LR.LastOpNum);
236 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) {
237 if (MO.getReg() == LR.PhysReg)
240 LR.LastUse->addRegisterKilled(LR.PhysReg, TRI, true);
277 LiveReg &LR = *LRI
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 52 LR = R14,
60 LIST(SP), LIST(LR), LIST(PC),
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 502 TreeTy *LR = getRight(L);
504 if (getHeight(LL) >= getHeight(LR))
505 return createNode(LL, L, createNode(LR,V,R));
507 assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1");
509 TreeTy *LRL = getLeft(LR);
510 TreeTy *LRR = getRight(LR);
512 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 677 Value *LR = LU->getOperand(1);
680 L = LR;
681 else if (LR == I)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 339 // Check if the link register (LR) must be saved.
499 MachineLocation LRSrc(isPPC64 ? PPC::LR8 : PPC::LR);
538 if (Reg == PPC::LR || Reg == PPC::LR8 || Reg == PPC::RM) continue;
602 // Check if the link register (LR) has been saved.
781 /// MustSaveLR - Return true if this function requires that we save the LR
784 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) {
787 // We need a save/restore of LR if there is any def of LR (which is
789 // some use of the LR stack slot (e.g. for builtin_return_address).
790 // (LR comes in 32 and 64 bit versions.
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 579 // LR - ... primary split sends to the left and the surrogate split sends to the right
584 double LL = 0, RL = 0, LR, RR;
599 LR = (sum_abs - sum)*0.5;
602 // LR of them are sent to the left by primary split, and RR - to the right.
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
612 LL += w; LR -= w;
622 if( RL + LR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
624 best_val = RL + LR;
644 // LR - ... primary split sends to the left and the surrogate split sends to the right
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f 707 DATA ICHS/'LR'/, ICHU/'UL'/
    [all...]
dblat2.f     [all...]
dblat3.f 689 DATA ICHS/'LR'/, ICHU/'UL'/
    [all...]
sblat2.f     [all...]

Completed in 493 milliseconds

1 2