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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c245 UINTN FSize; local
300 FSize = LIST_TO_SIZE(Index);
302 while (Offset + FSize <= DEFAULT_PAGE_ALLOCATION) {
307 Offset += FSize;
416 UINTN FSize; local
505 FSize = LIST_TO_SIZE(Index);
506 while (Offset + FSize <= DEFAULT_PAGE_ALLOCATION) {
512 Offset += FSize;
530 FSize = LIST_TO_SIZE(Index);
531 while (Offset + FSize <
[all...]

Completed in 185 milliseconds