Searched defs:ALIGN_PTR_UP (Results 1 – 4 of 4) sorted by relevance
182 #define ALIGN_PTR_UP(p, ptr_align_to) \ macro
181 #define ALIGN_PTR_UP(p, ptr_align_to) \ macro
124 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) macro
131 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) macro