Home
last modified time | relevance | path

Searched refs:iCountDiff (Results 1 – 3 of 3) sorted by relevance

/dports/security/sancp/sancp-1.6.1-stable/
H A DMemoryPool.cc280 bool CMemoryPool::ResizeD(long iCountDiff) in ResizeD() argument
282 return Resize(m_dwCount + iCountDiff); in ResizeD()
H A DMemoryPool.h85 bool ResizeD(long iCountDiff);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/
H A Dfinder_pattern_finder.cpp1383 int iCountDiff = 0; in selectFileBestPatterns() local
1386 iCountDiff += abs(possibleCenters_[i + j]->getCount() - in selectFileBestPatterns()
1392 if (iCountDiff > 2) continue; in selectFileBestPatterns()