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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp437 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE;
438 ++nSlot) {
445 if (slotSkip < nSlot - emptySlots)
450 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1);
/external/sqlite/dist/orig/
H A Dsqlite3.c41315 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
118320 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
172032 int nSlot; /* Size of aSlot[] array */ member in struct:Fts5Hash
172137 fts5HashKey(int nSlot, const u8 *p, int n) argument
172146 fts5HashKey2(int nSlot, u8 b, const u8 *p, int n) argument
175072 int nSlot; /* Power of two >= nSeg */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c41333 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
118338 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
172062 int nSlot; /* Size of aSlot[] array */ member in struct:Fts5Hash
172167 fts5HashKey(int nSlot, const u8 *p, int n) argument
172176 fts5HashKey2(int nSlot, u8 b, const u8 *p, int n) argument
175102 int nSlot; /* Power of two >= nSeg */ local
[all...]

Completed in 853 milliseconds