Searched defs:KeyLast (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h306 register KAVLKEY KeyLast = pNode->KeyLast; NOREF(KeyLast); local
312 if (Key > KeyLast)
326 if (KAVL_R_IS_IDENTICAL(pCurNode->Key, Key, pCurNode->KeyLast, KeyLast))
339 if (KAVL_R_IS_INTERSECTING(pCurNode->Key, Key, pCurNode->KeyLast, KeyLast))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp104 * @param KeyLast The last key in the range. (inclusive)
106 static bool TrackerInsert(PTRACKER pTracker, uint32_t Key, uint32_t KeyLast) argument
111 while (KeyLast != Key)
113 if (!ASMBitTestAndSet(pTracker->abBitmap, KeyLast))
117 KeyLast--;
129 * @param KeyLast The last key in the range. (inclusive)
131 static bool TrackerRemove(PTRACKER pTracker, uint32_t Key, uint32_t KeyLast) argument
136 while (KeyLast != Key)
138 if (ASMBitTestAndClear(pTracker->abBitmap, KeyLast))
142 KeyLast
194 uint32_t KeyLast; local
[all...]
/vbox/include/iprt/
H A Davl.h143 AVLRPVKEY KeyLast; /**< Last key value in the range (inclusive). */ member in struct:AVLRPVNodeCore
321 AVLRU64KEY KeyLast; /**< Last key value in the range (inclusive). */ member in struct:AVLRU64NodeCore
424 RTGCPHYS KeyLast; member in struct:_AVLROGCPhysNodeCore
569 RTGCPTR KeyLast; member in struct:_AVLRGCPtrNodeCore
625 RTGCPTR KeyLast; member in struct:_AVLROGCPtrNodeCore
682 RTGCPTR KeyLast; member in struct:_AVLROOGCPtrNodeCore
785 RTUINTPTR KeyLast; member in struct:_AVLRUIntPtrNodeCore
947 RTIOPORT KeyLast; member in struct:_AVLROIOPortNodeCore
1093 RTFOFF KeyLast; member in struct:_AVLRFOFFNodeCore

Completed in 54 milliseconds