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

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 399 Pivot LeftChild
401 LeftChild Node1 ---> Node2 Pivot
405 The ordering Node2 < LeftChild < LeftRightChild < Pivot < Node1 is kept
433 RED_BLACK_TREE_NODE *LeftChild;
437 LeftChild = Pivot->Left;
438 LeftRightChild = LeftChild->Right;
444 LeftChild->Parent = Parent;
446 *NewRoot = LeftChild;
449 Parent->Left = LeftChild;
451 Parent->Right = LeftChild;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 270 milliseconds