Searched refs:RTListForEachReverse (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTList.cpp97 RTListForEachReverse(pList, pNode, LISTELEM, Node) function
/vbox/include/iprt/
H A Dlist.h351 #define RTListForEachReverse(pList, pIterator, Type, Member) \ macro
355 /** @copydoc RTListForEachReverse */
/vbox/src/VBox/Storage/
H A DQCOW.cpp601 RTListForEachReverse(&pImage->ListLru, pL2Entry, QCOWL2CACHEENTRY, NodeLru)
H A DQED.cpp477 RTListForEachReverse(&pImage->ListLru, pL2Entry, QEDL2CACHEENTRY, NodeLru)
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1274 RTListForEachReverse(&pGMM->ChunkList, pChunk, GMMCHUNK, ListNode)

Completed in 1091 milliseconds