Searched refs:nRem (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/stand/ficl/
H A Ddict.c488 int nAvg, nRem, nDepth; local
522 nRem = nWords % size;
523 nDepth = size * (nAvg * (nAvg+1))/2 + (nAvg+1)*nRem;
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c49499 int nRem = amt; /* Number of bytes yet to be written */ local
80160 u32 nRem; /* Bytes of data still to copy */ local
103334 int nRem; /* Bytes remaining to copy */ local
104275 int nRem = nData; local
201251 int nRem = 0; local
201408 int nRem = nMerge; /* Number of leaf pages yet to be written */ local
244060 int nRem = pSeg->nPos; /* Number of bytes still to come */ local
245243 int nRem = pnRem ? *pnRem : 0; /* Output leaf pages left to write */ local
245435 int nRem = nPg; local
245494 int nRem; /* Number of leaf pages left to write */ local
246342 int nRem = FTS5_OPT_WORK_UNIT; local
[all...]

Completed in 593 milliseconds