HomeSort by relevance Sort by last modified time
    Searched defs:MaxLen (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetAddrInfo/
GetAddrInfo.c 46 int MaxLen;
95 MaxLen = pInfo->ai_addr->sa_len;
96 if ( sizeof ( struct sockaddr_in6 ) < MaxLen ) {
97 MaxLen = sizeof ( struct sockaddr_in6 );
99 for ( Index = 0; ( MaxLen - 2 ) > Index; Index++ ) {
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 47 unsigned MaxLen;
53 MaxLen(80 - 1)
  /external/llvm/lib/MC/
SubtargetFeature.cpp 87 size_t MaxLen = 0;
89 MaxLen = std::max(MaxLen, std::strlen(I.Key));
90 return MaxLen;
  /external/clang/lib/Lex/
HeaderMap.cpp 157 unsigned MaxLen = FileBuffer->getBufferSize() - StrTabIdx;
158 unsigned Len = strnlen(Data, MaxLen);
161 if (Len == MaxLen && Data[Len - 1])
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 23 public int MaxLen;
27 int minLen, int maxLen, string postCharSet)
33 MaxLen = maxLen;
84 int maxLen = kNoLen;
88 if (switchLen <= maxLen || pos + switchLen > len)
94 maxLen = switchLen;
97 if (maxLen == kNoLen)
98 throw new Exception("maxLen == kNoLen");
104 pos += maxLen;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
SubtargetFeature.cpp 140 size_t MaxLen = 0;
142 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key));
143 return MaxLen;
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 21 size_t MaxLen = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 181 UINTN MaxLen;
203 MaxLen = SMBIOS_STRING_MAX_LENGTH;
211 MaxLen = SMBIOS_TABLE_MAX_LENGTH;
217 MaxLen = SMBIOS_3_0_TABLE_MAX_LENGTH;
220 for (StrLen = 0 ; StrLen < MaxLen; StrLen++) {
226 if (StrLen == MaxLen) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerOptions.h 20 size_t MaxLen = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 448 UINTN MaxLen;
544 MaxLen = (TempSize + StrSize (L"Device Path : "))/sizeof(CHAR16);
546 StrCatS (HelpString, MaxLen, L"Device Path : ");
547 StrCatS (HelpString, MaxLen, TempStr);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 615 UINTN MaxLen;
631 MaxLen = (Size1 + Size2 + sizeof (CHAR16))/ sizeof (CHAR16);
638 StrCpyS (Str, MaxLen, Str1);
640 StrCatS (Str, MaxLen, L"\\");
643 StrCatS (Str, MaxLen, Str2);
659 StrCpyS (TmpStr, MaxLen, Ptr + 3);
660 StrCpyS (LastSlash, MaxLen - (UINTN) (LastSlash - Str), TmpStr);
671 StrCpyS (TmpStr, MaxLen, Ptr + 2);
672 StrCpyS (Ptr, MaxLen - (UINTN) (Ptr - Str), TmpStr);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 87 UINTN MaxLen;
106 MaxLen = Maximum + 1;
107 TempString = AllocateZeroPool (MaxLen * sizeof (CHAR16));
248 StrCpyS (StringPtr, MaxLen, TempString);
257 StrnCpyS (StringPtr, MaxLen, &Key.UnicodeChar, 1);
268 StrCatS (TempString, MaxLen, KeyPad);
269 StrCatS (TempString, MaxLen, StringPtr + CurrentCursor);
270 StrCpyS (StringPtr, MaxLen, TempString);
272 StrCatS (StringPtr, MaxLen, KeyPad);
    [all...]
ProcessOptions.c 957 UINTN MaxLen;
1000 MaxLen = OrderList->MaxContainers * BufferSize / sizeof (CHAR16);
1001 *OptionString = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1059 NewStrCat (OptionString[0], MaxLen, Character);
1062 NewStrCat (OptionString[0], MaxLen, StringPtr);
1064 NewStrCat (OptionString[0], MaxLen, Character);
1066 NewStrCat (OptionString[0], MaxLen, Character);
1094 NewStrCat (OptionString[0], MaxLen, Character);
1097 NewStrCat (OptionString[0], MaxLen, StringPtr);
1099 NewStrCat (OptionString[0], MaxLen, Character);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c 691 UINTN MaxLen;
738 MaxLen = StringSize / sizeof (CHAR16) + FormsetStorage->SpareStrLen;
747 MaxLen = StringSize / sizeof (CHAR16) + CONFIG_REQUEST_STRING_INCREMENTAL;
748 NewStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
758 StrCatS (FormsetStorage->ConfigRequest, MaxLen, RequestElement);
790 MaxLen = StringSize / sizeof (CHAR16) + ConfigInfo->SpareStrLen;
799 MaxLen = StringSize / sizeof (CHAR16) + CONFIG_REQUEST_STRING_INCREMENTAL;
800 NewStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
810 StrCatS (ConfigInfo->ConfigRequest, MaxLen, RequestElement);
    [all...]
Expression.c 1327 UINTN MaxLen;
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 746 unsigned MaxLen = 0;
749 MaxLen = std::max(MaxLen, (unsigned)I.first.size());
762 OS << I.first << " */ " << std::string(MaxLen - I.first.size(), ' ');
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 1090 UINTN MaxLen;
1098 MaxLen = (Size1 + Size2 + sizeof (CHAR16)) / sizeof (CHAR16);
1099 Str = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1102 TmpStr = AllocateZeroPool (MaxLen * sizeof (CHAR16));
1105 StrCatS (Str, MaxLen, Str1);
1107 StrCatS (Str, MaxLen, L"\\");
1110 StrCatS (Str, MaxLen, Str2);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 730 UINTN MaxLen;
761 MaxLen = 5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1;
762 String = AllocateZeroPool (MaxLen * sizeof (CHAR16));
770 StrCpyS (String, MaxLen, L"GUID=");
786 StrCatS (ReturnString, MaxLen, L"&NAME=");
801 StrCatS (ReturnString, MaxLen, L"&PATH=");
    [all...]

Completed in 2685 milliseconds

1 2