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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp254 uint32_t *pu32Cur = (uint32_t *)&pTracker->abBitmap[Key >> 8]; local
255 while (pu32Cur >= pu32Start)
257 if (*pu32Cur)
259 *pKey = ASMBitLastSetU32(*pu32Cur) - 1 + (uint32_t)((pu32Cur - pu32Start) * 32);
262 pu32Cur--;

Completed in 33 milliseconds