Searched refs:BOTH_ALIGNED (Results 1 – 1 of 1) sorted by relevance
747 #define BOTH_ALIGNED(a, b, align) ((((UINTN)(a) | (UINTN)(b)) & ((align) - 1)) == 0) macro776 if (BOTH_ALIGNED(DestinationBuffer, SourceBuffer, 8) && Length >= 8) { in AlignedCopyMem()786 } else if (BOTH_ALIGNED(DestinationBuffer, SourceBuffer, 4) && Length >= 4) { in AlignedCopyMem()