Searched refs:nSlot (Results 1 – 3 of 3) sorted by relevance
665 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() 666 ++nSlot) { in shuffle() local 673 if (slotSkip < nSlot - emptySlots) in shuffle() 678 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
17532 u32 nSlot; /* Number of lookaside slots allocated */ member24013 if( pHighwater ) *pHighwater = db->lookaside.nSlot - nInit; in sqlite3LookasideUsed()24014 return db->lookaside.nSlot - (nInit+nFree); in sqlite3LookasideUsed()55384 int nSlot; /* The number of pcache slots */55438 pcache1.nSlot = pcache1.nFreeSlot = n;55549 assert( pcache1.nFreeSlot<=pcache1.nSlot );55677 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){157139 int nSlot; /* Number of entries in a[] */160305 if( pWC->nTerm>=pWC->nSlot ){160308 pWC->a = sqlite3WhereMalloc(pWC->pWInfo, sizeof(pWC->a[0])*pWC->nSlot*2 );[all …]
13407 int nSlot; member13432 assert( iSlot<p->nSlot ); in idxRemFunc()13688 pCtx->nSlot = nMax+1; in idxPopulateStat1()13725 for(i=0; i<pCtx->nSlot; i++){ in idxPopulateStat1()