HomeSort by relevance Sort by last modified time
    Searched refs:RL (Results 1 - 25 of 40) sorted by null

1 2

  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 128 void RL(size_t i) {
283 RL(0); L(1); RU(0); U(1);
284 L(1); RL(0); RU(0); U(1);
289 RL(2); RL(3); RU(2); RU(3);
290 RL(3); RL(2); RU(2); RU(3);
373 RL(000);
374 RL(100);
375 RL(200)
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py 258 def RL(text, cb=None):
440 self.ExpectReadline([RL("Y")])
452 self.ExpectReadline([RL("n")])
465 self.ExpectReadline([RL("Y")])
585 RL(""), # Open editor.
603 RL("Y"), # Increment build number.
766 RL("Y"), # Confirm last push.
767 RL(""), # Open editor.
768 RL("Y"), # Increment build number.
769 RL("Y"), # Sanity check
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 314 #define HidP_GetButtonsEx(RT, LC, BL, UL, PD, R, RL) \
315 HidP_GetUsagesEx(RT, LC, BL, UL, PD, R, RL)
510 #define HidP_SetButtons(RT, UP, LC, UL1, UL2, PD, R, RL) \
511 HidP_SetUsages(RT, UP, LC, UL1, UL2, PD, R, RL)
593 #define HidP_UnsetButtons(RT, UP, LC, UL1, UL2, PD, R, RL) \
594 HidP_UnsetUsages(RT, UP, LC, UL1, UL2, PD, R, RL)
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 41 const ASTRecordLayout *RL;
43 RL = &CGM.getContext().getASTObjCImplementationLayout(ID);
45 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
60 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!");
62 return RL->getFieldOffset(Index);
CGRecordLayoutBuilder.cpp 666 CGRecordLayout *RL =
670 RL->NonVirtualBases.swap(Builder.NonVirtualBases);
671 RL->CompleteObjectVirtualBases.swap(Builder.VirtualBases);
674 RL->FieldInfo.swap(Builder.Fields);
677 RL->BitFields.swap(Builder.BitFields);
685 RL->print(llvm::outs());
709 dyn_cast<llvm::StructType>(RL->getLLVMType());
720 unsigned FieldNo = RL->getLLVMFieldNo(FD);
734 const CGBitFieldInfo &Info = RL->getBitFieldInfo(FD);
735 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD))
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 718 .macro RL V, R, P
776 RL v16, r9, r4
777 RL v17, r9, r4
778 RL v18, r9, r4
779 RL v19, r9, r4
780 RL v20, r9, r4
781 RL v21, r9, r4
782 RL v22, r9, r4
783 RL v23, r9, r4
784 RL v24, r9, r
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 718 .macro RL V, R, P
776 RL v16, r9, r4
777 RL v17, r9, r4
778 RL v18, r9, r4
779 RL v19, r9, r4
780 RL v20, r9, r4
781 RL v21, r9, r4
782 RL v22, r9, r4
783 RL v23, r9, r4
784 RL v24, r9, r
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 718 .macro RL V, R, P
776 RL v16, r9, r4
777 RL v17, r9, r4
778 RL v18, r9, r4
779 RL v19, r9, r4
780 RL v20, r9, r4
781 RL v21, r9, r4
782 RL v22, r9, r4
783 RL v23, r9, r4
784 RL v24, r9, r
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 518 TreeTy *RL = getLeft(R);
521 if (getHeight(RR) >= getHeight(RL))
522 return createNode(createNode(L,V,RL), R, RR);
524 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
526 TreeTy *RLL = getLeft(RL);
527 TreeTy *RLR = getRight(RL);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 515 SDValue LL, LH, RL, RH, CL, CH;
518 GetSplitOp(N->getOperand(2), RL, RH);
531 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
537 SDValue LL, LH, RL, RH;
540 GetSplitOp(N->getOperand(3), RL, RH);
543 N->getOperand(1), LL, RL, N->getOperand(4));
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 466 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl());
468 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
  /ndk/tests/standalone/
run.sh 431 cp -RL "$SUBDIR"/* "$BUILD_DIR/"
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 668 SDValue LL, RL, AddendL, AddendH;
671 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
685 AddendL, LL, RL);
693 AddendL, LL, RL);
704 AddendL, LL, RL);
707 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/opencv/ml/src/
mlboost.cpp 580 // RL - ... primary split sends to the right and the surrogate split sends to the left
584 double LL = 0, RL = 0, LR, RR;
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
621 RL += w; RR -= w;
622 if( RL + LR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
624 best_val = RL + LR;
645 // RL - ... primary split sends to the right and the surrogate split sends to the left
    [all...]
mltree.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 1152 milliseconds

1 2