Home
last modified time | relevance | path

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

/external/qemu/distrib/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/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/libsepol/include/sepol/policydb/
Dsidtab.h25 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS) macro
26 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
28 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS