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

  /external/libselinux/src/
avc_sidtab.h 17 #define SIDTAB_HASH_BITS 7
18 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)
  /external/selinux/libselinux/src/
avc_sidtab.h 17 #define SIDTAB_HASH_BITS 7
18 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 26 #define SIDTAB_HASH_BITS 7
27 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)

Completed in 4523 milliseconds