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.c514 U32 nTotal = 0; in FSE_normalizeCount()
518 nTotal += abs(normalizedCounter[s]); in FSE_normalizeCount()
519 if (nTotal != (1U<<tableLog)) in FSE_normalizeCount()
520 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c513 U32 nTotal = 0; in FSE_normalizeCount()
517 nTotal += abs(normalizedCounter[s]); in FSE_normalizeCount()
518 if (nTotal != (1U<<tableLog)) in FSE_normalizeCount()
519 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.c1242 i64 nTotal = 0; in qrfEqpStats()
1261 sqlite3_stmt_scanstatus_v2(pS,-1, SQLITE_SCANSTAT_NCYCLE, f, (void*)&nTotal); in qrfEqpStats()
1291 if( nCycle>=0 && nTotal>0 ){ in qrfEqpStats()
1294 ((nCycle*100)+nTotal/2) / nTotal in qrfEqpStats()
22167 int nTotal = nField + 4; in recoverLostAndFoundInsert() local
22173 for(ii=0; ii<nTotal; ii++){ in recoverLostAndFoundInsert()
22181 for(ii=0; ii<nTotal; ii++){ in recoverLostAndFoundInsert()
H A Dsqlite3.c28677 int nTotal = 0; in sqlite3MemdebugMallocCount() local
28679 nTotal += mem.nAlloc[i]; in sqlite3MemdebugMallocCount()
28681 return nTotal; in sqlite3MemdebugMallocCount()
82419 int nTotal = pX->nData + pX->nZero; /* Total bytes of to write */ local
82426 assert( pCur->info.nLocal<nTotal ); /* pCur is an overflow cell */
82435 assert( nTotal>=0 );
82446 if( iOffset+ovflPageSize<(u32)nTotal ){
82449 ovflPageSize = nTotal - iOffset;
82457 }while( iOffset<nTotal );
82466 int nTotal = pX->nData + pX->nZero; /* Total bytes of to write */ local
[all …]