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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.c 74 Address = ALIGN_VARIABLE (Address);
276 CallbackEntry->EndPointer = ALIGN_VARIABLE (CallbackEntry->EndPointer);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c 370 mEdd11Buffer = (VOID *) ALIGN_VARIABLE (TmpAddress);
376 mLegacyDriverUnder1Mb = (BIOS_LEGACY_DRIVE *) ALIGN_VARIABLE (TmpAddress);
382 mEddBufferUnder1Mb = (EDD_DEVICE_ADDRESS_PACKET *) ALIGN_VARIABLE (TmpAddress);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 142 /// ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
144 #define ALIGN_VARIABLE(Value, Adjustment) \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 270 // ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
272 #define ALIGN_VARIABLE(Value, Adjustment) \
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c 252 DataSize = ALIGN_VARIABLE (sizeof (EFI_IPSEC_SPD_DATA));
253 DataSize = ALIGN_VARIABLE (DataSize + sizeof (EFI_IPSEC_PROCESS_POLICY));
678 DataSize = ALIGN_VARIABLE (sizeof (EFI_IPSEC_SA_DATA2));
679 DataSize = ALIGN_VARIABLE (DataSize + AuthKeyLength);
680 DataSize = ALIGN_VARIABLE (DataSize + EncKeyLength);
681 DataSize = ALIGN_VARIABLE (DataSize + sizeof (EFI_IPSEC_SPD_SELECTOR));
682 DataSize = ALIGN_VARIABLE (DataSize + sizeof (EFI_IP_ADDRESS_INFO));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c 207 InfoLen += ALIGN_VARIABLE (UserInfo->InfoSize);
216 InfoLen += ALIGN_VARIABLE (UserInfo->InfoSize);
301 InfoLen += ALIGN_VARIABLE (UserInfo->InfoSize);
727 ChkLen += ALIGN_VARIABLE (Info->InfoSize);
1054 if (User->MaxProfileSize - User->UserProfileSize < ALIGN_VARIABLE (InfoSize)) {
1055 if (!ExpandUserProfile (User, ALIGN_VARIABLE (InfoSize))) {
1067 User->UserProfileSize += ALIGN_VARIABLE (InfoSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Pool.c 341 Size = ALIGN_VARIABLE (Size);
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 852 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))
    [all...]

Completed in 561 milliseconds