Home
last modified time | relevance | path

Searched refs:SM_ALIGN_BITS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Drpool.c144 if (size & SM_ALIGN_BITS)
145 size = (size & ~SM_ALIGN_BITS) + SM_ALIGN_SIZE;
240 if (size & SM_ALIGN_BITS)
241 size = (size & ~SM_ALIGN_BITS) + SM_ALIGN_SIZE;
H A Dlocal.h100 #define SM_ALIGN(p) (((unsigned long)(p) + SM_ALIGN_BITS) & ~SM_ALIGN_BITS)
H A Dfindfp.c122 g = (struct sm_glue *) sm_pmalloc_x(sizeof(*g) + SM_ALIGN_BITS +
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h3037 # define SM_ALIGN_BITS (SM_ALIGN_SIZE - 1) macro