Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp430 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() local
431 ++nSlot) { in shuffle()
438 if (slotSkip < nSlot - emptySlots) in shuffle()
443 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
/external/sqlite/dist/orig/
Dsqlite3.c45316 int nSlot; /* The number of pcache slots */
45369 pcache1.nSlot = pcache1.nFreeSlot = n;
45479 assert( pcache1.nFreeSlot<=pcache1.nSlot );
45621 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
126736 int nSlot; /* Number of entries in a[] */
129153 if( pWC->nTerm>=pWC->nSlot ){
129156 pWC->a = sqlite3DbMallocRawNN(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
129168 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
130429 pWC->nSlot = ArraySize(pWC->aStatic);
189611 int nSlot; /* Size of aSlot[] array */
[all …]
/external/sqlite/dist/
Dsqlite3.c45316 int nSlot; /* The number of pcache slots */
45369 pcache1.nSlot = pcache1.nFreeSlot = n;
45479 assert( pcache1.nFreeSlot<=pcache1.nSlot );
45621 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
126736 int nSlot; /* Number of entries in a[] */
129153 if( pWC->nTerm>=pWC->nSlot ){
129156 pWC->a = sqlite3DbMallocRawNN(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
129168 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
130429 pWC->nSlot = ArraySize(pWC->aStatic);
189624 int nSlot; /* Size of aSlot[] array */
[all …]