Home
last modified time | relevance | path

Searched refs:MAX_SAVES (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DDscFile.h52 #define MAX_SAVES 4 macro
55 SECTION_LINE *SavedPosition[MAX_SAVES];
DDscFile.c511 if (DSC->SavedPositionIndex >= MAX_SAVES) { in DSCFileSavePosition()