Home
last modified time | relevance | path

Searched refs:ALIGN_ROUNDUP (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libtnfprobe/
H A Dtnf_args.c64 #define ALIGN_ROUNDUP(x, y) (((x) + (y)) & ~(y)) macro
91 offset = ALIGN_ROUNDUP(offset, align); in tnf_probe_get_arg_indexed()