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

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
StringTableBuilder.h 38 uint32_t StringSize = 1;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscSubclassDriverEntryPoint.c 54 UINTN StringSize;
62 StringSize = 0;
69 &StringSize,
85 String = AllocateZeroPool (StringSize);
99 &StringSize,
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
SmbiosLib.c 102 UINTN StringSize;
114 StringSize = AsciiStrSize (StringArray[Index]);
115 Size += StringSize;
132 StringSize = AsciiStrSize (StringArray[Index]);
133 CopyMem (Str, StringArray[Index], StringSize);
134 Str += StringSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrString.c 438 UINTN StringSize;
444 StringSize = IFR_LIB_DEFAULT_STRING_SIZE;
445 *String = EfiLibAllocateZeroPool (StringSize);
450 Status = IfrLibGetString (HiiHandle, StringId, *String, &StringSize);
453 *String = EfiLibAllocateZeroPool (StringSize);
457 Status = IfrLibGetString (HiiHandle, StringId, *String, &StringSize);
604 IN OUT UINTN *StringSize
616 StringSize - On entry, points to the size of the buffer pointed to by String, in bytes. On return,
623 EFI_INVALID_PARAMETER - The String or StringSize was NULL.
643 StringSize,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiString.c 231 UINTN StringSize;
288 StringSize = 0;
295 &StringSize,
311 String = AllocateZeroPool (StringSize);
325 &StringSize,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Variable.c 194 UINTN StringSize;
207 StringSize = StrSize ((CHAR16 *)(Entry + 1));
208 Entry = (VARIABLE_ARRAY_ENTRY *)(((UINT8 *)Entry) + (StringSize + sizeof (VARIABLE_ARRAY_ENTRY) + Entry->DataSize));
213 if (*VariableNameSize < StringSize) {
214 *VariableNameSize = StringSize;
218 *VariableNameSize = StringSize;
219 CopyMem (VariableName, (CHAR16 *)(Entry + 1), StringSize);
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
Cpu.c 177 UINTN StringSize;
196 StringSize = AsciiStrSize (StringPack[Index]);
197 Size += StringSize;
217 StringSize = AsciiStrSize (StringPack[Index]);
218 CopyMem (Str, StringPack[Index], StringSize);
219 Str += StringSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmPerformance.c 29 @param StringSize The buffer size of GaugeString in bytes.
36 IN UINTN StringSize
45 AsciiStrCpyS (GaugeString, StringSize, " ");
65 if (Index1 == StringSize - 1) {
83 @param StringSize The buffer size of GaugeString in bytes.
90 IN UINTN StringSize
98 AsciiStrCpyS (GaugeString, StringSize, " ");
134 BmGetShortPdbFileName (PdbFileName, GaugeString, StringSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 121 UINTN StringSize;
126 StringSize = AsciiStrSize (StringSrc) * 2;
127 if (*BufferSize < StringSize || StringDest == NULL) {
128 *BufferSize = StringSize;
165 UINTN StringSize;
170 StringSize = sizeof (CHAR16);
173 StringSize += sizeof (CHAR16);
177 if (*BufferSize < StringSize) {
178 *BufferSize = StringSize;
182 CopyMem (StringDest, StringSrc, StringSize);
    [all...]
ConfigKeywordHandler.c 723 UINTN StringSize;
728 StringSize = sizeof (CHAR16);
731 StringSize += sizeof (CHAR16);
735 *StringDest = AllocatePool (StringSize);
740 CopyMem (*StringDest, StringSrc, StringSize);
742 *BufferSize = StringSize;
779 UINTN StringSize;
867 // Use StringSize to store the size of the specified string, including the NULL
870 Status = GetUnicodeStringTextAndSize (StringTextPtr, &StringSize, &String);
879 BlockSize += Offset + StringSize;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditInputBar.c 20 UINTN StringSize; // Size of mReturnString space size.
33 StringSize = 0;
221 if (Size >= StringSize) {
301 StringSize = Size;
302 mReturnString = AllocateZeroPool ((StringSize + 1) * sizeof(mReturnString[0]));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootOption.c 262 UINTN StringSize;
390 StringSize = StrSize((UINT16*)LoadOptionPtr);
400 LoadOptionPtr += StringSize;
419 StringSize -
661 UINTN StringSize;
733 StringSize = StrSize ((UINT16 *) LoadOptionPtr);
734 NewLoadContext->Description = AllocateZeroPool (StringSize);
739 StringSize
744 LoadOptionPtr += StringSize;
763 StringSize -
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/
HiiString.h 90 IN OUT UINTN *StringSize,
107 StringSize - On entry, points to the size of the buffer pointed to by
122 EFI_BUFFER_TOO_SMALL - The buffer specified by StringSize is too small to
124 EFI_INVALID_PARAMETER - The String or Language or StringSize was NULL.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiString.h 82 @param StringSize On entry, points to the size of the buffer pointed
94 @retval EFI_BUFFER_TOO_SMALL The buffer specified by StringSize is too small to
96 @retval EFI_INVALID_PARAMETER The Language or StringSize was NULL.
97 @retval EFI_INVALID_PARAMETER The value referenced by StringSize was not zero and
111 IN OUT UINTN *StringSize,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c 515 UINTN StringSize;
531 StringSize = StrSize (ErrorString);
533 NewHstiSize = Offset + StringSize;
540 CopyMem ((UINT8 *)NewHsti + Offset, ErrorString, StringSize);
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 219 UINTN StringSize;
328 StringSize = 0;
334 &StringSize
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 205 UINTN StringSize;
296 StringSize = 0;
302 &StringSize

Completed in 1159 milliseconds

1 2 3