Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c482 U32 nTotal = 0; in FSE_normalizeCount()
486 nTotal += abs(normalizedCounter[s]); in FSE_normalizeCount()
487 if (nTotal != (1U<<tableLog)) in FSE_normalizeCount()
488 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c521 U32 nTotal = 0; in FSE_normalizeCount()
525 nTotal += abs(normalizedCounter[s]); in FSE_normalizeCount()
526 if (nTotal != (1U<<tableLog)) in FSE_normalizeCount()
527 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp401 set<int> *findRequiredExternal(int nExternal, int nTotal, set<string> *defined, in findRequiredExternal() argument
408 for (i = nTotal - 1; i >= nExternal; --i) in findRequiredExternal()
/freebsd/contrib/sqlite3/
H A Dshell.c17917 int nTotal = nField + 4; in recoverLostAndFoundInsert() local
17923 for(ii=0; ii<nTotal; ii++){ in recoverLostAndFoundInsert()
17931 for(ii=0; ii<nTotal; ii++){ in recoverLostAndFoundInsert()
21349 i64 nTotal = 0; in display_explain_scanstats() local
21390 if( nCycle>=0 && nTotal>0 ){ in display_explain_scanstats()
21392 nCycle, ((nCycle*100)+nTotal/2) / nTotal in display_explain_scanstats()
21416 eqp_render(pArg, nTotal); in display_explain_scanstats()
21874 int j, nTotal, w, n; in exec_prepared_stmt_columnar() local
21964 nTotal = nColumn*(nRow+1); in exec_prepared_stmt_columnar()
21965 for(i=0; i<nTotal; i++){ in exec_prepared_stmt_columnar()
[all …]
H A Dsqlite3.c27453 int nTotal = 0; in sqlite3MemdebugMallocCount() local
27457 return nTotal; in sqlite3MemdebugMallocCount()
92947 int nTotal = 0;
92958 nTotal += n;
92961 return nTotal;
169526 i64 nTotal;
169695 p->nTotal++;
169740 p->nTotal++;
169796 p->nTotal++;
205393 p->nAlloc = nTotal;
[all …]