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

/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h262 #define _ALIGN(x, y) (((long)(x)) & ~(sizeof (y)-1)) macro
263 #define TOKEN_ROUNDUP(x) _ALIGN((x + ((sizeof (token_t)-1))), token_t)

Completed in 17 milliseconds