Home
last modified time | relevance | path

Searched refs:nInc (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hfa/
H A Dhfatype.cpp257 int nInc = papoFields[iField]->GetInstBytes( pabyData+nByteOffset, in SetInstValue() local
260 if (nInc < 0 || nByteOffset > INT_MAX - nInc) in SetInstValue()
266 nByteOffset += nInc; in SetInstValue()
339 int nInc = papoFields[iField]->GetInstBytes( pabyData+nByteOffset, in GetInstCount() local
342 if (nInc < 0 || nByteOffset > INT_MAX - nInc) in GetInstCount()
348 nByteOffset += nInc; in GetInstCount()
436 int nInc = papoFields[iField]->GetInstBytes( pabyData+nByteOffset, in ExtractInstValue() local
439 if (nInc < 0 || nByteOffset > INT_MAX - nInc) in ExtractInstValue()
445 nByteOffset += nInc; in ExtractInstValue()
H A Dhfafield.cpp765 int nInc = poItemObjectType->GetInstBytes(pabyData + nExtraOffset, in SetInstValue() local
767 if (nInc < 0 || nExtraOffset > INT_MAX - nInc) in SetInstValue()
773 nExtraOffset += nInc; in SetInstValue()
1219 int nInc = poItemObjectType->GetInstBytes(pabyData + nExtraOffset, in ExtractInstValue() local
1221 if (nInc < 0 || nExtraOffset > INT_MAX - nInc) in ExtractInstValue()
1227 nExtraOffset += nInc; in ExtractInstValue()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hfa/
H A Dhfatype.cpp241 const int nInc = apoFields[iField]->GetInstBytes( in SetInstValue() local
244 if( nInc <= 0 || in SetInstValue()
245 nByteOffset > INT_MAX - nInc ) in SetInstValue()
251 nByteOffset += nInc; in SetInstValue()
319 const int nInc = apoFields[iField]->GetInstBytes( in GetInstCount() local
322 if( nInc <= 0 || nByteOffset > INT_MAX - nInc ) in GetInstCount()
328 nByteOffset += nInc; in GetInstCount()
413 const int nInc = apoFields[iField]->GetInstBytes( in ExtractInstValue() local
417 if( nInc <= 0 || nByteOffset > INT_MAX - nInc ) in ExtractInstValue()
423 nByteOffset += nInc; in ExtractInstValue()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hfa/
H A Dhfatype.cpp241 const int nInc = apoFields[iField]->GetInstBytes( in SetInstValue() local
244 if( nInc <= 0 || in SetInstValue()
245 nByteOffset > INT_MAX - nInc ) in SetInstValue()
251 nByteOffset += nInc; in SetInstValue()
319 const int nInc = apoFields[iField]->GetInstBytes( in GetInstCount() local
322 if( nInc <= 0 || nByteOffset > INT_MAX - nInc ) in GetInstCount()
328 nByteOffset += nInc; in GetInstCount()
413 const int nInc = apoFields[iField]->GetInstBytes( in ExtractInstValue() local
417 if( nInc <= 0 || nByteOffset > INT_MAX - nInc ) in ExtractInstValue()
423 nByteOffset += nInc; in ExtractInstValue()
/dports/graphics/gdal/gdal-3.3.3/frmts/hfa/
H A Dhfatype.cpp241 const int nInc = apoFields[iField]->GetInstBytes( in SetInstValue() local
244 if( nInc <= 0 || in SetInstValue()
245 nByteOffset > INT_MAX - nInc ) in SetInstValue()
251 nByteOffset += nInc; in SetInstValue()
319 const int nInc = apoFields[iField]->GetInstBytes( in GetInstCount() local
322 if( nInc <= 0 || nByteOffset > INT_MAX - nInc ) in GetInstCount()
328 nByteOffset += nInc; in GetInstCount()
413 const int nInc = apoFields[iField]->GetInstBytes( in ExtractInstValue() local
417 if( nInc <= 0 || nByteOffset > INT_MAX - nInc ) in ExtractInstValue()
423 nByteOffset += nInc; in ExtractInstValue()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DFastmix.cpp112 if (nInc.IsNegative()) in GetSampleCount()
123 nInc.Negate(); in GetSampleCount()
124 chn.increment = nInc; in GetSampleCount()
147 if (nInc.IsPositive()) in GetSampleCount()
149 nInc.Negate(); in GetSampleCount()
150 chn.increment = nInc; in GetSampleCount()
179 nInc.Negate(); in GetSampleCount()
180 chn.increment = nInc; in GetSampleCount()
201 if (nInc.IsNegative()) in GetSampleCount()
236 if (nInc.IsNegative()) in GetSampleCount()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dbuffer.cxx38 nInc = n; in SbiBuffer()
68 if( nInc == 0 ) in Check()
76 nn = nn + nInc; in Check()
90 nInc = 0; in Check()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable4.cxx455 rInc = nInc; in FillAnalyse()
690 rInc = nInc; in FillAnalyse()
1068 double nInc; in FillAuto() local
1191 nInc = -nInc; in FillAuto()
1252 double nInc; in GetAutoFillPreview() local
1432 double nAdd = nInc; in GetAutoFillPreview()
1443 nInc = -nInc; in GetAutoFillPreview()
1507 if (nInc >= 0) in IncDate()
1531 nMonth += nInc; in IncDate()
1533 if (nInc >= 0) in IncDate()
[all …]
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/segment/
H A DGrSlotStream.h339 DirCode AdjacentStrongCode(EngineState * pengst, int islot, int nInc,
341 DirCode TerminatorSequence(EngineState * pengst, int islot, int nInc, DirCode dircPDF);
342 DirCode AdjacentNonBndNeutralCode(EngineState * pengst, int islot, int nInc,
368 void AdjustPrevStreamNextChunkMap(GrTableManager * ptman, int islotMod, int nInc);
369 void AdjustNextChunkMap(int islotMin, int islotMod, int nInc);
441 GrSlotState * FindAssociatedSlot(int islot, int nInc, gid16 chwLB);
H A DGrSlotStream.cpp966 return AdjacentStrongCode(pengst, islot + nInc, nInc, dircPDF, fNumbersAreStrong); in AdjacentStrongCode()
1001 return TerminatorSequence(pengst, islot + nInc, nInc, dircPDF); in TerminatorSequence()
1004 return TerminatorSequence(pengst, islot + nInc, nInc, dircPDF); in TerminatorSequence()
1007 return TerminatorSequence(pengst, islot + nInc, nInc, dircPDF); in TerminatorSequence()
1039 return AdjacentNonBndNeutralCode(pengst, islot + nInc, nInc, dircPDF); in AdjacentNonBndNeutralCode()
1692 islotMod, nInc); in AdjustPrevStreamNextChunkMap()
1700 void GrSlotStream::AdjustNextChunkMap(int islotMin, int islotInsOrDel, int nInc) in AdjustNextChunkMap() argument
1705 m_vislotNextChunkMap[islot] += nInc; in AdjustNextChunkMap()
2404 GrSlotState * GrSlotStream::FindAssociatedSlot(int islot, int nInc, gid16 chwLB) in FindAssociatedSlot() argument
2406 int islotNext = islot + nInc; in FindAssociatedSlot()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwmenu.c529 int nInc; in LoadMacros() local
582 nLine += nInc; in LoadMacros()
590 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
591 nLine += nInc; in LoadMacros()
615 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
616 nLine += nInc; in LoadMacros()
640 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
641 nLine += nInc; in LoadMacros()
681 nLine += nInc; in LoadMacros()
723 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwmenu.c529 int nInc; in LoadMacros() local
582 nLine += nInc; in LoadMacros()
590 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
591 nLine += nInc; in LoadMacros()
615 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
616 nLine += nInc; in LoadMacros()
640 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
641 nLine += nInc; in LoadMacros()
681 nLine += nInc; in LoadMacros()
723 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwmenu.c533 int nInc; in LoadMacros() local
586 nLine += nInc; in LoadMacros()
594 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
595 nLine += nInc; in LoadMacros()
619 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
620 nLine += nInc; in LoadMacros()
644 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
645 nLine += nInc; in LoadMacros()
685 nLine += nInc; in LoadMacros()
727 if (!(nInc = GetLine(buf, MAXSTR, menufile))) { in LoadMacros()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A DProgressBarHelper.hxx55 void Increment(sal_Int32 nInc = 1) { SetValue( nValue+nInc ); } in Increment() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A DProgressBarHelper.hxx55 void Increment(sal_Int32 nInc = 1) { SetValue( nValue+nInc ); } in Increment() argument
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dfastmix.cpp307 nPos += pChn->nInc;\
1366 LONG nInc = pChn->nInc; in GetSampleCount() local
1372 if (nInc < 0) in GetSampleCount()
1383 nInc = -nInc; in GetSampleCount()
1384 pChn->nInc = nInc; in GetSampleCount()
1406 if (nInc > 0) in GetSampleCount()
1408 nInc = -nInc; in GetSampleCount()
1409 pChn->nInc = nInc; in GetSampleCount()
1424 nInc = -nInc; in GetSampleCount()
1425 pChn->nInc = nInc; in GetSampleCount()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dfastmix.cpp307 nPos += pChn->nInc;\
1366 LONG nInc = pChn->nInc; in GetSampleCount() local
1372 if (nInc < 0) in GetSampleCount()
1383 nInc = -nInc; in GetSampleCount()
1384 pChn->nInc = nInc; in GetSampleCount()
1406 if (nInc > 0) in GetSampleCount()
1408 nInc = -nInc; in GetSampleCount()
1409 pChn->nInc = nInc; in GetSampleCount()
1424 nInc = -nInc; in GetSampleCount()
1425 pChn->nInc = nInc; in GetSampleCount()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Drefdata.hxx72 void IncCol( SCCOL nInc );
75 void IncRow( SCROW nInc );
78 void IncTab( SCTAB nInc );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hf2/
H A Dhf2dataset.cpp226 int nInc; in IReadBlock() local
228 nInc = ((signed char*)pabyData)[i-1]; in IReadBlock()
230 nInc = ((GInt16*)pabyData)[i-1]; in IReadBlock()
232 nInc = ((GInt32*)pabyData)[i-1]; in IReadBlock()
233 if( (nInc >= 0 && nVal > INT_MAX - nInc) || in IReadBlock()
234 (nInc == INT_MIN && nVal < 0) || in IReadBlock()
235 (nInc < 0 && nVal < INT_MIN - nInc ) ) in IReadBlock()
241 nVal += nInc; in IReadBlock()
/dports/graphics/gdal/gdal-3.3.3/frmts/hf2/
H A Dhf2dataset.cpp226 int nInc; in IReadBlock() local
228 nInc = ((signed char*)pabyData)[i-1]; in IReadBlock()
230 nInc = ((GInt16*)pabyData)[i-1]; in IReadBlock()
232 nInc = ((GInt32*)pabyData)[i-1]; in IReadBlock()
233 if( (nInc >= 0 && nVal > INT_MAX - nInc) || in IReadBlock()
234 (nInc == INT_MIN && nVal < 0) || in IReadBlock()
235 (nInc < 0 && nVal < INT_MIN - nInc ) ) in IReadBlock()
241 nVal += nInc; in IReadBlock()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hf2/
H A Dhf2dataset.cpp226 int nInc; in IReadBlock() local
228 nInc = ((signed char*)pabyData)[i-1]; in IReadBlock()
230 nInc = ((GInt16*)pabyData)[i-1]; in IReadBlock()
232 nInc = ((GInt32*)pabyData)[i-1]; in IReadBlock()
233 if( (nInc >= 0 && nVal > INT_MAX - nInc) || in IReadBlock()
234 (nInc == INT_MIN && nVal < 0) || in IReadBlock()
235 (nInc < 0 && nVal < INT_MIN - nInc ) ) in IReadBlock()
241 nVal += nInc; in IReadBlock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Drefdata.hxx73 void IncCol( SCCOL nInc );
76 void IncRow( SCROW nInc );
79 void IncTab( SCTAB nInc );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drefdata.cxx71 void ScSingleRefData::IncCol( SCCOL nInc ) in IncCol() argument
73 mnCol += nInc; in IncCol()
88 void ScSingleRefData::IncRow( SCROW nInc ) in IncRow() argument
90 mnRow += nInc; in IncRow()
105 void ScSingleRefData::IncTab( SCTAB nInc ) in IncTab() argument
107 mnTab += nInc; in IncTab()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable4.cxx724 double nInc; in FillAuto() local
731 nInc,nMinDigits, pListData,nListIndex); in FillAuto()
787 nInc = -nInc; in FillAuto()
848 double nInc; in GetAutoFillPreview() local
1021 double nAdd = nInc; in GetAutoFillPreview()
1032 nInc = -nInc; in GetAutoFillPreview()
1094 aDate.AddDays(nInc); in IncDate()
1096 if (nInc >= 0) in IncDate()
1119 nMonth += nInc; in IncDate()
1121 if (nInc >= 0) in IncDate()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalabstractbandblockcache.cpp207 void GDALAbstractBandBlockCache::IncDirtyBlocks( int nInc ) in IncDirtyBlocks() argument
209 CPLAtomicAdd(&m_nDirtyBlocks, nInc); in IncDirtyBlocks()

12345678910>>...14