Searched refs:nMax (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Ddict.c484 int nMax = 0; local
512 if (n > nMax)
513 nMax = n;
530 (double)nFilled * 100.0 / size, nMax,
/freebsd-11-stable/sys/dev/hptmv/
H A Dgui_lib.c1183 DWORD nMax; local
1187 nMax = *(DWORD *)lpInBuffer;
1188 if (nOutBufferSize < sizeof(DWORD)+sizeof(DWORD)*nMax) return -1;
1191 *(DWORD*)lpOutBuffer = hpt_get_logical_devices(pIds, nMax);
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c10019 int nMax =0; local
10040 rc = idxLargestIndex(p->dbm, &nMax, pzErr);
10041 if( nMax<=0 || rc!=SQLITE_OK ) return rc;
10046 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax);
10063 pCtx->nSlot = nMax+1;
14654 i64 nMax = (nNL > nCR) ? nNL : nCR; local
14655 i64 nAlloc = nMax * nText + (nMax+64)*2;
H A Dsqlite3.c46835 int nMax, nBuf, nDir, nLen; local
50380 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
51020 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
61977 walLimitSize(Wal *pWal, i64 nMax) argument
224280 fts5PoslistPrefix(const u8 *aBuf, int nMax) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35198 int nMax; /* Configured cache size */ member in struct:PCache
35908 unsigned int nMax; /* Configured "cache_size" value */ member in struct:PCache1
36617 pcache1Cachesize(sqlite3_pcache *p, int nMax) argument
[all...]

Completed in 1062 milliseconds