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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp1772 uint32_t cbInEntry; local
1776 cbInEntry = (uint32_t)(pEntryAbove->Core.Key - off);
1781 cbInEntry = cb;
1788 Assert(cbInEntry <= cbNext);
1797 return cbInEntry;

Completed in 38 milliseconds