Home
last modified time | relevance | path

Searched refs:SIDTAB_HASH_BUCKETS (Results 1 – 3 of 3) sorted by relevance

/external/libselinux/src/
Davc_sidtab.h18 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS) macro
19 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
20 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS
/external/selinux/libselinux/src/
Davc_sidtab.h18 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS) macro
19 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
20 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS
/external/selinux/libsepol/include/sepol/policydb/
Dsidtab.h27 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS) macro
28 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
30 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS