Home
last modified time | relevance | path

Searched defs:nCombined (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zippackage/
H A DZipPackageBuffer.cxx87 sal_Int64 nDataLen = aData.getLength(), nCombined = m_nEnd + nDataLen; in writeBytes() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zippackage/
H A DZipPackageBuffer.cxx87 sal_Int64 nDataLen = aData.getLength(), nCombined = m_nEnd + nDataLen; in writeBytes() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapTools.cxx593 … const sal_uInt8 nCombined(0x00ff - (((0x00ff - nIndR) * (0x00ff - nIndW)) >> 8)); in DrawAndClipBitmap() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapTools.cxx596 … const sal_uInt8 nCombined(0x00ff - (((0x00ff - nIndR) * (0x00ff - nIndW)) >> 8)); in DrawAndClipBitmap() local
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c8013 /*IN/SORT*/besthit_t *combined, int nCombined, in UniqueBestHits()
8082 int nCombined = lChild[0]->nHits + lChild[1]->nHits; in TopHitJoin() local