HomeSort by relevance Sort by last modified time
    Searched refs:StringCount (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.h 167 IN UINTN StringCount
174 Allocates a STRING_LIST structure that can store StringCount strings.
178 StringCount The number of strings that need to be stored
StringFuncs.c 288 IN UINTN StringCount
294 Allocates a STRING_LIST structure that can store StringCount strings.
298 StringCount The number of strings that need to be stored
306 return malloc (OFFSET_OF(STRING_LIST, Strings[StringCount + 1]));
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscOemStringFunction.c 64 SmbiosRecord->StringCount = 1;
MiscSystemOptionStringFunction.c 67 SmbiosRecord->StringCount = 1;
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscOemStringFunction.c 65 SmbiosRecord->StringCount = 1;
MiscSystemOptionStringFunction.c 67 SmbiosRecord->StringCount = 1;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscOemStringFunction.c 68 SmbiosRecord->StringCount = 1;
MiscSystemOptionStringFunction.c 71 SmbiosRecord->StringCount = 1;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemStringFunction.c 87 SmbiosRecord->StringCount = 1;
MiscSystemOptionStringFunction.c 90 SmbiosRecord->StringCount = 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 703 UINTN StringCount;
787 StringCount = UnicodeSPrint (String, sizeof (String), L"%s\n", TmpString);
800 StringCount += UnicodeSPrint (String + StringCount, sizeof (String) - sizeof (String[0]) * StringCount, L"\n%s", TmpString);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 776 UINT16 StringCount;
832 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
836 for (Index = 0; Index < StringCount; Index++) {
849 &StringCount,
856 for (Index = 0; Index < StringCount; Index++) {
911 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
912 for (Index = 0; Index < StringCount; Index++) {
933 &StringCount,
937 for (Index = 0; Index < StringCount; Index++) {
1043 UINT16 StringCount;
    [all...]
String.c 284 UINT16 StringCount;
339 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
343 for (Index = 0; Index < StringCount; Index++) {
359 &StringCount,
366 for (Index = 0; Index < StringCount; Index++) {
408 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
409 for (Index = 0; Index < StringCount; Index++) {
429 &StringCount,
433 for (Index = 0; Index < StringCount; Index++) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
WindowsResource.h 143 static uint32_t StringCount;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
WindowsResource.h 143 static uint32_t StringCount;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
WindowsResource.h 143 static uint32_t StringCount;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
WindowsResource.h 143 static uint32_t StringCount;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 257 UINT8 StringCount;
262 UINT8 StringCount;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 369 UINT16 StringCount;
376 UINT16 StringCount;
393 UINT16 StringCount;
400 UINT16 StringCount;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 332 UINT16 StringCount;
339 UINT16 StringCount;
356 UINT16 StringCount;
363 UINT16 StringCount;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 384 UINT16 StringCount;
391 UINT16 StringCount;
408 UINT16 StringCount;
415 UINT16 StringCount;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
WindowsResource.h 182 static uint32_t StringCount;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
WindowsResource.h 182 static uint32_t StringCount;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
WindowsResource.h 182 static uint32_t StringCount;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
WindowsResource.h 182 static uint32_t StringCount;

Completed in 718 milliseconds

1 2