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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d2882 immutable nElem = pool.size + 1;
2889 data = GC.malloc(elemSize * (nElem + 3), blkInfo) + elemSize;
2894 foreach (i; 0 .. nElem)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d3120 immutable nElem = pool.size + 1;
3127 data = GC.malloc(elemSize * (nElem + 3), blkInfo) + elemSize;
3132 foreach (i; 0 .. nElem)
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c84197 sqlite3Stat4ProbeSetValue( Parse *pParse, Index *pIdx, UnpackedRecord **ppRec, Expr *pExpr, int nElem, int iVal, int *pnExtract ) argument
109475 sqlite3ExprListToValues(Parse *pParse, int nElem, ExprList *pEList) argument
196567 int nElem = 0; /* Size of array at aElem */ local
200793 int nElem; member in struct:MatchinfoBuffer
200820 fts3MIBufferNew(size_t nElem, const char *zMatchinfo) argument
245981 const int nElem = fts5GetU32(&pPg->p[4]); local
246143 int nElem = (int)fts5GetU32(&pData1->p[4]); local
247141 u32 nElem = fts5GetU32(&a[4]); local
[all...]
H A Dshell.c15593 int nElem = (nPg+1+31) / 32; local
15594 int nByte = sizeof(RecoverBitmap) + nElem*sizeof(u32);

Completed in 903 milliseconds