Searched refs:KAVL_FN (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Runtime/common/table/
H A Davl_Enum.cpp.h39 KAVL_DECL(PKAVLNODECORE) KAVL_FN(GetRoot)(PPKAVLNODECORE ppTree)
53 KAVL_DECL(PKAVLNODECORE) KAVL_FN(GetRight)(PKAVLNODECORE pNode)
69 KAVL_DECL(PKAVLNODECORE) KAVL_FN(GetLeft)(PKAVLNODECORE pNode)
86 KAVL_DECL(PKAVLNODECORE) KAVL_FN(GetNextEqual)(PKAVLNODECORE pNode)
H A Davl_RemoveBestFit.cpp.h46 KAVL_DECL(PKAVLNODECORE) KAVL_FN(RemoveBestFit)(PPKAVLNODECORE ppTree, KAVLKEY Key, bool fAbove)
53 PKAVLNODECORE pNode = KAVL_FN(GetBestFit)(ppTree, Key, fAbove);
64 pNode = KAVL_FN(Remove)(ppTree, pNode->Key);
H A Davl_Range.cpp.h38 KAVL_DECL(PKAVLNODECORE) KAVL_FN(RangeGet)(PPKAVLNODECORE ppTree, register KAVLKEY Key)
76 RTDECL(PKAVLNODECORE) KAVL_FN(RangeRemove)(PPKAVLNODECORE ppTree, KAVLKEY Key)
78 PKAVLNODECORE pNode = KAVL_FN(RangeGet)(ppTree, Key);
80 return KAVL_FN(Remove)(ppTree, pNode->Key);
H A Davl_Get.cpp.h38 KAVL_DECL(PKAVLNODECORE) KAVL_FN(Get)(PPKAVLNODECORE ppTree, KAVLKEY Key)
H A Davl_RemoveNode.cpp.h38 KAVL_DECL(PKAVLNODECORE) KAVL_FN(RemoveNode)(PPKAVLNODECORE ppTree, PKAVLNODECORE pNode)
98 KAVL_FN(Remove)(ppTree, pNode->Key);
135 KAVLNODE *pRemovedNode = KAVL_FN(Remove)(pRoot, pNode->Key);
139 KAVL_FN(Insert)(pRoot, pRemovedNode);
H A Davlgcphys.cpp37 #define KAVL_FN(a) RTAvlGCPhys##a macro
H A Davlhcphys.cpp37 #define KAVL_FN(a) RTAvlHCPhys##a macro
H A Davllu32.cpp37 #define KAVL_FN(a) RTAvllU32##a macro
H A Davlogcphys.cpp37 #define KAVL_FN(a) RTAvloGCPhys##a macro
H A Davlohcphys.cpp37 #define KAVL_FN(a) RTAvloHCPhys##a macro
H A Davloioport.cpp37 #define KAVL_FN(a) RTAvloIOPort##a macro
H A Davlou32.cpp37 #define KAVL_FN(a) RTAvloU32##a macro
H A Davlpv.cpp37 #define KAVL_FN(a) RTAvlPV##a macro
H A Davlu32.cpp37 #define KAVL_FN(a) RTAvlU32##a macro
H A Davlul.cpp37 #define KAVL_FN(a) RTAvlUL##a macro
H A Davl_GetBestFit.cpp.h44 KAVL_DECL(PKAVLNODECORE) KAVL_FN(GetBestFit)(PPKAVLNODECORE ppTree, KAVLKEY Key, bool fAbove)
H A Davlgcptr.cpp37 #define KAVL_FN(a) RTAvlGCPtr##a macro
H A Davlogcptr.cpp37 #define KAVL_FN(a) RTAvloGCPtr##a macro
H A Davluintptr.cpp37 #define KAVL_FN(a) RTAvlUIntPtr##a macro
H A Davl_Base.cpp.h37 * \#define KAVL_FN
207 DECLINLINE(void) KAVL_FN(Rebalance)(PKAVLSTACK pStack)
299 KAVL_DECL(bool) KAVL_FN(Insert)(PPKAVLNODECORE ppTree, PKAVLNODECORE pNode)
355 KAVL_FN(Rebalance)(SSToDS(&AVLStack));
399 KAVL_DECL(PKAVLNODECORE) KAVL_FN(Remove)(PPKAVLNODECORE ppTree, KAVLKEY Key)
456 KAVL_FN(Rebalance)(SSToDS(&AVLStack));
H A Davl_Destroy.cpp.h43 KAVL_DECL(int) KAVL_FN(Destroy)(PPKAVLNODECORE ppTree, PKAVLCALLBACK pfnCallBack, void *pvUser)
H A Davlrfoff.cpp37 #define KAVL_FN(a) RTAvlrFileOffset##a macro
H A Davlrgcptr.cpp37 #define KAVL_FN(a) RTAvlrGCPtr##a macro
H A Davlrogcphys.cpp37 #define KAVL_FN(a) RTAvlroGCPhys##a macro
/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp45 #define KAVL_FN(a) rtstrspace##a macro
88 PRTSTRSPACECORE pMatch = KAVL_FN(Get)(pStrSpace, pStr->Key);
90 return KAVL_FN(Insert)(pStrSpace, pStr);
116 PRTSTRSPACECORE pCur = KAVL_FN(Get)(pStrSpace, Key);
136 pCur = KAVL_FN(Remove)(pStrSpace, Key);
141 bool fRc = KAVL_FN(Insert)(pStrSpace, pInsert);
165 PRTSTRSPACECORE pCur = KAVL_FN(Get)(pStrSpace, Key);
194 PRTSTRSPACECORE pCur = KAVL_FN(Get)(pStrSpace, Key);
221 return KAVL_FN(DoWithAll)(pStrSpace, true, pfnCallback, pvUser);
239 return KAVL_FN(Destro
[all...]

Completed in 69 milliseconds

12