HomeSort by relevance Sort by last modified time
    Searched defs:pVersion (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/
MiscSystemManufacturerFunction.c 62 CHAR16 *pVersion;
83 pVersion = (CHAR16 *) PcdGetPtr (PcdSystemVersion);
84 if (StrLen(pVersion) > 0)
87 HiiSetString (mHiiHandle, TokenToUpdate, pVersion, NULL);
  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 87 CXML_Element* pVersion =
89 if (!pVersion)
91 CXML_Content* pContent = ToContent(pVersion->GetChild(0));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c 539 UINT8 * pVersion;
562 pVersion = HttpReplaceSpace ( pWebPage, pEnd );
563 if ( pEnd <= pVersion ) {
    [all...]