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

1 2 3 4 5

  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 24 int Left);
33 int Left = x->left_available;
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;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/clang/test/Modules/Inputs/
category_left.h 3 @interface Foo(Left)
4 -(void)left;
8 -(void)left;
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 24 unsigned char Left[4];
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[0] + 2 * Left[1] + Left[2] + 2) >> 2
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 84 LVM_INT32 Left; /* Left sample */
125 Left = *pStSrc++; /* Get the left sample */
136 Left += Mono; /* Mix in the mono signal */
143 HighWord = (Vol_Mult * (Left >> 16)); /* signed long (Left) by unsigned short (Vol_Mult) multiply */
144 LowWord = (Vol_Mult * (Left & 0xffff));
145 Left = (HighWord + (LowWord >> 16)) << (Vol_Shift);
149 *pDst++ = Left; /* Save the results *
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 43 FormatToken *Left = CurrentToken->Previous;
47 Left->MatchingParen = CurrentToken;
48 CurrentToken->MatchingParen = Left;
67 updateParameterCount(Left, CurrentToken);
84 FormatToken *Left = CurrentToken->Previous;
87 Left->Type = TT_ObjCBlockLParen;
88 } else if (FormatToken *MaybeSel = Left->Previous) {
96 if (Left->Previous && Left->Previous->is(tok::kw_static_assert))
101 Left->Type = TT_ObjCMethodExpr
    [all...]
  /external/clang/include/clang/AST/
AttrIterator.h 99 friend bool operator==(specific_attr_iterator Left,
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,
110 return !(Left == Right);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
RenderDetailsMarker.cpp 77 return isOpen() ? Down : Left;
80 return isOpen() ? Left : Down;
81 return isOpen() ? Left : Up;
89 return isOpen() ? Up : Left;
97 case Left: return createLeftArrowPath();
  /external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp 17 return fileName.Left(dotPos) + addSubExtension;
21 return fileName.Left(dotPos) + addSubExtension;
ArchiveName.cpp 42 UString archiveName2 = resultName.Left(dotPos);
WorkDir.cpp 23 UString prefix = path.Left(3);
ExtractingFilePath.cpp 42 UString s = name.Left(dotPos);
52 if (name.Left(len).CompareNoCase(reservedName) != 0)
68 if (name.Left(len).CompareNoCase(reservedName) != 0)
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 48 static bool orderByID(const DiagnosticRecord &Left,
50 return Left.DiagID < Right.DiagID;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 70 // L - left argument
533 template <class Left, class Right>
534 predicate_result equal_impl( Left const& left, Right const& right )
536 return left == right;
541 predicate_result BOOST_TEST_DECL equal_impl( char const* left, char const* right );
542 inline predicate_result equal_impl( char* left, char const* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
543 inline predicate_result equal_impl( char const* left, char* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) );
    [all...]
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 30 '"': ['\u201C', // Left double quote
33 '\u00AB', // Left double angle quote
  /external/lzma/CPP/Windows/
FileName.cpp 44 pureName = fullName.Left(index);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 52 final Slot slot = position == 0 ? Slot.Left :
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
183 if (frame->ImageDesc.Left + copyWidth > width) {
184 copyWidth = width - frame->ImageDesc.Left;
199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
204 uint32_t* dst = bm->getAddr32(left, top);
206 if (left + copyWidth > bmWidth) {
207 copyWidth = bmWidth - left;
    [all...]
  /external/skia/src/images/
SkMovie_gif.cpp 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
183 if (frame->ImageDesc.Left + copyWidth > width) {
184 copyWidth = width - frame->ImageDesc.Left;
199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
204 uint32_t* dst = bm->getAddr32(left, top);
206 if (left + copyWidth > bmWidth) {
207 copyWidth = bmWidth - left;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 66 template< class Left, class Right >
67 inline bool less_than( const Left& l, const Right& r )
75 template< class Left, class Right >
76 inline bool greater_than( const Left& l, const Right& r )
81 template< class Left, class Right >
82 inline bool less_or_equal_than( const Left& l, const Right& r )
87 template< class Left, class Right >
88 inline bool greater_or_equal_than( const Left& l, const Right& r )
95 template< class Left, class Right >
96 inline bool equal(const Left& l, const Right& r
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
StringBlock.java 49 private Align alignment = Align.Left;
82 this.alignment = Align.Left;
  /external/openfst/src/include/fst/
heap.h 125 // Compute left child of parent
126 int Left(int i) {
163 int l = Left(i);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 117 // compute left child of parent
118 int Left(int i) {
150 int l = Left(i);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {

Completed in 1585 milliseconds

1 2 3 4 5