Searched refs:ALIGN_ROUNDUP (Results 1 – 1 of 1) sorted by relevance
64 #define ALIGN_ROUNDUP(x, y) (((x) + (y)) & ~(y)) macro91 offset = ALIGN_ROUNDUP(offset, align); in tnf_probe_get_arg_indexed()