HomeSort by relevance Sort by last modified time
    Searched refs:xParent (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODRedBlackTree.h 510 // a node. Note that x may be null, which is why xParent must be
512 void deleteFixup(Node* x, Node* xParent)
515 if (x == xParent->left()) {
520 Node* w = xParent->right();
525 xParent->setColor(Red);
526 leftRotate(xParent);
527 w = xParent->right();
533 x = xParent;
534 xParent = x->parent();
541 w = xParent->right()
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 67 MachineFunction *xParent;
134 const MachineFunction *getParent() const { return xParent; }
135 MachineFunction *getParent() { return xParent; }
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 39 : BB(bb), Number(-1), xParent(&mf), Alignment(0), IsLandingPad(false),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1046 milliseconds