OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserStructCompare
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
OrderedCollectionLib.h
120
@param[in]
UserStructCompare
This caller-provided function will be used to
137
IN ORDERED_COLLECTION_USER_COMPARE
UserStructCompare
,
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c
46
RED_BLACK_TREE_USER_COMPARE
UserStructCompare
;
101
@param[in]
UserStructCompare
This caller-provided function will be used to
118
IN RED_BLACK_TREE_USER_COMPARE
UserStructCompare
,
130
Tree->
UserStructCompare
=
UserStructCompare
;
556
structures with the Tree->
UserStructCompare
()
608
Result = Tree->
UserStructCompare
(UserStruct, Tmp->UserStruct);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c
119
UserStructCompare
(
558
Collection = OrderedCollectionInit (
UserStructCompare
, KeyCompare);
Completed in 203 milliseconds