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

  /external/libsepol/src/
avtab.c 256 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 = nslot
    [all...]
write.c 234 for (i = 0; i < a->nslot; i++) {
273 for (i = 0; i < a->nslot; i++) {
294 for (i = 0; i < a->nslot; i++) {
    [all...]
  /external/libsepol/include/sepol/policydb/
avtab.h 83 uint32_t nslot; /* number of hash slots */ member in struct:avtab
  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 119 ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all
125 int nSlot; /* The number of pcache slots */
184 pcache1.nSlot = pcache1.nFreeSlot = n;
254 assert( pcache1.nFreeSlot<=pcache1.nSlot );
355 if( pcache1.nSlot && pCache->szPage<=pcache1.szSlot ){
where.c 137 int nSlot; /* Number of entries in a[] */
268 pWC->nSlot = ArraySize(pWC->aStatic);
338 if( pWC->nTerm>=pWC->nSlot ){
341 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
353 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
    [all...]
  /external/checkpolicy/test/
dispol.c 172 for (i = 0; i < expa.nslot; i++) {

Completed in 234 milliseconds