Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
DGenFfs.c49 STATIC CHAR8 *mAlignName[] = { variable
188 for (Index = 0; Index < sizeof (mAlignName) / sizeof (CHAR8 *); Index ++) { in StringtoAlignment()
189 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) { in StringtoAlignment()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
DGenSec.c75 STATIC CHAR8 *mAlignName[] = { variable
380 for (Index = 0; Index < sizeof (mAlignName) / sizeof (CHAR8 *); Index ++) { in StringtoAlignment()
381 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) { in StringtoAlignment()