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

  /external/selinux/libsepol/src/
avtab.c 314 for (i = 0; i < h->nslot; i++) {
328 h->nslot = 0;
343 for (i = 0; i < h->nslot; i++) {
367 uint32_t nslot = 0; local
378 nslot = 1 << shift;
379 if (nslot > MAX_AVTAB_HASH_BUCKETS)
380 nslot = MAX_AVTAB_HASH_BUCKETS;
381 mask = nslot - 1;
383 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
388 h->nslot = nslot
    [all...]
write.c 267 for (i = 0; i < a->nslot; i++) {
306 for (i = 0; i < a->nslot; i++) {
327 for (i = 0; i < a->nslot; i++) {
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 102 uint32_t nslot; /* number of hash slots */ member in struct:avtab
  /system/sepolicy/tools/
sepolicy-check.c 83 for (i = 0; i < exp_avtab.nslot; i++) {
  /external/toybox/toys/posix/
ps.c     [all...]
  /external/selinux/checkpolicy/test/
dispol.c 172 for (i = 0; i < a->nslot; i++) {

Completed in 360 milliseconds