Home | History | Annotate | Download | only in UefiHiiLib

Lines Matching defs:NameLength

685     GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize<Null>

713 UINTN NameLength;
726 NameLength = 0;
728 NameLength = StrLen (Name);
748 // GUID=<HexCh>32&NAME=<Char>NameLength&PATH=<HexChar>DevicePathSize <Null>
751 MaxLen = 5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1;
781 // Append Name converted to <Char>NameLength