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

/external/libvpx/vp8/common/arm/
H A Dreconintra_arm.c25 int Left);
34 int Left = x->left_available; local
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
48 int Left);
57 int Left = x->left_available; local
59 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/vp8/common/
H A Dreconintra4x4.c24 unsigned char Left[4]; local
27 Left[0] = (*(x->base_dst))[x->dst - 1];
28 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
29 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
30 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
41 expected_dc += Left[i];
64 int pred = Above[c] - top_left + Left[r];
108 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
109 lp[1] = (Left[
[all...]
/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/clang/include/clang/AST/
H A DAttr.h205 friend bool operator==(specific_attr_iterator Left, argument
207 if (Left.Current < Right.Current)
208 Left.AdvanceToNext(Right.Current);
210 Right.AdvanceToNext(Left.Current);
211 return Left.Current == Right.Current;
213 friend bool operator!=(specific_attr_iterator Left, argument
215 return !(Left == Right);
/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c616 unsigned char Left[4]; local
630 Left[i] = pbi->mt_yleft_col[mb_row][num + i];
633 Left[0] = (*(x->base_dst))[x->dst - 1];
634 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
635 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
636 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
653 expected_dc += Left[i];
676 int pred = Above[c] - top_left + Left[r];
720 lp[0] = (top_left + 2 * Left[0] + Left[
[all...]
/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/Frontend/
H A DVerifyDiagnosticConsumer.cpp564 DirectiveList &Left,
570 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {
562 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.cpp589 unsigned Left = --OpenChildren[Parent]; local
590 if (Left != 0)
H A DMachineLICM.cpp676 unsigned Left = --OpenChildren[Parent]; local
677 if (Left != 0)
/external/llvm/include/llvm/ADT/
H A Dilist.h699 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
700 Left.swap(Right);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1034 const Expr *Left = CE->getArg(0); local
1066 cast<DefinedOrUnknownSVal>(state->getSVal(Left, LCtx));
1079 state = CheckBufferAccess(C, state, Size, Left);
1091 state = CheckBufferAccess(C, state, Size, Left, Right);
/external/clang/lib/Sema/
H A DSemaChecking.cpp1646 StringLiteralCheckType Left = local
1650 if (Left == SLCT_NotALiteral)
1656 return Left < Right ? Left : Right;
4061 // Left shift gets black-listed based on a judgement call.
/external/clang/lib/Serialization/
H A DASTReader.cpp170 // Left piece is longer.
209 StringRef Left = Split.first, Right = Split.second; local
210 if (Left == PP.getPredefines()) {
218 CommandLine.push_back(Left);
232 Left.split(CmdLineLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);

Completed in 993 milliseconds