Home
last modified time | relevance | path

Searched refs:AVRULEX_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_binary.c59 #define AVRULEX_TABLE_SIZE (1 << 10) macro
4434 return hash & (AVRULEX_TABLE_SIZE - 1); in avrulex_hash()
5094 avrulex_ioctl_table = hashtab_create(avrulex_hash, avrulex_compare, AVRULEX_TABLE_SIZE); in cil_binary_create_allocated_pdb()