Searched defs:pTree (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp336 PAVLOGCPHYSTREE pTree = (PAVLOGCPHYSTREE)RTMemAllocZ(sizeof(*pTree)); local
343 if (!RTAvloGCPhysInsert(pTree, pNode))
350 if (RTAvloGCPhysInsert(pTree, &Node))
361 PAVLOGCPHYSNODECORE pNode = RTAvloGCPhysRemove(pTree, i);
371 pNode = RTAvloGCPhysRemove(pTree, i);
389 if (!RTAvloGCPhysInsert(pTree, pNode))
396 if (RTAvloGCPhysInsert(pTree, &Node))
407 PAVLOGCPHYSNODECORE pNode = RTAvloGCPhysRemove(pTree, i);
417 pNode = RTAvloGCPhysRemove(pTree,
539 PAVLOGCPHYSTREE pTree = (PAVLOGCPHYSTREE)RTMemAllocZ(sizeof(*pTree)); local
629 PAVLROGCPHYSTREE pTree = (PAVLROGCPHYSTREE)RTMemAllocZ(sizeof(*pTree)); local
935 PAVLULNODECORE pTree = 0; local
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h186 PAVLRU64TREE pTree; member in struct:PDMBLKCACHE
H A DPGMInternal.h3306 R3PTRTYPE(PAVLU32NODECORE) pTree; member in struct:PGM::__anon16964
3308 R3R0PTRTYPE(PAVLU32NODECORE) pTree;
/vbox/include/iprt/
H A Davl.h122 RTDECL(int) RTAvlULDestroy(PPAVLULNODECORE pTree, PAVLULCALLBACK pfnCallBack, void *pvParam);
208 RTDECL(bool) RTAvlU32Insert(PAVLU32TREE pTree, PAVLU32NODECORE pNode);
209 RTDECL(PAVLU32NODECORE) RTAvlU32Remove(PAVLU32TREE pTree, AVLU32KEY Key);
210 RTDECL(PAVLU32NODECORE) RTAvlU32Get(PAVLU32TREE pTree, AVLU32KEY Key);
211 RTDECL(PAVLU32NODECORE) RTAvlU32GetBestFit(PAVLU32TREE pTree, AVLU32KEY Key, bool fAbove);
212 RTDECL(PAVLU32NODECORE) RTAvlU32RemoveBestFit(PAVLU32TREE pTree, AVLU32KEY Key, bool fAbove);
213 RTDECL(int) RTAvlU32DoWithAll(PAVLU32TREE pTree, int fFromLeft, PAVLU32CALLBACK pfnCallBack, void *pvParam);
214 RTDECL(int) RTAvlU32Destroy(PAVLU32TREE pTree, PAVLU32CALLBACK pfnCallBack, void *pvParam);
255 RTDECL(bool) RTAvloU32Insert(PAVLOU32TREE pTree, PAVLOU32NODECORE pNode);
256 RTDECL(PAVLOU32NODECORE) RTAvloU32Remove(PAVLOU32TREE pTree, AVLOU32KE
458 RTDECL(PAVLROGCPHYSNODECORE) RTAvlroGCPhysGetRoot(PAVLROGCPHYSTREE pTree); variable
601 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrGetRoot( PAVLRGCPTRTREE pTree); variable
658 RTDECL(PAVLROGCPTRNODECORE) RTAvlroGCPtrGetRoot(PAVLROGCPTRTREE pTree); variable
716 RTDECL(PAVLROOGCPTRNODECORE) RTAvlrooGCPtrGetRoot(PAVLROOGCPTRTREE pTree); variable
766 RTDECL(PAVLUINTPTRNODECORE) RTAvlUIntPtrGetRoot( PAVLUINTPTRTREE pTree); variable
819 RTDECL(PAVLRUINTPTRNODECORE) RTAvlrUIntPtrGetRoot( PAVLRUINTPTRTREE pTree); variable
1125 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGetRoot( PAVLRFOFFTREE pTree); variable
[all...]

Completed in 69 milliseconds