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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp409 const uint8_t *pbRet; local
412 pbRet = (const uint8_t *)memchr(pb, b, cb);
413 if ((uintptr_t)pbRet & (uAlign - 1))
417 pbRet++;
418 size_t cbLeft = cb - (pbRet - pb);
421 pbRet = NULL;
424 pbRet = (const uint8_t *)memchr(pbRet, b, cbLeft);
425 } while ((uintptr_t)pbRet & (uAlign - 1));
430 pbRet
[all...]

Completed in 45 milliseconds