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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp496 addr64_t AddrPrev = 0; local
510 && Addr == AddrPrev + PAGE_SIZE))
516 LogRel(("rtR0MemObjNativeAllocWorker: off=%x Addr=%llx AddrPrev=%llx MaxPhysAddr=%llx PhysMas=%llx fContiguous=%RTbool fOptions=%#x - buggy API!\n",
517 off, Addr, AddrPrev, MaxPhysAddr, PhysMask, fContiguous, fOptions));
520 AddrPrev = Addr;
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp836 DBGFADDRESS AddrPrev = pThis->PsLoadedModuleListAddr; local
845 if (WINNT_UNION(pThis, &Mte, InLoadOrderLinks.Blink) != AddrPrev.FlatPtr)
916 AddrPrev = Addr;

Completed in 56 milliseconds