Searched refs:nslot (Results 1 - 4 of 4) sorted by relevance

/external/libsepol/src/
H A Davtab.c256 for (i = 0; i < h->nslot; i++) {
267 h->nslot = 0;
282 for (i = 0; i < h->nslot; i++) {
306 uint32_t nslot = 0; local
317 nslot = 1 << shift;
318 if (nslot > MAX_AVTAB_SIZE)
319 nslot = MAX_AVTAB_SIZE;
320 mask = nslot - 1;
322 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
327 h->nslot
[all...]
H A Dwrite.c234 for (i = 0; i < a->nslot; i++) {
273 for (i = 0; i < a->nslot; i++) {
294 for (i = 0; i < a->nslot; i++) {
/external/libsepol/include/sepol/policydb/
H A Davtab.h83 uint32_t nslot; /* number of hash slots */ member in struct:avtab
/external/checkpolicy/test/
H A Ddispol.c172 for (i = 0; i < expa.nslot; i++) {

Completed in 71 milliseconds