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/qemu/distrib/libselinux/src/
avc_sidtab.h 17 #define SIDTAB_HASH_BITS 7
18 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)
  /external/libsepol/include/sepol/policydb/
sidtab.h 24 #define SIDTAB_HASH_BITS 7
25 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS)

Completed in 311 milliseconds