Searched defs:SPT_ALIGN (Results 1 – 1 of 1) sorted by relevance
2419 # define SPT_ALIGN(x, align) (((((x) + SPT_ALIGN_SIZE) >> (align)) << (align)) - 1) macro2421 # define SPT_ALIGN(x, align) (x) macro2424 # define SPT_ALIGN(x, align) (x) macro