Home
last modified time | relevance | path

Searched refs:nMaxCount (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/itiff/
H A Dlzwdecom.cxx77 sal_uInt64 LZWDecompressor::Decompress(sal_uInt8 * pTarget, sal_uInt32 nMaxCount) in Decompress() argument
88 if (nOutBufDataLen>=nMaxCount) { in Decompress()
89 nOutBufDataLen = nOutBufDataLen - static_cast<sal_uInt16>(nMaxCount); in Decompress()
90 nCount+=nMaxCount; in Decompress()
91 while (nMaxCount>0) { in Decompress()
93 nMaxCount--; in Decompress()
98 nMaxCount-=static_cast<sal_uInt32>(nOutBufDataLen); in Decompress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/itiff/
H A Dlzwdecom.cxx78 sal_uLong LZWDecompressor::Decompress(sal_uInt8 * pTarget, sal_uLong nMaxCount) in Decompress() argument
89 if (static_cast<sal_uLong>(nOutBufDataLen)>=nMaxCount) { in Decompress()
90 nOutBufDataLen = nOutBufDataLen - static_cast<sal_uInt16>(nMaxCount); in Decompress()
91 nCount+=nMaxCount; in Decompress()
92 while (nMaxCount>0) { in Decompress()
94 nMaxCount--; in Decompress()
99 nMaxCount-=static_cast<sal_uLong>(nOutBufDataLen); in Decompress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dprgsbar.cxx127 … sal_uInt16 nMaxCount = static_cast<sal_uInt16>(nMaxWidth / (mnPrgsWidth+PROGRESSBAR_OFFSET)); in ImplDrawProgress() local
128 if (nMaxCount <= 1) in ImplDrawProgress()
130 nMaxCount = 1; in ImplDrawProgress()
134 while (((10000 / (10000 / nMaxCount)) * (mnPrgsWidth + PROGRESSBAR_OFFSET)) > nMaxWidth) in ImplDrawProgress()
136 nMaxCount--; in ImplDrawProgress()
139 mnPercentCount = 10000 / nMaxCount; in ImplDrawProgress()
140 …nMaxWidth = ((10000 / (10000 / nMaxCount)) * (mnPrgsWidth + PROGRESSBAR_OFFSET)) - PROGRESSBAR_OFF… in ImplDrawProgress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dprgsbar.cxx127 … sal_uInt16 nMaxCount = static_cast<sal_uInt16>(nMaxWidth / (mnPrgsWidth+PROGRESSBAR_OFFSET)); in ImplDrawProgress() local
128 if (nMaxCount <= 1) in ImplDrawProgress()
130 nMaxCount = 1; in ImplDrawProgress()
134 while (((10000 / (10000 / nMaxCount)) * (mnPrgsWidth + PROGRESSBAR_OFFSET)) > nMaxWidth) in ImplDrawProgress()
136 nMaxCount--; in ImplDrawProgress()
139 mnPercentCount = 10000 / nMaxCount; in ImplDrawProgress()
140 …nMaxWidth = ((10000 / (10000 / nMaxCount)) * (mnPrgsWidth + PROGRESSBAR_OFFSET)) - PROGRESSBAR_OFF… in ImplDrawProgress()
/dports/x11/libX11/libX11-1.7.2/src/xcms/
H A DLuvGcLC.c94 int nCount, nMaxCount, nI, nILast; in XcmsCIELuvClipLuv() local
159 nMaxCount = MAXBISECTCOUNT; in XcmsCIELuvClipLuv()
160 nI = nMaxCount / 2; in XcmsCIELuvClipLuv()
167 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELuvClipLuv()
168 nT = (XcmsFloat) nI / (XcmsFloat) nMaxCount; in XcmsCIELuvClipLuv()
195 nI = (nMaxCount + nI) / 2; in XcmsCIELuvClipLuv()
H A DLabGcLC.c94 int nCount, nMaxCount, nI, nILast; in XcmsCIELabClipLab() local
159 nMaxCount = MAXBISECTCOUNT; in XcmsCIELabClipLab()
160 nI = nMaxCount / 2; in XcmsCIELabClipLab()
167 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELabClipLab()
168 nT = (XcmsFloat) nI / (XcmsFloat) nMaxCount; in XcmsCIELabClipLab()
195 nI = (nMaxCount + nI) / 2; in XcmsCIELabClipLab()
H A DHVCGcVC.c103 int nCount, nMaxCount, nI, nILast; in XcmsTekHVCClipVC() local
199 nMaxCount = MAXBISECTCOUNT; in XcmsTekHVCClipVC()
200 nI = nMaxCount / 2; in XcmsTekHVCClipVC()
207 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsTekHVCClipVC()
208 nT = (XcmsFloat) nI / (XcmsFloat) nMaxCount; in XcmsTekHVCClipVC()
233 nI = (nMaxCount + nI) / 2; in XcmsTekHVCClipVC()
H A DLabMxL.c90 int nCount, nMaxCount; in XcmsCIELabQueryMaxL() local
156 nMaxCount = MAXBISECTCOUNT; in XcmsCIELabQueryMaxL()
159 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELabQueryMaxL()
204 if (nCount >= nMaxCount) { in XcmsCIELabQueryMaxL()
H A DLuvMxL.c90 int nCount, nMaxCount; in XcmsCIELuvQueryMaxL() local
156 nMaxCount = MAXBISECTCOUNT; in XcmsCIELuvQueryMaxL()
159 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELuvQueryMaxL()
204 if (nCount >= nMaxCount) { in XcmsCIELuvQueryMaxL()
H A DLabMnL.c90 int nCount, nMaxCount; in XcmsCIELabQueryMinL() local
156 nMaxCount = MAXBISECTCOUNT; in XcmsCIELabQueryMinL()
159 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELabQueryMinL()
204 if (nCount >= nMaxCount) { in XcmsCIELabQueryMinL()
H A DLuvMnL.c90 int nCount, nMaxCount; in XcmsCIELuvQueryMinL() local
156 nMaxCount = MAXBISECTCOUNT; in XcmsCIELuvQueryMinL()
159 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELuvQueryMinL()
204 if (nCount >= nMaxCount) { in XcmsCIELuvQueryMinL()
H A DHVCMxC.c102 int nCount, nMaxCount; in XcmsTekHVCQueryMaxC() local
163 nMaxCount = MAXBISECTCOUNT; in XcmsTekHVCQueryMaxC()
167 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsTekHVCQueryMaxC()
225 if (nCount >= nMaxCount) { in XcmsTekHVCQueryMaxC()
H A DHVCMxV.c100 int nCount, nMaxCount; in XcmsTekHVCQueryMaxV() local
173 nMaxCount = MAXBISECTCOUNT; in XcmsTekHVCQueryMaxV()
176 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsTekHVCQueryMaxV()
228 if (nCount >= nMaxCount) { in XcmsTekHVCQueryMaxV()
H A DLabMxC.c95 int nCount, nMaxCount; in XcmsCIELabQueryMaxC() local
143 nMaxCount = MAXBISECTCOUNT; in XcmsCIELabQueryMaxC()
146 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELabQueryMaxC()
H A DLuvMxC.c95 int nCount, nMaxCount; in XcmsCIELuvQueryMaxC() local
143 nMaxCount = MAXBISECTCOUNT; in XcmsCIELuvQueryMaxC()
146 for (nCount = 0; nCount < nMaxCount; nCount++) { in XcmsCIELuvQueryMaxC()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dautofilterbuffer.hxx67 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
85 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount ) override;
106 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount ) override;
144 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount ) override;
177 ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py762 nMaxCount = 0x1000
769 if nCount < nMaxCount - dwCharSize:
771 nMaxCount += 0x1000
779 nMaxCount = 0x1000
786 if nCount < nMaxCount - dwCharSize:
788 nMaxCount += 0x1000
803 nMaxCount = 0x1000
810 if nCount < nMaxCount - dwCharSize:
812 nMaxCount += 0x1000
820 nMaxCount = 0x1000
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py762 nMaxCount = 0x1000
769 if nCount < nMaxCount - dwCharSize:
771 nMaxCount += 0x1000
779 nMaxCount = 0x1000
786 if nCount < nMaxCount - dwCharSize:
788 nMaxCount += 0x1000
803 nMaxCount = 0x1000
810 if nCount < nMaxCount - dwCharSize:
812 nMaxCount += 0x1000
820 nMaxCount = 0x1000
[all …]
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py762 nMaxCount = 0x1000
769 if nCount < nMaxCount - dwCharSize:
771 nMaxCount += 0x1000
779 nMaxCount = 0x1000
786 if nCount < nMaxCount - dwCharSize:
788 nMaxCount += 0x1000
803 nMaxCount = 0x1000
810 if nCount < nMaxCount - dwCharSize:
812 nMaxCount += 0x1000
820 nMaxCount = 0x1000
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Duser32.py762 nMaxCount = 0x1000
769 if nCount < nMaxCount - dwCharSize:
771 nMaxCount += 0x1000
779 nMaxCount = 0x1000
786 if nCount < nMaxCount - dwCharSize:
788 nMaxCount += 0x1000
803 nMaxCount = 0x1000
810 if nCount < nMaxCount - dwCharSize:
812 nMaxCount += 0x1000
820 nMaxCount = 0x1000
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwi/helper/
H A Dmischelper.cxx123 const sal_Int16 nMaxCount = 7; in FillLangItems() local
126 …cales( xDocumentLanguages->getDocumentLanguages( static_cast<sal_Int16>(nScriptType), nMaxCount )); in FillLangItems()
131 if ( rLangItems.size() == static_cast< size_t >(nMaxCount) ) in FillLangItems()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dtimer.cxx203 const sal_Int32 nMaxCount = -1 ) in AutoTimerCount() argument
206 , mnMaxCount( nMaxCount ) in AutoTimerCount()
329 const sal_Int32 nMaxCount = 5; in testAutoTimerStop() local
330 AutoTimerCount aAutoTimer( 0, nTimerCount, nMaxCount ); in testAutoTimerStop()
332 while (nMaxCount != nTimerCount) in testAutoTimerStop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dtimer.cxx191 const sal_Int32 nMaxCount = -1 ) in AutoTimerCount() argument
194 , mnMaxCount( nMaxCount ) in AutoTimerCount()
315 const sal_Int32 nMaxCount = 5; in testAutoTimerStop() local
316 AutoTimerCount aAutoTimer( 0, nTimerCount, nMaxCount ); in testAutoTimerStop()
318 while (nMaxCount != nTimerCount) in testAutoTimerStop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwi/helper/
H A Dmischelper.cxx121 const sal_Int16 nMaxCount = 7; in FillLangItems() local
125 …cales( xDocumentLanguages->getDocumentLanguages( static_cast<sal_Int16>(nScriptType), nMaxCount )); in FillLangItems()
128 if ( rLangItems.size() == static_cast< size_t >(nMaxCount) ) in FillLangItems()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dautofilterbuffer.cxx266 ApiFilterSettings DiscreteFilter::finalizeImport( sal_Int32 nMaxCount ) in finalizeImport() argument
269 if( static_cast< sal_Int32 >( maValues.size() ) <= nMaxCount ) in finalizeImport()
523 ApiFilterSettings FilterColumn::finalizeImport( sal_Int32 nMaxCount ) in finalizeImport() argument
529 aSettings = mxSettings->finalizeImport( nMaxCount ); in finalizeImport()
609 sal_Int32 nMaxCount = 0; in finalizeImport() local
610 aDescProps.getProperty( nMaxCount, PROP_MaxFieldCount ); in finalizeImport()
611 … OSL_ENSURE( nMaxCount > 0, "AutoFilter::finalizeImport - invalid maximum filter field count" ); in finalizeImport()
632 ApiFilterSettings aSettings = rxFilterColumn->finalizeImport( nMaxCount ); in finalizeImport()
653 if( !rColumnFields.empty() && (nNewCount <= nMaxCount) && bRegExpCompatible ) in finalizeImport()

1234567891011