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

/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c141 int nTotal; local
145 for(nTotal=0 ; nTotal < nItems ; ++nTotal) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp394 // PRE: <defined> and <undefined> are arrays with <nTotal> elements where
395 // <nTotal> >= <nExternal>. The first <nExternal> elements correspond to the
401 set<int> *findRequiredExternal(int nExternal, int nTotal, set<string> *defined, argument
408 for (i = nTotal - 1; i >= nExternal; --i)
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c13214 int j, nTotal, w, n; local
13253 nTotal = nColumn*(nRow+1);
13254 for(i=0; i<nTotal; i++){
13324 for(i=nColumn, j=0; i<nTotal; i++, j++){
H A Dsqlite3.c24652 int nTotal = 0; local
73559 int nTotal = pX->nData + pX->nZero; /* Total bytes of to write */ local
85712 int nTotal = 0; local
154106 i64 nTotal; member in struct:CallCount
154348 i64 nTotal; /* Total rows in partition */ member in struct:NtileCtx
188796 u64 nTotal = N<p->nAlloc ? p->nAlloc*2 : p->nAlloc+N+10; local
220685 int nTotal = 0; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15489 int nTotal = 0; local
15491 nTotal += mem.nAlloc[i];
15493 return nTotal;
62880 int nTotal = 0; local
[all...]

Completed in 904 milliseconds