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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2444 uint32_t const cbScratchReadMax = cbScratch & ~(uint32_t)(_4K - 1); local
2525 if (cbScratchRead > cbScratchReadMax)
2526 cbScratchRead = cbScratchReadMax;

Completed in 56 milliseconds