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

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrVariable.c 474 UINTN NameLength;
480 NameLength = EfiStrLen (Name);
482 NameSuffixed = EfiLibAllocateZeroPool ((NameLength + SuffixLength + 1) * sizeof (CHAR16));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlString.c 289 UINTN NameLength;
296 NameLength = 0;
311 NameLength = AmlGetAslNameSegLength (Buffer);
312 if ((NameLength == 0) || (NameLength > AML_NAME_SEG_SIZE)) {
316 Buffer += NameLength;
390 UINTN NameLength;
436 NameLength = AmlGetAslNameSegLength (Buffer);
437 ASSERT ((NameLength != 0) && (NameLength <= AML_NAME_SEG_SIZE));
    [all...]
  /external/libpcap/
inet.c 246 ULONG NameLength = ADAPTERSNAME_LEN;
249 if (PacketGetAdapterNames(AdaptersName,&NameLength) )
258 ULONG NameLength = ADAPTERSNAME_LEN;
274 if ( !PacketGetAdapterNames((PTSTR)TAdaptersName,&NameLength) )
pcap-win32.c     [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h 22 UINTN NameLength;
44 UINTN NameLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/
VarCheckLib.c 139 UINTN NameLength;
141 NameLength = StrLen (VariableName) - 4;
146 (StrnCmp (VariableName, mVarCheckVariableWithWildcardName[Index].Name, NameLength) == 0) &&
147 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength]) &&
148 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength + 1]) &&
149 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength + 2]) &&
150 VarCheckInternalIsHexaDecimalDigitCharacter (VariableName[NameLength + 3])) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
VarCheckUefiLibNullClass.c 777 UINTN NameLength;
793 NameLength = StrLen (VariableName) - 4;
796 (StrnCmp (VariableName, mGlobalVariableList2[Index].Name, NameLength) == 0) &&
797 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength]) &&
798 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 1]) &&
799 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 2]) &&
800 VarCheckUefiIsHexaDecimalDigitCharacter (VariableName[NameLength + 3])) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountdev.h 20 USHORT NameLength;
acpiioct.h 126 ULONG NameLength;
132 ULONG NameLength;
171 ( (2* sizeof (ULONG)) + Child->NameLength )
mountmgr.h 117 USHORT NameLength;
ntifs.h 857 UCHAR NameLength;
866 CSHORT NameLength;
874 CSHORT NameLength;
880 CSHORT NameLength;
889 CSHORT NameLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableSmm.c 353 UINTN NameLength;
391 NameLength = StrSize (VariableInfo->Name);
392 if (NameLength == StrSize (InfoName)) {
393 if (CompareMem (VariableInfo->Name, InfoName, NameLength) == 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
apiset.h 66 ULONG NameLength;
82 ULONG NameLength;
winperf.h 168 DWORD NameLength;
http.h 94 USHORT NameLength;
sspi.h 207 unsigned __LONG32 NameLength;
    [all...]
  /external/llvm/lib/Support/
TargetParser.cpp 34 size_t NameLength;
40 StringRef getName() const { return StringRef(NameCStr, NameLength); }
57 size_t NameLength;
67 StringRef getName() const { return StringRef(NameCStr, NameLength); }
90 size_t NameLength;
95 StringRef getName() const { return StringRef(NameCStr, NameLength); }
111 size_t NameLength;
114 StringRef getName() const { return StringRef(NameCStr, NameLength); }
127 size_t NameLength;
132 StringRef getName() const { return StringRef(NameCStr, NameLength); }
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 474 int32_t length = NameLength(index);
562 int32_t NameTable::NameLength(int32_t index) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
TargetParser.cpp 34 size_t NameLength;
40 StringRef getName() const { return StringRef(NameCStr, NameLength); }
57 size_t NameLength;
67 StringRef getName() const { return StringRef(NameCStr, NameLength); }
94 size_t NameLength;
99 StringRef getName() const { return StringRef(NameCStr, NameLength); }
115 size_t NameLength;
118 StringRef getName() const { return StringRef(NameCStr, NameLength); }
131 size_t NameLength;
136 StringRef getName() const { return StringRef(NameCStr, NameLength); }
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 406 UINTN NameLength;
422 NameLength = StrLen (Private->FileContext->FileName);
423 if (NameLength <= 4) {
426 FilePostFix = Private->FileContext->FileName + NameLength - 4;
815 UINTN NameLength;
830 NameLength = StrLen (Private->FileContext->FileName);
831 if (NameLength <= 4) {
834 FilePostFix = Private->FileContext->FileName + NameLength - 4;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 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
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/libchrome/sandbox/win/src/
nt_internals.h 413 ULONG NameLength;

Completed in 6091 milliseconds

1 2