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

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 684 RED_BLACK_TREE_NODE *Uncle;
699 Uncle = GrandParent->Right;
700 if (Uncle != NULL && Uncle->Color == RedBlackTreeRed) {
704 // Parent (red) Uncle (red)
710 Uncle->Color = RedBlackTreeBlack;
716 // Parent (black) Uncle (black)
733 // Tmp's uncle is black (satisfied by the case too when Tmp's uncle is
741 // Parent (red): A Uncle (black): E
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
example_test.go 37 {"Uncle John", "moleskin pants", false},
61 // Dear Uncle John,
  /prebuilts/go/linux-x86/src/text/template/
example_test.go 37 {"Uncle John", "moleskin pants", false},
61 // Dear Uncle John,

Completed in 221 milliseconds