Home
last modified time | relevance | path

Searched refs:nSlot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp646 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() local
647 ++nSlot) { in shuffle()
654 if (slotSkip < nSlot - emptySlots) in shuffle()
659 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17482 u32 nSlot; /* Number of lookaside slots allocated */ member
23925 if( pHighwater ) *pHighwater = db->lookaside.nSlot - nInit; in sqlite3LookasideUsed()
23926 return db->lookaside.nSlot - (nInit+nFree); in sqlite3LookasideUsed()
55025 int nSlot; /* The number of pcache slots */
55079 pcache1.nSlot = pcache1.nFreeSlot = n;
55190 assert( pcache1.nFreeSlot<=pcache1.nSlot );
55318 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
155883 int nSlot; /* Number of entries in a[] */
159011 if( pWC->nTerm>=pWC->nSlot ){
159014 pWC->a = sqlite3WhereMalloc(pWC->pWInfo, sizeof(pWC->a[0])*pWC->nSlot*2 );
[all …]
H A Dshell.c13328 int nSlot; member
13353 assert( iSlot<=p->nSlot ); in idxRemFunc()
13608 pCtx->nSlot = nMax+1; in idxPopulateStat1()
13645 for(i=0; i<pCtx->nSlot; i++){ in idxPopulateStat1()