Searched refs:nSlot (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp632 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE;
633 ++nSlot) {
640 if (slotSkip < nSlot - emptySlots)
645 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16866 u32 nSlot; /* Number of lookaside slots allocated */ member in struct:Lookaside
21791 if( pHighwater ) *pHighwater = db->lookaside.nSlot - nInit;
21792 return db->lookaside.nSlot - (nInit+nFree);
50419 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
143640 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
219279 int nSlot; /* Size of aSlot[] array */ member in struct:Fts5Hash
219387 fts5HashKey(int nSlot, const u8 *p, int n) argument
219396 fts5HashKey2(int nSlot, u8 b, const u8 *p, int n) argument
222733 int nSlot; /* Power of two >= nSeg */ local
[all...]
H A Dshell.c9786 int nSlot; member in struct:IdxRemCtx
9811 assert( iSlot<=p->nSlot );
10063 pCtx->nSlot = nMax+1;
10099 for(i=0; i<pCtx->nSlot; i++){
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35957 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
100482 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
[all...]

Completed in 991 milliseconds