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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp154 * @param pKeyLast Where to store the first key in the allocated range.
158 static bool TrackerNewRandomEx(PTRACKER pTracker, uint32_t *pKey, uint32_t *pKeyLast, uint32_t cMaxKeys) argument
195 if (cMaxKeys == 1 || !pKeyLast)
211 if (pKeyLast)
212 *pKeyLast = KeyLast;
280 bool TrackerAllocSeq(PTRACKER pTracker, uint32_t *pKey, uint32_t *pKeyLast, uint32_t cMaxKeys)

Completed in 34 milliseconds