Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.cpp355 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() local
356 ++nSlot) { in shuffle()
363 if (slotSkip < nSlot - emptySlots) in shuffle()
368 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c35957 int nSlot; /* The number of pcache slots */
36027 pcache1.nSlot = pcache1.nFreeSlot = n;
36097 assert( pcache1.nFreeSlot<=pcache1.nSlot );
36374 if( pcache1.nSlot && pCache->szPage<=pcache1.szSlot ){
100482 int nSlot; /* Number of entries in a[] */
100614 pWC->nSlot = ArraySize(pWC->aStatic);
100684 if( pWC->nTerm>=pWC->nSlot ){
100687 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
100699 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
/NextBSD/contrib/sqlite3/
HDsqlite3.c40650 int nSlot; /* The number of pcache slots */
40702 pcache1.nSlot = pcache1.nFreeSlot = n;
40813 assert( pcache1.nFreeSlot<=pcache1.nSlot );
40949 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
117202 int nSlot; /* Number of entries in a[] */
118971 if( pWC->nTerm>=pWC->nSlot ){
118974 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
118986 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
118987 memset(&pWC->a[pWC->nTerm], 0, sizeof(pWC->a[0])*(pWC->nSlot-pWC->nTerm));
120079 pWC->nSlot = ArraySize(pWC->aStatic);