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