Searched refs:_ALIGN (Results 1 – 2 of 2) sorted by relevance
262 #define _ALIGN(x, y) (((long)(x)) & ~(sizeof (y)-1)) macro263 #define TOKEN_ROUNDUP(x) _ALIGN((x + ((sizeof (token_t)-1))), token_t)
157 if ((acf_t)_ALIGN(acf, token_t) != acf) { in paren_debug()910 if ((acf_t)_ALIGN(acf, token_t) == acf && within_dictionary(env, acf)) { in acf_backup_search()