HomeSort by relevance Sort by last modified time
    Searched refs:StrLen (Results 251 - 275 of 327) sorted by null

<<11121314

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 106 #define IS_NULL_SYMBOL_VALUE(var) ((var != NULL) && (strlen (var) == 0))
1118 Cptr = ComponentFilePath + strlen (ComponentFilePath) - 1;
1137 strlen (COMPONENT_TYPE_FILE)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Expression.c     [all...]
Presentation.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 116 case LibFunc::strlen:
719 if (!TLI->has(LibFunc::strlen))
724 Constant *StrLen = M->getOrInsertFunction("strlen", DL.getIntPtrType(Context),
726 inferLibFuncAttributes(*M->getFunction("strlen"), *TLI);
727 CallInst *CI = B.CreateCall(StrLen, castToCStr(Ptr, B), "strlen");
728 if (const Function *F = dyn_cast<Function>(StrLen->stripPointerCasts()))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
ConvLib.c 265 StringLength = (UINT32)StrLen (Data);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BlockIo.c 589 Size = StrLen (Str) + 1;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 769 UnicodeVSPrint(BufferToReturn + StrLen(BufferToReturn), (CharactersRequired+1) * sizeof(CHAR16), FormatString, Marker);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibPrint.c 769 UnicodeVSPrint(BufferToReturn + StrLen(BufferToReturn), (CharactersRequired+1) * sizeof(CHAR16), FormatString, Marker);
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c 657 AuthKeyLength = StrLen (ValueStr);
662 EncKeyLength = StrLen (ValueStr);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.c 455 TempStrSize = StrLen (PcdTempStr);
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c 396 NameSize = StrLen (CustomCumulativeToken) + 1;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.c 360 Node->Val = AllocateCopyPool(StrSize(CurrentString) - StrSize(Node->Key), CurrentString + StrLen(Node->Key) + 1);
  /external/libcxx/test/support/
filesystem_test_helper.hpp 340 std::size_t StrLen(CharT const* P) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 450 unsigned StrLen = Str.length();
455 if ((NumBits >> 3) == StrLen + 1 && (NumBits & 7) == 0 &&
460 for (signed i = StrLen-1; i >= 0; i--) {
465 for (unsigned i = 0; i < StrLen; i++) {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 483 EXPECT_EQ(StrLen(e), h.length_); \
490 EXPECT_EQ(StrLen(e), h2.length_); \
567 EXPECT_EQ(StrLen(e), h.length_);
578 EXPECT_EQ(StrLen(e), h.length_);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 340 std::size_t StrLen(CharT const* P) {
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c 210 Length = StrLen (FileName) + 1;
969 Length = StrLen (Info->FileName) + 1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
UpdatePage.c 739 StrnCatS (PStr, ARRAY_SIZE (ModeString), L" x ", StrLen(L" x ") + 1);
740 PStr = PStr + StrLen (PStr);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 525 Index = StrLen (FileName) - 1;
1132 BufferSize = StrLen (DirInfo->FileName) * 2 + 6;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 617 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
648 *Progress = Request + StrLen (Request);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmLoadOption.c 793 VariableNameLen = StrLen (VariableName);
800 if ((VariableNameLen - 4 == StrLen (mBmLoadOptionName[Index])) &&
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSymbol.c 882 MapNameSize = StrLen (MapFileName);
1126 CodNameSize = StrLen (CodFileName);
    [all...]

Completed in 807 milliseconds

<<11121314