Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp665 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()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c17532 u32 nSlot; /* Number of lookaside slots allocated */ member
24013 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 …]
H A Dshell.c13407 int nSlot; member
13432 assert( iSlot<p->nSlot ); in idxRemFunc()
13688 pCtx->nSlot = nMax+1; in idxPopulateStat1()
13725 for(i=0; i<pCtx->nSlot; i++){ in idxPopulateStat1()