Home
last modified time | relevance | path

Searched refs:idxEnd (Results 76 – 88 of 88) sorted by relevance

1234

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/include/dso/
H A Dhevc_cabac.h243 inline Bs16u idxEnd (Bs16u se) { return CtxOffset[se+1];} in idxEnd() function
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrapath.pas1176 var idxStart,idxEnd: integer;
1196 idxEnd := idxStart+1;
1202 seg := FCurrentElementPoints[idxEnd] - FCurrentElementPoints[idxStart];
1203 while (seg.x = 0) and (seg.y = 0) and (idxEnd < high(FCurrentElementPoints)) do
1205 inc(idxEnd);
1206 seg := FCurrentElementPoints[idxEnd] - FCurrentElementPoints[idxStart];
1211 seg := FCurrentElementPoints[idxEnd] - FCurrentElementPoints[idxStart];
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrapath.pas1176 var idxStart,idxEnd: integer;
1196 idxEnd := idxStart+1;
1202 seg := FCurrentElementPoints[idxEnd] - FCurrentElementPoints[idxStart];
1203 while (seg.x = 0) and (seg.y = 0) and (idxEnd < high(FCurrentElementPoints)) do
1205 inc(idxEnd);
1206 seg := FCurrentElementPoints[idxEnd] - FCurrentElementPoints[idxStart];
1211 seg := FCurrentElementPoints[idxEnd] - FCurrentElementPoints[idxStart];
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Ddiff.cpp1570 …ist::const_iterator& iBegin, Diff3LineList::const_iterator& iEnd, int& idxBegin, int& idxEnd) const in findHistoryRange()
1585 for(iEnd = iBegin, idxEnd = idxBegin; iEnd != end(); ++iEnd, ++idxEnd) in findHistoryRange()
H A Ddiff.h352 …st::const_iterator& iBegin, Diff3LineList::const_iterator& iEnd, int& idxBegin, int& idxEnd) const;
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreter.cpp904 for (dim_t idx = 0, idxEnd = biasC->getType()->size(); idx < idxEnd; ++idx) { in channelwiseQuantizeFloatBias() local
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Splitters/
H A DBisectionTree.cpp939 unsigned idxEnd = idxStart + sizeOfDomain(n); in printInfo() local
943 for (p=idxStart; p < idxEnd; p++) { in printInfo()
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A Dheatmapper.py625 idxEnd = max(int(pos_array[idx + 1]), idxStart + 1)
627 … counts_list.append(heatmapper.my_average(valuesArray[idxStart:idxEnd], avgType))
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3textedit.cpp6748 int idxEnd = d->od->selEnd.index; local
6751 qSwap(&idxStart, &idxEnd);
6769 if (td->text(paragE).length() >= idxEnd)
6770 c2.setIndex(idxEnd);
6784 if (td->text(paragE).length() >= idxEnd)
6785 c2.setIndex(idxEnd);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dcodecompletion.cpp3188 …unsigned int idxEnd = (scopeItem + 1 < m_ScopeMarks.size()) ? m_ScopeMarks[scopeItem + 1] : m_Func… local
3189 for (unsigned int idxFn = m_ScopeMarks[scopeItem]; idxFn < idxEnd; ++idxFn)
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_pul.cpp2429 IndexSet::iterator idxEnd = store->getIndices().end(); in getIndicesToRefresh() local
2431 for (; idxIte != idxEnd; ++idxIte) in getIndicesToRefresh()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dcommentscan.l701 int idxEnd = fullMatch.find("}",idx+1);
711 … QCString optStr = fullMatch.mid(idx+1,idxEnd-idx-1).stripWhiteSpace();
H A Ddocparser.cpp5637 int idxEnd = fullMatch.find("}",idx+1); in handleCommand() local
5641 QCString optStr = fullMatch.mid(idx+1,idxEnd-idx-1).stripWhiteSpace(); in handleCommand()
5735 int idxEnd = fullMatch.find("}",idx+1); in handleCommand() local
5740 QCString optStr = fullMatch.mid(idx+1,idxEnd-idx-1).stripWhiteSpace(); in handleCommand()

1234