OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserStruct
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuFwCfgAcpi.c
49
@param[in]
UserStruct
Pointer to the user structure with the embedded
52
@retval <0 If StandaloneKey compares less than
UserStruct
's key.
54
@retval 0 If StandaloneKey compares equal to
UserStruct
's key.
56
@retval >0 If StandaloneKey compares greater than
UserStruct
's key.
63
IN CONST VOID *
UserStruct
68
Blob =
UserStruct
;
665
VOID *
UserStruct
;
669
OrderedCollectionDelete (Tracker, TrackerEntry, &
UserStruct
);
670
Blob =
UserStruct
;
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c
74
@param[in]
UserStruct
Pointer to the user structure with the embedded
77
@retval <0 If StandaloneKey compares less than
UserStruct
's key.
79
@retval 0 If StandaloneKey compares equal to
UserStruct
's key.
81
@retval >0 If StandaloneKey compares greater than
UserStruct
's key.
88
IN CONST VOID *
UserStruct
95
CmpStruct =
UserStruct
;
150
USER_STRUCT *
UserStruct
;
155
UserStruct
= Ptr;
156
fprintf (Output, "%s: %d: removed\n", __FUNCTION__,
UserStruct
->Key.Value);
157
free (
UserStruct
);
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c
51
VOID *
UserStruct
;
76
return Node->
UserStruct
;
214
Result = Tree->KeyCompare (StandaloneKey, Node->
UserStruct
);
532
@param[in,out] Tree The tree to insert
UserStruct
into.
540
now links
UserStruct
.
547
compares equal to
UserStruct
), with return value
554
@param[in]
UserStruct
The user structure to link into the tree.
555
UserStruct
is ordered against in-tree user
560
been allocated, linking
UserStruct
. The new
578
that compares equal to
UserStruct
. The node
[
all
...]
Completed in 3089 milliseconds