Searched defs:Left (Results 1 - 20 of 20) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c24 int Left);
33 int Left = x->left_available; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
44 int Left);
53 int Left = x->left_available; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/clang/tools/diagtool/
H A DDiagnosticNames.cpp48 static bool orderByID(const DiagnosticRecord &Left, argument
50 return Left.DiagID < Right.DiagID;
/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.h34 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::RenderDetailsMarker::Orientation
/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.c24 unsigned char Left[4]; local
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
39 expected_dc += Left[i];
62 int pred = Above[c] - top_left + Left[r];
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
107 lp[1] = (Left[
[all...]
/external/clang/include/clang/AST/
H A DAttrIterator.h99 friend bool operator==(specific_attr_iterator Left, argument
101 assert((Left.Current == 0) == (Right.Current == 0));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
108 friend bool operator!=(specific_attr_iterator Left, argument
110 return !(Left == Right);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java55 Left, enum constant in enum:BitmapFont.Align
/external/openfst/src/include/fst/
H A Dheap.h126 int Left(int i) { function in class:fst::Heap
163 int l = Left(i);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h118 int Left(int i) { function in class:fst::Heap
150 int l = Left(i);
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp150 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count, local
154 Left, InFlag);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h120 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h115 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/clang/lib/Format/
H A DTokenAnnotator.cpp103 AnnotatedToken *Left = CurrentToken->Parent; local
107 Left->MatchingParen = CurrentToken;
108 CurrentToken->MatchingParen = Left;
117 updateParameterCount(Left, CurrentToken);
134 AnnotatedToken *Left = CurrentToken->Parent; local
137 Left->Type = TT_ObjCBlockLParen;
138 } else if (AnnotatedToken *MaybeSel = Left->Parent) {
148 Left->Type = TT_ObjCMethodExpr;
168 Left->MatchingParen = CurrentToken;
169 CurrentToken->MatchingParen = Left;
260 AnnotatedToken *Left = CurrentToken->Parent; local
277 updateParameterCount(AnnotatedToken *Left, AnnotatedToken *Current) argument
788 AnnotatedToken *Left = Current; local
888 const AnnotatedToken &Left = *Tok.Parent; local
958 spaceRequiredBetween(const AnnotatedLine &Line, const AnnotatedToken &Left, const AnnotatedToken &Right) argument
1083 const AnnotatedToken &Left = *Right.Parent; local
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp593 DirectiveList &Left,
599 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {
591 CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const char *Label, DirectiveList &Left, const_diag_iterator d2_begin, const_diag_iterator d2_end) argument
/external/giflib/
H A Dgif_lib.h79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp611 unsigned Left = --OpenChildren[Parent]; local
612 if (Left != 0)
H A DMachineLICM.cpp676 unsigned Left = --OpenChildren[Parent]; local
677 if (Left != 0)
/external/llvm/include/llvm/ADT/
H A Dilist.h715 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
716 Left.swap(Right);
/external/llvm/include/llvm/Support/
H A DPatternMatch.h86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } argument
103 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1020 const Expr *Left = CE->getArg(0); local
1052 state->getSVal(Left, LCtx).castAs<DefinedOrUnknownSVal>();
1065 state = CheckBufferAccess(C, state, Size, Left);
1077 state = CheckBufferAccess(C, state, Size, Left, Right);
/external/clang/lib/Sema/
H A DSemaChecking.cpp1676 StringLiteralCheckType Left = local
1680 if (Left == SLCT_NotALiteral)
1686 return Left < Right ? Left : Right;
4190 // Left shift gets black-listed based on a judgement call.

Completed in 508 milliseconds