Home
last modified time | relevance | path

Searched refs:iDest (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/converters/mimelib/mimelib-1.1.2/mimelib/
H A Ddw_cte.cpp243 size_t iSrc, iDest; in to_crlf() local
246 iSrc = iDest = 0; in to_crlf()
276 *destLen = iDest; in to_crlf()
277 if (iDest < destSize) { in to_crlf()
278 destBuf[iDest] = 0; in to_crlf()
287 size_t iSrc, iDest; in to_lf() local
290 iSrc = iDest = 0; in to_lf()
313 *destLen = iDest; in to_lf()
324 size_t iSrc, iDest; in to_cr() local
327 iSrc = iDest = 0; in to_cr()
[all …]
/dports/mail/lurker/lurker-2.3/mimelib/
H A Ddw_cte.cpp243 size_t iSrc, iDest; in to_crlf() local
246 iSrc = iDest = 0; in to_crlf()
276 *destLen = iDest; in to_crlf()
277 if (iDest < destSize) { in to_crlf()
278 destBuf[iDest] = 0; in to_crlf()
287 size_t iSrc, iDest; in to_lf() local
290 iSrc = iDest = 0; in to_lf()
313 *destLen = iDest; in to_lf()
324 size_t iSrc, iDest; in to_cr() local
327 iSrc = iDest = 0; in to_cr()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/util/
H A DJpGraphErrObject.php14 protected $iDest = false; variable in Amenadiel\\JpGraph\\Util\\JpGraphErrObject
28 $this->iDest = $aDest;
34 if ($this->iDest != '') {
35 if ($this->iDest == 'syslog') {
39 $f = @fopen($this->iDest, 'a');
H A DJpGraphErrObjectImg.php118 if ($this->iDest) {
119 $img->Stream($this->iDest);
/dports/net/yate/yate-6.4.0-1/engine/
H A DBase64.cpp150 unsigned int iDest = 0; // Destination index in encode() local
171 addEnc(dest,iDest,s[i] >> 2,lines,crtLine,lineLen); in encode()
172 addEnc(dest,iDest,s[i] << 4 | s[i+1] >> 4,lines,crtLine,lineLen); in encode()
174 addEnc(dest,iDest,s[i+2],lines,crtLine,lineLen); in encode()
180 addEnc(dest,iDest,s[i] >> 2,lines,crtLine,lineLen); in encode()
182 addEnc(dest,iDest,s[i] << 4,lines,crtLine,lineLen); in encode()
185 addEnc(dest,iDest,s[i+1] << 2,lines,crtLine,lineLen); in encode()
232 unsigned int iDest = 0; in decode() local
254 addDec(dest,iDest,dec,4); in decode()
279 addDec(dest,iDest,dec,4); in decode()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DUniqueConstraint.cs276 int iDest; in Clone()
279 iDest = destination.Tables.IndexOf(Table.TableName); in Clone()
283iDest = destination.Tables.IndexOf(Table.TableName, Table.Namespace, false);// pass false for last… in Clone()
286 if (iDest < 0) in Clone()
288 DataTable table = destination.Tables[iDest]; in Clone()
296 iDest = table.Columns.IndexOf(src.ColumnName); in Clone()
297 if (iDest < 0) in Clone()
299 columns[i] = table.Columns[iDest]; in Clone()
321 int iDest = table.Columns.IndexOf(src.ColumnName); in Clone()
322 if (iDest < 0) in Clone()
[all …]
H A DForeignKeyConstraint.cs679 int iDest; in Clone()
690 if (iDest < 0) in Clone()
695 DataTable table = destination.Tables[iDest]; in Clone()
704 if (iDest < 0) in Clone()
719 if (iDest < 0) in Clone()
723 columns[i] = table.Columns[iDest]; in Clone()
727 if (iDest < 0) in Clone()
755 int iDest = 0; in Clone()
761 if (iDest < 0) in Clone()
765 columns[i] = destination.Columns[iDest]; in Clone()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DUniqueConstraint.cs258 int iDest; in Clone()
260 iDest = destination.Tables.IndexOf(Table.TableName); in Clone()
263iDest = destination.Tables.IndexOf(Table.TableName, Table.Namespace, false);// pass false for last… in Clone()
266 if (iDest < 0) in Clone()
268 DataTable table = destination.Tables[iDest]; in Clone()
275 iDest = table.Columns.IndexOf(src.ColumnName); in Clone()
276 if (iDest < 0) in Clone()
278 columns[i] = table.Columns[iDest]; in Clone()
297 int iDest = table.Columns.IndexOf(src.ColumnName); in Clone()
298 if (iDest < 0) in Clone()
[all …]
H A DForeignKeyConstraint.cs615 int iDest; in Clone()
624 if (iDest < 0) in Clone()
626 DataTable table = destination.Tables[iDest]; in Clone()
633 if (iDest < 0) in Clone()
644 if (iDest < 0) in Clone()
646 columns[i] = table.Columns[iDest]; in Clone()
650 if (iDest < 0) in Clone()
674 int iDest =0; in Clone()
679 if (iDest < 0) in Clone()
681 columns[i] = destination.Columns[iDest]; in Clone()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/perm/
H A DInvertPermutation.hpp75 const Int iDest = perm.GetLocal(iLoc,0); in InvertPermutation() local
76 const Int owner = invPerm.RowOwner(iDest); in InvertPermutation()
98 const Int iDest = perm.GetLocal(iLoc,0); in InvertPermutation() local
99 const Int owner = invPerm.RowOwner(iDest); in InvertPermutation()
100 sendBuf[offsets[owner]++] = iDest; in InvertPermutation()
116 const Int iDest = recvBuf[2*k+0]; in InvertPermutation() local
119 const Int iDestLoc = invPerm.LocalRow(iDest); in InvertPermutation()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/etc2comp/
H A DEtcFilter.cpp127 int iDest; in CalcContributions() local
145 for ( iDest = 0; iDest < destSize; ++iDest ) in CalcContributions()
147 center = (double)iDest / scale; in CalcContributions()
167 contrib[iDest].first = iLeft; in CalcContributions()
168 contrib[iDest].numWeights = numWeights; in CalcContributions()
176 contrib[iDest].weight[i] = weight; in CalcContributions()
187 contrib[iDest].weight[i] /= totalWeight; in CalcContributions()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/etc2comp/
H A DEtcFilter.cpp127 int iDest; in CalcContributions() local
145 for ( iDest = 0; iDest < destSize; ++iDest ) in CalcContributions()
147 center = (double)iDest / scale; in CalcContributions()
167 contrib[iDest].first = iLeft; in CalcContributions()
168 contrib[iDest].numWeights = numWeights; in CalcContributions()
176 contrib[iDest].weight[i] = weight; in CalcContributions()
187 contrib[iDest].weight[i] /= totalWeight; in CalcContributions()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcMultiSlider.cpp219 int iOrig, iDest, iMax; in mouseMoveEvent() local
240 iDest = floor((xDest - xOffset) / xStep); in mouseMoveEvent()
241 iDest += startIndex; in mouseMoveEvent()
244 iOrig = iDest = iMax = startIndex; in mouseMoveEvent()
247 if (editable && (iOrig != iDest)) { in mouseMoveEvent()
252 while (iOrig < iDest) { in mouseMoveEvent()
260 while (iOrig > iDest) { in mouseMoveEvent()
270 if (iDest >= startIndex && iDest < iMax) { in mouseMoveEvent()
272 setValue(iDest, yDest); in mouseMoveEvent()
274 _currentIndex = iDest; in mouseMoveEvent()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_errhandler.inc.php197 protected $iDest = false; variable in JpGraphErrObject
209 $this->iDest = $aDest;
214 if( $this->iDest != '' ) {
215 if( $this->iDest == 'syslog' ) {
220 $f = @fopen($this->iDest,'a');
353 if ($this->iDest) {
354 $img->Stream($this->iDest);
/dports/sysutils/istio/istio-1.6.7/vendor/fortio.org/fortio/fgrpc/
H A Dgrpcrunner_test.go43 iDest := fmt.Sprintf("localhost:%d", iPort)
63 Destination: iDest,
219 iDest := fmt.Sprintf("localhost:%d", iPort)
235 Destination: iDest,
254 Destination: iDest,
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/ConstraintSolver/
H A DbtBatchedConstraints.cpp191 int iDest = 0; in runLengthEncodeConstraintInfo() local
205 ++iDest; in runLengthEncodeConstraintInfo()
207 return iDest; in runLengthEncodeConstraintInfo()
277 int iDest = conInfo.constraintIndex + i; in expandConstraintRowsInPlace() local
278 btAssert(iDest >= iCon); in expandConstraintRowsInPlace()
279 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRowsInPlace()
280 constraintBatchIds[iDest] = iBatch; in expandConstraintRowsInPlace()
295 int iDest = conInfo.constraintIndex + i; in expandConstraintRows() local
296 btAssert(iDest >= iCon); in expandConstraintRows()
297 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRows()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/ConstraintSolver/
H A DbtBatchedConstraints.cpp191 int iDest = 0; in runLengthEncodeConstraintInfo() local
205 ++iDest; in runLengthEncodeConstraintInfo()
207 return iDest; in runLengthEncodeConstraintInfo()
277 int iDest = conInfo.constraintIndex + i; in expandConstraintRowsInPlace() local
278 btAssert(iDest >= iCon); in expandConstraintRowsInPlace()
279 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRowsInPlace()
280 constraintBatchIds[iDest] = iBatch; in expandConstraintRowsInPlace()
295 int iDest = conInfo.constraintIndex + i; in expandConstraintRows() local
296 btAssert(iDest >= iCon); in expandConstraintRows()
297 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRows()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/ConstraintSolver/
H A DbtBatchedConstraints.cpp191 int iDest = 0; in runLengthEncodeConstraintInfo() local
205 ++iDest; in runLengthEncodeConstraintInfo()
207 return iDest; in runLengthEncodeConstraintInfo()
277 int iDest = conInfo.constraintIndex + i; in expandConstraintRowsInPlace() local
278 btAssert(iDest >= iCon); in expandConstraintRowsInPlace()
279 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRowsInPlace()
280 constraintBatchIds[iDest] = iBatch; in expandConstraintRowsInPlace()
295 int iDest = conInfo.constraintIndex + i; in expandConstraintRows() local
296 btAssert(iDest >= iCon); in expandConstraintRows()
297 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRows()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/ConstraintSolver/
H A DbtBatchedConstraints.cpp191 int iDest = 0; in runLengthEncodeConstraintInfo() local
205 ++iDest; in runLengthEncodeConstraintInfo()
207 return iDest; in runLengthEncodeConstraintInfo()
277 int iDest = conInfo.constraintIndex + i; in expandConstraintRowsInPlace() local
278 btAssert(iDest >= iCon); in expandConstraintRowsInPlace()
279 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRowsInPlace()
280 constraintBatchIds[iDest] = iBatch; in expandConstraintRowsInPlace()
295 int iDest = conInfo.constraintIndex + i; in expandConstraintRows() local
296 btAssert(iDest >= iCon); in expandConstraintRows()
297 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRows()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/ConstraintSolver/
H A DbtBatchedConstraints.cpp191 int iDest = 0; in runLengthEncodeConstraintInfo() local
205 ++iDest; in runLengthEncodeConstraintInfo()
207 return iDest; in runLengthEncodeConstraintInfo()
277 int iDest = conInfo.constraintIndex + i; in expandConstraintRowsInPlace() local
278 btAssert(iDest >= iCon); in expandConstraintRowsInPlace()
279 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRowsInPlace()
280 constraintBatchIds[iDest] = iBatch; in expandConstraintRowsInPlace()
295 int iDest = conInfo.constraintIndex + i; in expandConstraintRows() local
296 btAssert(iDest >= iCon); in expandConstraintRows()
297 btAssert(iDest >= 0 && iDest < numConstraintRows); in expandConstraintRows()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/sci_gateway/cpp/
H A Dsci_permute.cpp115 for (int iSource = 0, iDest = 0; iSource < pIn->getSize(); iSource++) in doPermute() local
117 pOut->set(iDest, pIn->get(iSource)); in doPermute()
121 iDest += piOffset[j]; in doPermute()
127 iDest -= piMaxOffset[j]; in doPermute()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/windows/
H A DGUIWindowVideoPlaylist.cpp512 void CGUIWindowVideoPlaylist::MoveItem(int iStart, int iDest) in MoveItem() argument
515 if (iDest < 0 || iDest >= m_vecItems->Size()) return; in MoveItem()
521 if (iStart < iDest) in MoveItem()
530 while (i != iDest) in MoveItem()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DScraperParser.cpp395 int iDest = 1; in ParseNext() local
403 iDest = atoi(szDest); in ParseNext()
434 if (iDest-1 < MAX_SCRAPER_BUFFERS && iDest-1 > -1) in ParseNext()
438 ParseXSLT(strInput, m_param[iDest - 1], pReg, bAppend); in ParseNext()
441 ParseExpression(strInput, m_param[iDest - 1],pReg,bAppend); in ParseNext()
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DSymmetries.cpp100 { size_t iDest = plook.find(invert * qnums[iSrc].k * sym[iSym].rot); in reduceKmesh() local
101 if(iDest != string::npos) in reduceKmesh()
102 kmap[iDest] = std::min(kmap[iDest], kmapPack(iSrc, invert, iSym)); in reduceKmesh()
143 for(size_t iDest=0; iDest<qnums.size(); iDest++) in reduceKmesh() local
144 { unsigned long long& kmapEntry = kmap[iDest]; in reduceKmesh()
148 if(iDest != iSrc) qRed[iReduced].weight += qnums[iDest].weight; //collect weight in reduceKmesh()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSConventions.cpp729 for(size_t iDest = 0; iDest < nNode; iDest++) { in computeReordering() local
730 const double xx = src(iSrc, 0) - dest(iDest, 0); in computeReordering()
731 const double yy = (dim > 1) ? src(iSrc, 1) - dest(iDest, 1) : 0.; in computeReordering()
732 const double zz = (dim > 2) ? src(iSrc, 2) - dest(iDest, 2) : 0.; in computeReordering()
735 ind[iSrc] = iDest; in computeReordering()
736 found.insert(iDest); in computeReordering()

12345678910