Searched refs:_ACL_T_ALIGNMENT_BITS (Results 1 – 3 of 3) sorted by relevance
51 CTASSERT(1 << _ACL_T_ALIGNMENT_BITS > sizeof(struct acl_t_struct));68 error = posix_memalign((void *)&acl, 1 << _ACL_T_ALIGNMENT_BITS, in acl_init()
54 aclp = (acl_t)(((long)entry >> _ACL_T_ALIGNMENT_BITS) << _ACL_T_ALIGNMENT_BITS); in entry2acl()
36 #define _ACL_T_ALIGNMENT_BITS 13 macro