Searched refs:cbMapping (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPHGSMI.cpp59 uint32_t offVRAMBaseMapping, cbMapping, offGuestHeapMemory, cbGuestHeapMemory, local
73 &cbMapping, &offGuestHeapMemory,
77 rc = VBoxMPCmnMapAdapterMemory(pCommon, &pCommon->pvAdapterInformation, offVRAMBaseMapping, cbMapping);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp323 uint32_t cbMapping = 0; local
327 cbMapping = (j + 1 < pThis->cSections ? pThis->paSections[j + 1].VirtualAddress : pThis->cbImage)
330 if (offSection < cbMapping)
334 if (j >= cbMapping)
338 if (offSection + cbToAdv > cbMapping)
339 cbToAdv = cbToRead = cbMapping - offSection;

Completed in 65 milliseconds