HomeSort by: relevance | last modified time | path
    Searched refs:_ACL_T_ALIGNMENT_BITS (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/posix1e/
acl_init.c 50 __CTASSERT(1 << _ACL_T_ALIGNMENT_BITS > sizeof(struct acl_t_struct));
67 error = posix_memalign((void *)&acl, 1 << _ACL_T_ALIGNMENT_BITS,
acl_branding.c 60 aclp = (acl_t)(((unsigned long)entry >> _ACL_T_ALIGNMENT_BITS) << _ACL_T_ALIGNMENT_BITS);
acl_support.h 38 #define _ACL_T_ALIGNMENT_BITS 13

Completed in 14 milliseconds