OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserStructCompare
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c
119
UserStructCompare
(
558
Collection = OrderedCollectionInit (
UserStructCompare
, KeyCompare);
/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
...]
Completed in 88 milliseconds