Searched defs:ISC_ALIGN (Results 1 – 2 of 2) sorted by relevance
361 #define ISC_ALIGN( global() macro 363 #define ISC_ALIGN( global() macro
374 #define ISC_ALIGN(x, a) (((x) + (a)-1) & ~((typeof(x))(a)-1)) macro376 #define ISC_ALIGN(x, a) (((x) + (a)-1) & ~((uintmax_t)(a)-1)) macro