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

  /external/syslinux/efi32/include/efi/ia32/
efibind.h 141 #define ALIGN_VARIABLE(Value ,Adjustment) \
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 141 #define ALIGN_VARIABLE(Value ,Adjustment) \
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 127 #define ALIGN_VARIABLE(Value , Adjustment) \
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 150 #define ALIGN_VARIABLE(Value ,Adjustment) \
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 150 #define ALIGN_VARIABLE(Value ,Adjustment) \
  /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 boundry for int size of a processor
272 #define ALIGN_VARIABLE(Value, Adjustment) \
  /external/syslinux/gpxe/src/include/gpxe/efi/
Base.h 209 /// ALIGN_VARIABLE - aligns a variable up to the next natural boundry for int size of a processor
211 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 687 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))
    [all...]

Completed in 224 milliseconds