HomeSort by relevance Sort by last modified time
    Searched refs:SIDTAB_HASH_BUCKETS (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/src/
avc_sidtab.h 18 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)
19 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
20 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 28 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)
29 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
31 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS

Completed in 200 milliseconds