Searched defs:ALIGN (Results 1 – 10 of 10) sorted by relevance
39 #define ALIGN(a, b) (((a) + (b)) & ~(b)) macro
81 #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
94 #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
33 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
94 #define ALIGN(p) (((UINT64)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
17 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
67 #define ALIGN(p) (((EFI_ULONG_T)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
36 #define ALIGN(p) (((UINT64)(p) + ALIGNBYTES) &~ALIGNBYTES) macro
23 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
43 #define ALIGN(a, b) (((a) + (b)) & ~(b)) macro