Searched defs:ptr_align_to (Results 1 – 3 of 3) sorted by relevance
181 #define ALIGN_PTR_UP(p, ptr_align_to) \ argument183 #define ALIGN_PTR_DOWN(p, ptr_align_to) \ argument
124 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument
58 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument59 #define ALIGN_PTR_DOWN(p, ptr_align_to) ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to)) argument