Searched refs:nRem (Results 1 - 3 of 3) 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.c49097 int nRem = amt; /* Number of bytes yet to be written */ local
79679 u32 nRem; /* Bytes of data still to copy */ local
102745 int nRem; /* Bytes remaining to copy */ local
103686 int nRem = nData; local
199572 int nRem = 0; local
199729 int nRem = nMerge; /* Number of leaf pages yet to be written */ local
242071 int nRem = pSeg->nPos; /* Number of bytes still to come */ local
243254 int nRem = pnRem ? *pnRem : 0; /* Output leaf pages left to write */ local
243446 int nRem = nPg; local
243505 int nRem; /* Number of leaf pages left to write */ local
244353 int nRem = FTS5_OPT_WORK_UNIT; local
[all...]
H A Dshell.c14879 sqlite3_int64 nRem = nPayload - nLocal; local
14881 while( nRem>0 ){
14891 if( nCopy>nRem ) nCopy = nRem;
14892 memcpy(&pCsr->pRec[nPayload-nRem], &aOvfl[4], nCopy);
14893 nRem -= nCopy;

Completed in 705 milliseconds