Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c45 #define PARTITION_ENTRY_NUM 4 macro
323 for (Index = 0; Index < PARTITION_ENTRY_NUM; ++Index) { in GetBootSectorOffset()
336 for (Index = 0; Index < PARTITION_ENTRY_NUM; Index++) { in GetBootSectorOffset()
348 if (Index == PARTITION_ENTRY_NUM) { in GetBootSectorOffset()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DGnuGenBootSector.c45 #define PARTITION_ENTRY_NUM 4 macro