Searched refs:nSlot (Results 1 – 3 of 3) sorted by relevance
664 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() local665 ++nSlot) { in shuffle()672 if (slotSkip < nSlot - emptySlots) in shuffle()677 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
17965 u32 nSlot; /* Number of lookaside slots allocated */ member24508 assert( db->lookaside.nSlot >= nInit+nFree ); in sqlite3LookasideUsed()24509 if( pHighwater ) *pHighwater = (int)(db->lookaside.nSlot - nInit); in sqlite3LookasideUsed()24510 return (int)(db->lookaside.nSlot - (nInit+nFree)); in sqlite3LookasideUsed()56336 int nSlot; /* The number of pcache slots */ member56386 pcache1.nSlot = pcache1.nFreeSlot = n;56498 assert( pcache1.nFreeSlot<=pcache1.nSlot );56627 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){159310 int nSlot; /* Number of entries in a[] */162607 if( pWC->nTerm>=pWC->nSlot ){[all …]
14315 int nSlot; member14340 assert( iSlot<p->nSlot ); in idxRemFunc()14602 pCtx->nSlot = nMax+1; in idxPopulateStat1()14639 for(i=0; i<pCtx->nSlot; i++){ in idxPopulateStat1()