Searched defs:SPT_ALIGN (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/sendmail/src/
H A Dconf.c2494 # define SPT_ALIGN(x, align) (((((x) + SPT_ALIGN_SIZE) >> (align)) << (align)) - 1) macro
2496 # define SPT_ALIGN(x, align) (x) macro
2499 # define SPT_ALIGN(x, align) (x) macro

Completed in 492 milliseconds