HomeSort by relevance Sort by last modified time
    Searched refs:mAlignName (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 49 STATIC CHAR8 *mAlignName[] = {
188 for (Index = 0; Index < sizeof (mAlignName) / sizeof (CHAR8 *); Index ++) {
189 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 75 STATIC CHAR8 *mAlignName[] = {
380 for (Index = 0; Index < sizeof (mAlignName) / sizeof (CHAR8 *); Index ++) {
381 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) {
    [all...]

Completed in 45 milliseconds