HomeSort by relevance Sort by last modified time
    Searched refs:SIDTAB_HASH_BUCKETS (Results 1 - 3 of 3) 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/qemu/distrib/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 56 milliseconds