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

1 2

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 40 const ASTRecordLayout *RL;
42 RL = &CGM.getContext().getASTObjCImplementationLayout(ID);
44 RL = &CGM.getContext().getASTObjCInterfaceLayout(Container);
59 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!");
61 return RL->getFieldOffset(Index);
CGRecordLayoutBuilder.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp 790 const CGRecordLayout &RL =
792 const CGBitFieldInfo &BFInfo = RL.getBitFieldInfo(FirstField);
    [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...]
  /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 484 SDValue LL, LH, RL, RH, CL, CH;
487 GetSplitOp(N->getOperand(2), RL, RH);
502 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
508 SDValue LL, LH, RL, RH;
511 GetSplitOp(N->getOperand(3), RL, RH);
514 N->getOperand(1), LL, RL, N->getOperand(4));
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 854 SDValue LL, LH, RL, RH;
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 464 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl());
466 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
SemaExpr.cpp     [all...]
  /ndk/tests/standalone/
run.sh 417 cp -RL "$SUBDIR"/* "$BUILD_DIR/"
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 622 SDValue LL, RL, AddendL, AddendH;
625 RL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
639 AddendL, LL, RL);
647 AddendL, LL, RL);
658 AddendL, LL, RL);
661 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...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 321 ??"????<?[?<??/C??T`??7?i????X? ??DIf<4?x?\???_??bp?%?h??yJ3??B?<?o?J~"? J???g ?~e??d F???_?<x????????h?"K?Z}?T????????<B{?&???Y?7?S?V??A??@? ?V????@<RL??8Iw??pP??'??3\U0L??qp<B|?H?c?Z?P?&( ?"?]?T2f??????<RJ?/?-[?????)?? ?p?B??\???<Nl? l??U?hBVwd ^1%???<?4 <TB'?k,0??<???A~?:?????H???<H_????Iw???6??r
323 ??1???? <XB?!??2?J?r?40j?57?q???ip<HT_??i???B?T?*??Fh?/Gq??~?0<Xl??/G??,y?|l????IB,%?q??<HTO??????W?\rV?{?z"?!y?C_r0<Xl?T?%?f-??+{??0?P???;LF?H?<RL/??[0??B?3?N?.D???
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 775 milliseconds

1 2