HomeSort by relevance Sort by last modified time
    Searched defs:StringSize (Results 26 - 50 of 50) sorted by null

12

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
PlatformSmbiosDxe.c 547 UINTN StringSize;
559 StringSize = AsciiStrSize (StringPack[Index]);
560 Size += StringSize;
581 StringSize = AsciiStrSize (StringPack[Index]);
582 CopyMem (Str, StringPack[Index], StringSize);
583 Str += StringSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPageCustomizedUiSupport.c 268 UINTN StringSize;
323 StringSize = 0;
324 Status = HiiString->GetString (HiiString, Lang, HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, StringBuffer, &StringSize, NULL);
326 StringBuffer = AllocateZeroPool (StringSize);
328 Status = HiiString->GetString (HiiString, Lang, HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, StringBuffer, &StringSize, NULL);
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c 832 UINTN StringSize;
834 StringSize = StrSize (mSemihostFsLabel);
835 ResultSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StringSize;
849 CopyMem (Info->VolumeLabel, mSemihostFsLabel, StringSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 260 UINTN StringSize;
374 StringSize = StrSize((UINT16*)LoadOptionPtr);
384 LoadOptionPtr += StringSize;
403 StringSize -
644 UINTN StringSize;
703 StringSize = StrSize ((UINT16 *) LoadOptionPtr);
704 NewLoadContext->Description = AllocateZeroPool (StringSize);
709 StringSize
714 LoadOptionPtr += StringSize;
733 StringSize -
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 205 UINTN StringSize;
262 StringSize = 2 * sizeof (CHAR16) + StrSize (UserVariableNameNode->Name);
263 UserVariableNameNode->PromptString = AllocatePool (StringSize);
265 UnicodeSPrint (UserVariableNameNode->PromptString, StringSize, L" %s", UserVariableNameNode->Name);
269 StringSize = (33 + 1 + (sizeof (UINT32) + sizeof (UINTN)) * 2) * sizeof (CHAR16);
270 UserVariableNameNode->HelpString = AllocatePool (StringSize);
272 UnicodeSPrint (UserVariableNameNode->HelpString, StringSize, L"Attribtues = 0x%08x and DataSize = 0x%x", UserVariableNameNode->Attributes, UserVariableNameNode->DataSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 122 UINTN StringSize;
127 StringSize = AsciiStrSize (StringSrc) * 2;
128 if (*BufferSize < StringSize || StringDest == NULL) {
129 *BufferSize = StringSize;
166 UINTN StringSize;
171 StringSize = sizeof (CHAR16);
174 StringSize += sizeof (CHAR16);
178 if (*BufferSize < StringSize) {
179 *BufferSize = StringSize;
183 CopyMem (StringDest, StringSrc, StringSize);
    [all...]
Font.c     [all...]
ConfigKeywordHandler.c 725 UINTN StringSize;
730 StringSize = sizeof (CHAR16);
733 StringSize += sizeof (CHAR16);
737 *StringDest = AllocatePool (StringSize);
742 CopyMem (*StringDest, StringSrc, StringSize);
744 *BufferSize = StringSize;
781 UINTN StringSize;
871 // Use StringSize to store the size of the specified string, including the NULL
874 Status = GetUnicodeStringTextAndSize (StringTextPtr, &StringSize, &String);
883 BlockSize += Offset + StringSize;
    [all...]
ConfigRouting.c     [all...]
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 869 static size_t StringSize(const uint8_t *start, size_t limit, uint8_t encoding) {
906 size_t mimeLen = StringSize(&data[consumed], size - consumed, 0x00);
929 size_t descLen = StringSize(&data[consumed], size - consumed, encoding);
966 size_t descLen = StringSize(&data[5], size - 5, encoding);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 314 UINTN StringSize;
442 StringSize = 0;
443 Status = HiiString->GetString (HiiString, Lang, HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, StringBuffer, &StringSize, NULL);
445 StringBuffer = AllocateZeroPool (StringSize);
447 Status = HiiString->GetString (HiiString, Lang, HiiHandle, PRINTABLE_LANGUAGE_NAME_STRING_ID, StringBuffer, &StringSize, NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 247 UINTN StringSize;
262 StringSize = 0;
268 &StringSize
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c 685 UINTN StringSize;
737 StringSize = (FormsetStorage->ConfigRequest != NULL) ? StrSize (FormsetStorage->ConfigRequest) : sizeof (CHAR16);
738 MaxLen = StringSize / sizeof (CHAR16) + FormsetStorage->SpareStrLen;
747 MaxLen = StringSize / sizeof (CHAR16) + CONFIG_REQUEST_STRING_INCREMENTAL;
751 CopyMem (NewStr, FormsetStorage->ConfigRequest, StringSize);
789 StringSize = (ConfigInfo->ConfigRequest != NULL) ? StrSize (ConfigInfo->ConfigRequest) : sizeof (CHAR16);
790 MaxLen = StringSize / sizeof (CHAR16) + ConfigInfo->SpareStrLen;
799 MaxLen = StringSize / sizeof (CHAR16) + CONFIG_REQUEST_STRING_INCREMENTAL;
803 CopyMem (NewStr, ConfigInfo->ConfigRequest, StringSize);
    [all...]
Setup.c     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 737 inline int WireFormatLite::StringSize(const string& value) {
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 737 inline int WireFormatLite::StringSize(const string& value) {
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 737 inline int WireFormatLite::StringSize(const string& value) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 737 inline int WireFormatLite::StringSize(const string& value) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 869 UINTN StringSize;
1011 StringSize = StrSize((UINT16*)LoadOptionPtr);
1018 LoadOptionPtr += StringSize;
1043 StringSize -
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 97 UINTN StringSize;
109 StringSize = StrSize (AppendStr);
110 NewStr = AllocateZeroPool (StringSize);
112 StringSize = StrSize (AppendStr);
113 StringSize += (StrSize (Str->Str) - sizeof (UINT16));
117 StringSize,
127 StrCatS (Str->Str, StringSize/sizeof(CHAR16), AppendStr);
128 Str->Len = StringSize;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]

Completed in 1664 milliseconds

12