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

  /external/selinux/libsepol/src/
avtab.c 308 for (i = 0; i < h->nslot; i++) {
319 h->nslot = 0;
334 for (i = 0; i < h->nslot; i++) {
358 uint32_t nslot = 0; local
369 nslot = 1 << shift;
370 if (nslot > MAX_AVTAB_HASH_BUCKETS)
371 nslot = MAX_AVTAB_HASH_BUCKETS;
372 mask = nslot - 1;
374 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
379 h->nslot = nslot
    [all...]
write.c 263 for (i = 0; i < a->nslot; i++) {
302 for (i = 0; i < a->nslot; i++) {
323 for (i = 0; i < a->nslot; i++) {
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 101 uint32_t nslot; /* number of hash slots */ member in struct:avtab
  /external/sepolicy/tools/
sepolicy-check.c 83 for (i = 0; i < exp_avtab.nslot; i++) {
  /external/selinux/checkpolicy/test/
dispol.c 223 for (i = 0; i < a->nslot; i++) {

Completed in 808 milliseconds