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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp646 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE;
647 ++nSlot) {
654 if (slotSkip < nSlot - emptySlots)
659 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17482 u32 nSlot; /* Number of lookaside slots allocated */ member in struct:Lookaside
55025 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
155883 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
238032 int nSlot; /* Size of aSlot[] array */ member in struct:Fts5Hash
238145 fts5HashKey(int nSlot, const u8 *p, int n) argument
238154 fts5HashKey2(int nSlot, u8 b, const u8 *p, int n) argument
241841 const int nSlot = TOMBSTONE_NSLOT(pHash); local
241986 i64 nSlot; /* Power of two >= nSeg */ local
245980 const int nSlot = TOMBSTONE_NSLOT(pPg); local
246117 int nSlot = 0; /* Number of slots in each output page */ local
247143 int nSlot = (n - 8) / szKey; local
[all...]
H A Dshell.c13328 int nSlot; member in struct:IdxRemCtx
13353 assert( iSlot<=p->nSlot );
13608 pCtx->nSlot = nMax+1;
13645 for(i=0; i<pCtx->nSlot; i++){

Completed in 638 milliseconds