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

1 2 3

  /frameworks/base/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 85 LVM_INT32 Right; /* Right sample */
126 Right = *pStSrc++; /* Get the right sample */
137 Right += Mono;
146 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */
147 LowWord = (Vol_Mult * (Right & 0xffff));
148 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift);
150 *pDst++ = Right;
    [all...]
  /external/clang/include/clang/AST/
Attr.h 201 specific_attr_iterator Right) {
202 if (Left.Current < Right.Current)
203 Left.AdvanceToNext(Right.Current);
205 Right.AdvanceToNext(Left.Current);
206 return Left.Current == Right.Current;
209 specific_attr_iterator Right) {
210 return !(Left == Right);
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.cpp 83 return isOpen() ? Down : Right;
91 return isOpen() ? Right : Down;
92 return isOpen() ? Right : Up;
95 return isOpen() ? Up : Right;
98 return Right;
105 case Right: return createRightArrowPath();
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
  /external/llvm/include/llvm/Support/
CFG.h 172 inline Self& operator+=(int Right) {
173 unsigned new_idx = idx + Right;
179 inline Self operator+(int Right) {
181 tmp += Right;
185 inline Self& operator-=(int Right) {
186 return operator+=(-Right);
189 inline Self operator-(int Right) {
190 return operator+(-Right);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 53 (position == 1 ? Slot.Middle : Slot.Right);
ListHorizontalFocusWithinItemWins.java 56 context, desiredHeight, Slot.Left, Slot.Right);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 122 // compute right child of parent
123 int Right(int i) {
151 int r = Right(i);
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 34 /// Right are IR "containers" of some sort which are being
37 virtual void enterContext(Value *Left, Value *Right) = 0;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 419 DiagList Right(d2_begin, d2_end);
427 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
441 Right.erase(II);
445 // Now all that's left in Right are those that were not matched.
448 PrintProblem(Diags, &SourceMgr, Right.begin(), Right.end(),
  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 133 this->Right(T));
136 add_internal(V, this->Right(T)));
160 this->Value(T), this->Right(T));
163 removeOverlap(this->Right(T), K, Changed));
ilist.h 601 template<class Pr3> void merge(iplist &right, Pr3 pred) {
603 iterator first2 = right.begin(), last2 = right.end();
607 transfer(first1, right, first2, ++next);
612 if (first2 != last2) transfer(last1, right, first2, last2);
614 void merge(iplist &right) { return merge(right, op_less); }
627 ilist(const ilist &right) {
628 insert(this->begin(), right.begin(), right.end())
    [all...]
ImmutableSet.h 60 /// Return a pointer to the right subtree. This value is
61 /// NULL if there is no right subtree.
62 ImutAVLTree *getRight() const { return right; }
91 ImutAVLTree *Right = T->getRight();
92 while (Right) { T = right; right = T->getRight(); }
211 "Current value is not less that value of right child");
223 ImutAVLTree *right; member in class:llvm::ImutAVLTree
245 : factory(f), left(l), right(r), prev(0), next(0), height(height)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 120 Up, Right, Down, Left
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 80 Right
103 boolean right = false;
112 case Right:
113 right = true;
134 if (right) {
136 button.setText("right");
258 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
  /external/quake/quake/src/WinQuake/
conproc.cpp 308 info.srWindow.Right = info.dwSize.X - 1;
338 info.srWindow.Right = cx - 1;
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 34 "<li>Right click the box" +
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 80 Right
103 boolean right = false;
112 case Right:
113 right = true;
134 if (right) {
136 button.setText("right");
259 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
  /external/clang/include/clang/Sema/
AttributeList.h 510 /// The right-hand list is appended to the left-hand list, if any
514 AttributeList *Right) {
516 return Right;
523 prev->setNext(Right);
547 /// Right now this is a very lightweight container, but the expectation
  /external/qemu/
curses_keys.h 124 [0x105] = 77 | GREY, /* Right Arrow */
450 { "Right", 0x105 },
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 63 Right: { code: 39, name: "\u2192" }, // also NUM_EAST
  /external/icu4c/test/perf/perldriver/
Output.pm 215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
217 th.source { border-right-width: 1; border-bottom-width: 1 }
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
219 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 }
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
221 td.sepvalue { border-bottom-width: 1; border-right-width: 1 }
224 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 }
225 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
349 #outputData($noopers[0], "RIGHT");
368 #outputData($noevents[$j], "RIGHT");
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 2077 milliseconds

1 2 3