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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcpu-numa.cpp127 size_t volatile *puEnd = puCur + cbTestSet / sizeof(size_t); local
128 while (puCur != puEnd)
H A Dcpu-alloc-all-mem.cpp72 size_t const *puEnd = pu + pCur->cb / sizeof(size_t); local
73 while (pu != puEnd)
117 size_t *puEnd = pu + cbOne / sizeof(size_t); local
118 while (pu != puEnd)
/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp195 unsigned *puEnd = &pSub->auBitmap[pSub->cPages / (sizeof(pSub->auBitmap) * 8)]; local
196 while (pu < puEnd)

Completed in 46 milliseconds