Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dconf.c2418 # define SPT_ALIGN(x, align) (((((x) + SPT_ALIGN_SIZE) >> (align)) << (align)) - 1) macro
2420 # define SPT_ALIGN(x, align) (x) macro
2423 # define SPT_ALIGN(x, align) (x) macro