Searched refs:ALIGNBYTES32 (Results 1 – 2 of 2) sorted by relevance
97 #define ALIGNBYTES32 (sizeof(INT32) - 1) macro98 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
39 #define ALIGNBYTES32 (sizeof(INT32) - 1) macro40 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)