HomeSort by relevance Sort by last modified time
    Searched refs:RemainingLen (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyIdentityPolicy.c 172 UINTN RemainingLen;
191 RemainingLen = mUserInfo.NewIdentityPolicyLen - Offset - DeleteLen;
192 CopyMem ((UINT8 *) IdentityPolicy, (UINT8 *) IdentityPolicy + DeleteLen, RemainingLen);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 328 UINT32 RemainingLen;
343 RemainingLen = BufferSize;
348 if (RemainingLen < UFS_MAX_DATA_LEN_PER_PRD) {
349 Prdt[PrdtIndex].DbCount = (UINT32)RemainingLen - 1;
356 RemainingLen -= UFS_MAX_DATA_LEN_PER_PRD;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c 399 UINT32 RemainingLen;
414 RemainingLen = BufferSize;
419 if (RemainingLen < UFS_MAX_DATA_LEN_PER_PRD) {
420 Prdt[PrdtIndex].DbCount = (UINT32)RemainingLen - 1;
427 RemainingLen -= UFS_MAX_DATA_LEN_PER_PRD;
    [all...]

Completed in 54 milliseconds