Home
last modified time | relevance | path

Searched refs:UserStructCompare (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c46 RED_BLACK_TREE_USER_COMPARE UserStructCompare; member
118 IN RED_BLACK_TREE_USER_COMPARE UserStructCompare, in OrderedCollectionInit() argument
130 Tree->UserStructCompare = UserStructCompare; in OrderedCollectionInit()
608 Result = Tree->UserStructCompare (UserStruct, Tmp->UserStruct); in OrderedCollectionInsert()
1433 ASSERT (Tree->UserStructCompare (Last->UserStruct, Node->UserStruct) < 0); in RedBlackTreeValidate()
1445 ASSERT (Tree->UserStructCompare (Last->UserStruct, Node->UserStruct) > 0); in RedBlackTreeValidate()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DOrderedCollectionLib.h137 IN ORDERED_COLLECTION_USER_COMPARE UserStructCompare,
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c119 UserStructCompare ( in UserStructCompare() function
558 Collection = OrderedCollectionInit (UserStructCompare, KeyCompare); in main()