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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 1093 UINTN SwapCount;
1095 SwapCount = BufferSize / 2;
1096 for (Index = 0; Index < SwapCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 200 UINT32 SwapCount;
202 SwapCount = BufferSize / 2;
203 for (Index = 0; Index < SwapCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c 271 UINT32 SwapCount;
273 SwapCount = BufferSize / 2;
274 for (Index = 0; Index < SwapCount; Index++) {
    [all...]

Completed in 1418 milliseconds