Searched refs:PAVLRUINTPTRNODECORE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davlruintptr.cpp41 #define PKAVLNODECORE PAVLRUINTPTRNODECORE
/vbox/include/iprt/
H A Davl.h794 typedef AVLRUINTPTRNODECORE *PAVLRUINTPTRNODECORE; typedef
797 typedef PAVLRUINTPTRNODECORE AVLRUINTPTRTREE;
807 typedef DECLCALLBACK(int) AVLRUINTPTRCALLBACK(PAVLRUINTPTRNODECORE pNode, void *pvUser);
811 RTDECL(bool) RTAvlrUIntPtrInsert( PAVLRUINTPTRTREE pTree, PAVLRUINTPTRNODECORE pNode);
812 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrRemove( PAVLRUINTPTRTREE pTree, RTUINTPTR Key);
813 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrGet( PAVLRUINTPTRTREE pTree, RTUINTPTR Key);
814 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrGetBestFit( PAVLRUINTPTRTREE pTree, RTUINTPTR Key, bool fAbove);
815 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrRangeGet( PAVLRUINTPTRTREE pTree, RTUINTPTR Key);
816 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrRangeRemove(PAVLRUINTPTRTREE pTree, RTUINTPTR Key);
819 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrGetRoo
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp328 PAVLRUINTPTRNODECORE pAvlCore = RTAvlrUIntPtrGetBestFit( iSeg == RTDBGSEGIDX_ABS
663 static DECLCALLBACK(int) rtDbgModContainer_DestroyTreeNode(PAVLRUINTPTRNODECORE pNode, void *pvUser)
H A Ddbgas.cpp287 static DECLCALLBACK(int) rtDbgAsDestroyMapCallback(PAVLRUINTPTRNODECORE pNode, void *pvUser)
814 PAVLRUINTPTRNODECORE pNode = RTAvlrUIntPtrRemove(&pDbgAs->MapTree, pMap->Core.Key);

Completed in 51 milliseconds