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

  /external/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/libsepol/include/sepol/policydb/
sidtab.h 25 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)
26 #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1)
28 #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS

Completed in 3348 milliseconds