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

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 97 #define ALIGNBYTES32 (sizeof(INT32) - 1)
98 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 39 #define ALIGNBYTES32 (sizeof(INT32) - 1)
40 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)

Completed in 77 milliseconds