Home
last modified time | relevance | path

Searched refs:lineIdx (Results 1 – 25 of 117) sorted by relevance

12345

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_anim_bvh/
H A Dimport_bvh.py144 while lineIdx < len(file_lines) - 1:
149 file_lines[lineIdx][1] = '_'.join(file_lines[lineIdx][1:])
150 file_lines[lineIdx] = file_lines[lineIdx][:2]
222 if file_lines[lineIdx][0].lower() == 'end' and file_lines[lineIdx][1].lower() == 'site':
224 lineIdx += 2
238 if len(file_lines[lineIdx]) == 1 and file_lines[lineIdx][0] == '}': # == ['}']
246 if len(file_lines[lineIdx]) == 1 and file_lines[lineIdx][0].lower() == 'motion':
266 lineIdx += 1
277 while lineIdx < len(file_lines):
278 line = file_lines[lineIdx]
[all …]
/dports/science/ergo/ergo-3.8/source/standalone/
H A Dconvert_basis_set_file.cc236 int lineIdx = 0; in main() local
237 while(lineIdx < lineCount) { in main()
238 std::string & currLine = lines[lineIdx]; in main()
241 assert(lineIdx > 5); in main()
255 std::string & prevLine2 = lines[lineIdx-2]; in main()
270 lineIdx++; in main()
277 lineIdx = 0; in main()
280 while(lineIdx < lineCount) { in main()
290 while(lineIdx < foundIdx) in main()
295 while(lineIdx < lineCount) in main()
[all …]
/dports/devel/R-cran-RUnit/RUnit/R/
H A Dinspector.r91 lineIdx <- 1L functionVar
92 while(lineIdx < length(potLine))
94 if(potLine[lineIdx] && !(potLine[lineIdx+1])) {
95 oBr[lineIdx] <- "{"
96 if (!env[lineIdx+1]) {
98 clBr[lineIdx+2] <- paste(clBr[lineIdx+2],"}")
102 bbl <- block[lineIdx]
107 } else if(potLine[lineIdx] && (potLine[lineIdx+1]) ) {
108 oBr[lineIdx] <- "{"
109 bbl <- block[lineIdx]
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dlines.cpp266 if (_linesNumb < lineIdx) in addLine()
267 _linesNumb = lineIdx; in addLine()
442 int lineIdx = 1; in initRoute() local
461 ++lineIdx; in initRoute()
464 _lastLine = lineIdx; in initRoute()
476 int curLineIdx = lineIdx; in avoidObstacle()
508 int curLineIdx = lineIdx; in avoidObstacleOnSegment()
562 int curLineIdx = lineIdx; in MIRACLE()
1103 int lineIdx = 0; in findRoute() local
1328 lineIdx = _newLineIdx; in findRoute()
[all …]
H A Dlines.h141 …int avoidObstacle(int lineIdx, int lineDataIdx, int routeIdx, int destLineIdx, int destLineDataIdx…
142 …int avoidObstacleOnSegment(int lineIdx, int lineDataIdx, int routeIdx, int destLineIdx, int destLi…
156 …int computeRouteIdx(int lineIdx, int dataIdx, int fromX, int fromY, int destX, int destY, int rout…
158 bool MIRACLE(int fromX, int fromY, int lineIdx, int destLineIdx, int routeIdx);
180 void addLine(int lineIdx, Directions direction, int fromX, int fromY, int destX, int destY);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dlines.cpp266 if (_linesNumb < lineIdx) in addLine()
267 _linesNumb = lineIdx; in addLine()
442 int lineIdx = 1; in initRoute() local
461 ++lineIdx; in initRoute()
464 _lastLine = lineIdx; in initRoute()
476 int curLineIdx = lineIdx; in avoidObstacle()
508 int curLineIdx = lineIdx; in avoidObstacleOnSegment()
562 int curLineIdx = lineIdx; in MIRACLE()
1103 int lineIdx = 0; in findRoute() local
1328 lineIdx = _newLineIdx; in findRoute()
[all …]
H A Dlines.h141 …int avoidObstacle(int lineIdx, int lineDataIdx, int routeIdx, int destLineIdx, int destLineDataIdx…
142 …int avoidObstacleOnSegment(int lineIdx, int lineDataIdx, int routeIdx, int destLineIdx, int destLi…
156 …int computeRouteIdx(int lineIdx, int dataIdx, int fromX, int fromY, int destX, int destY, int rout…
158 bool MIRACLE(int fromX, int fromY, int lineIdx, int destLineIdx, int routeIdx);
180 void addLine(int lineIdx, Directions direction, int fromX, int fromY, int destX, int destY);
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A Dini.c246 for (unsigned int lineIdx = 0; lineIdx < strLstSize(lines); lineIdx++) in iniParse() local
249 const String *line = strTrim(strLstGet(lines, lineIdx)); in iniParse()
260 … THROW_FMT(FormatError, "ini section should end with ] at line %u: %s", lineIdx + 1, linePtr); in iniParse()
275 … THROW_FMT(FormatError, "missing '=' in key/value at line %u: %s", lineIdx + 1, linePtr); in iniParse()
281 … THROW_FMT(FormatError, "key is zero-length at line %u: %s", lineIdx++, linePtr); in iniParse()
349 unsigned int lineIdx = 0; in iniLoad() local
377 … THROW_FMT(FormatError, "key/value found outside of section at line %u: %s", lineIdx + 1, linePtr); in iniLoad()
383 … THROW_FMT(FormatError, "missing '=' in key/value at line %u: %s", lineIdx + 1, linePtr); in iniLoad()
414 … THROW_FMT(FormatError, "invalid JSON value at line %u: %s", lineIdx + 1, linePtr); in iniLoad()
425 … THROW_FMT(FormatError, "key is zero-length at line %u: %s", lineIdx++, linePtr); in iniLoad()
[all …]
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dbutton.cpp360 for (size_t lineIdx = 0; lineIdx < borderLines.size() && remainingLength > 0; lineIdx++) in drawProgressBorder() local
362 int lineLength = lengthOfEachLine[lineIdx]; in drawProgressBorder()
365 linesToDraw.push_back(borderLines[lineIdx]); in drawProgressBorder()
371 auto v = borderLines[lineIdx]; in drawProgressBorder()
372 bool isVerticalLine = lineIdx % 2; in drawProgressBorder()
407 for (; lineIdx >= 0; lineIdx--) in drawProgressBorder()
409 int lineLength = lengthOfEachLine[lineIdx]; in drawProgressBorder()
417 auto v = linesToDraw[lineIdx]; in drawProgressBorder()
418 bool isVerticalLine = lineIdx % 2; in drawProgressBorder()
442 linesToDraw[lineIdx] = v; in drawProgressBorder()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/util_sarray/
H A DSArrayIndexSerializer.cpp136 …:readArray(QFile &file, char *buff, int *len, int *pos, int *bytes, int *lineIdx, quint32 *array, … in readArray() argument
161 (*lineIdx)++; in readArray()
170 ti.setError(QString("Not digit in the number at line %1").arg(*lineIdx)); in readArray()
180 ti.setError(QString("Empty array's value at line %1").arg(*lineIdx - 1)); in readArray()
196 int lineIdx = 0; in deserialize() local
200 lineIdx++; in deserialize()
236 lineIdx++; in deserialize()
240 readArray(file, buff, &len, &pos, &bytes, &lineIdx, index->sArray, index->arrLen, ti); in deserialize()
247 readArray(file, buff, &len, &pos, &bytes, &lineIdx, index->bitMask, index->arrLen, ti); in deserialize()
254 readArray(file, buff, &len, &pos, &bytes, &lineIdx, index->l1bitMask, index->L1_SIZE, ti); in deserialize()
/dports/lang/tclX/tclx8.4/generic/
H A DtclXlgets.c35 int lineIdx; /* Index of next line to read. */ member
90 if (dataPtr->lineIdx > 0) {
146 dataPtr->lineIdx = 0;
160 dataPtr->lineIdx = p - Tcl_DStringValue (&dataPtr->buffer);
198 p = Tcl_DStringValue (&dataPtr->buffer) + dataPtr->lineIdx;
374 dataPtr->lineIdx = p - Tcl_DStringValue (&dataPtr->buffer);
381 p = Tcl_DStringValue (&dataPtr->buffer) + dataPtr->lineIdx - 1;
394 dataPtr->lineIdx = p - Tcl_DStringValue (&dataPtr->buffer);
501 int len = Tcl_DStringLength (&readData.buffer) - readData.lineIdx;
/dports/graphics/py-gdal/gdal-3.3.3/alg/marching_squares/
H A Dcontour_generator.h168 for ( size_t lineIdx = 0; lineIdx < height; lineIdx++ ) variable
170 …if ( progressFunc && progressFunc( double(lineIdx) / height, "Processing line", progressData ) == …
173 CPLErr error = GDALRasterIO(band_, GF_Read, 0, int(lineIdx), int(width),
177 CPLDebug("CONTOUR", "failed fetch %d %d", int(lineIdx), int(width));
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/marching_squares/
H A Dcontour_generator.h168 for ( size_t lineIdx = 0; lineIdx < height; lineIdx++ ) variable
170 …if ( progressFunc && progressFunc( double(lineIdx) / height, "Processing line", progressData ) == …
173 CPLErr error = GDALRasterIO(band_, GF_Read, 0, int(lineIdx), int(width),
177 CPLDebug("CONTOUR", "failed fetch %d %d", int(lineIdx), int(width));
/dports/graphics/gdal/gdal-3.3.3/alg/marching_squares/
H A Dcontour_generator.h168 for ( size_t lineIdx = 0; lineIdx < height; lineIdx++ ) variable
170 …if ( progressFunc && progressFunc( double(lineIdx) / height, "Processing line", progressData ) == …
173 CPLErr error = GDALRasterIO(band_, GF_Read, 0, int(lineIdx), int(width),
177 CPLDebug("CONTOUR", "failed fetch %d %d", int(lineIdx), int(width));
/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/crashreporter/qhexedit/
H A DQHexEditPrivate.cpp612 …for (int lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += BYTES_PER_LIN… in paintEvent() local
615 … .arg(lineIdx + _xData.addressOffset(), _xData.realAddressNumbers(), 16, QChar('0')); in paintEvent()
630 …for (int lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += BYTES_PER_LIN… in paintEvent() local
634 … for (int colIdx = 0; ((lineIdx + colIdx) < _xData.size() && (colIdx < BYTES_PER_LINE)); colIdx++) in paintEvent()
636 int posBa = lineIdx + colIdx; in paintEvent()
665 hex = hexBa.mid((lineIdx - firstLineIdx) * 2, 2); in paintEvent()
669 hex = hexBa.mid((lineIdx + colIdx - firstLineIdx) * 2, 2).prepend(" "); in paintEvent()
682 …for (int lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += BYTES_PER_LIN… in paintEvent() local
685 … for (int colIdx = 0; ((lineIdx + colIdx) < _xData.size() && (colIdx < BYTES_PER_LINE)); colIdx++) in paintEvent()
687 painter.drawText(xPosAscii, yPos, _xData.asciiChar(lineIdx + colIdx)); in paintEvent()
/dports/devel/lazygit/lazygit-0.31.4/pkg/commands/patch/
H A Dhunk.go51 lineIdx := hunk.FirstLineIdx
53 lineIdx++ // incrementing at the start to skip the header line
57 isLineSelected := utils.IncludesInt(lineIndices, lineIdx)
62 …if isLineSelected || (transformedFirstChar == "\\" && skippedNewlineMessageIndex != lineIdx) || tr…
69 skippedNewlineMessageIndex = lineIdx + 1
H A Dpatch_modifier.go28 for lineIdx, line := range strings.SplitAfter(diff, "\n") {
36 firstLineIdx = lineIdx
77 for _, lineIdx := range lineIndices {
78 if lineIdx >= hunk.FirstLineIdx && lineIdx <= hunk.LastLineIdx() {
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/qhexedit2/
H A Dqhexedit_p.cpp630 …for (int lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += BYTES_PER_LIN… in paintEvent() local
633 … .arg(lineIdx + _xData.addressOffset(), _xData.realAddressNumbers(), 16, QChar('0')); in paintEvent()
647 …for (int lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += BYTES_PER_LIN… in paintEvent() local
651 … for (int colIdx = 0; ((lineIdx + colIdx) < _xData.size() and (colIdx < BYTES_PER_LINE)); colIdx++) in paintEvent()
653 int posBa = lineIdx + colIdx; in paintEvent()
682 hex = hexBa.mid((lineIdx - firstLineIdx) * 2, 2); in paintEvent()
686 hex = hexBa.mid((lineIdx + colIdx - firstLineIdx) * 2, 2).prepend(" "); in paintEvent()
700 …for (int lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += BYTES_PER_LIN… in paintEvent() local
703 … for (int colIdx = 0; ((lineIdx + colIdx) < _xData.size() and (colIdx < BYTES_PER_LINE)); colIdx++) in paintEvent()
705 if (_cursorPosition/2 == (lineIdx + colIdx)) in paintEvent()
[all …]
/dports/x11-toolkits/scintilla/scite/src/
H A DExportTEX.cxx149 int lineIdx = 0; in SaveToTEX() local
162 const int ts = tabSize - (lineIdx % tabSize); in SaveToTEX()
163 lineIdx += ts - 1; in SaveToTEX()
188 lineIdx = -1; // Because incremented below in SaveToTEX()
204 lineIdx++; in SaveToTEX()
/dports/editors/scite/scite/src/
H A DExportTEX.cxx149 int lineIdx = 0; in SaveToTEX() local
162 const int ts = tabSize - (lineIdx % tabSize); in SaveToTEX()
163 lineIdx += ts - 1; in SaveToTEX()
188 lineIdx = -1; // Because incremented below in SaveToTEX()
204 lineIdx++; in SaveToTEX()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/qt/ui/
H A DUIHexEditor.cpp729 …for (u32 lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += bytesPerLine,… in drawAddressArea() local
731 if (posBa == lineIdx) in drawAddressArea()
739 if (hoverY == lineIdx) in drawAddressArea()
743 .arg(lineIdx + addr , 8, 16, QChar('0')).toUpper(); in drawAddressArea()
745 if (lineIdx+addr >= endAddress+1-bytesPerLine) in drawAddressArea()
756 …for (u32 lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += bytesPerLine,… in drawHexArea() local
761 u32 posBa = addr + lineIdx + colIdx; in drawHexArea()
801 if (lineIdx+addr >= endAddress+1-bytesPerLine) in drawHexArea()
812 …for (u32 lineIdx = firstLineIdx, yPos = yPosStart; lineIdx < lastLineIdx; lineIdx += bytesPerLine,… in drawTextArea() local
818 u32 posBa = addr + lineIdx + colIdx; in drawTextArea()
[all …]
/dports/science/pulseview/pulseview-0.4.2/pv/views/decoder_binary/
H A DQHexView.cpp320 for (size_t lineIdx = firstLineIdx, y = yStart; lineIdx < lastLineIdx; lineIdx++) { in paintEvent() local
322 QString address = QString("%1").arg(lineIdx * 16, 10, 16, QChar('0')).toUpper(); in paintEvent()
342 for (size_t lineIdx = firstLineIdx, y = yStart; lineIdx < lastLineIdx; lineIdx++) { in paintEvent() local
346 size_t pos = (lineIdx * BYTES_PER_LINE + i) * 2; in paintEvent()
391 for (size_t lineIdx = firstLineIdx, y = yStart; lineIdx < lastLineIdx; lineIdx++) { in paintEvent() local
401 size_t pos = (lineIdx * BYTES_PER_LINE + i) * 2; in paintEvent()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTextOutputDev.cc1093 lineIdx == pos.lineIdx && in operator ==()
1100 lineIdx != pos.lineIdx || in operator !=()
1109 (lineIdx < pos.lineIdx || in operator <()
1110 (lineIdx == pos.lineIdx && in operator <()
1119 (lineIdx > pos.lineIdx || in operator >()
1120 (lineIdx == pos.lineIdx && in operator >()
1679 for (lineIdx = 0; lineIdx < par->lines->getLength(); ++lineIdx) { in writeReadingOrder()
1851 for (lineIdx = 0; lineIdx < par->lines->getLength(); ++lineIdx) { in writePhysLayout()
1955 for (lineIdx = 0; lineIdx < par->lines->getLength(); ++lineIdx) { in writeSimple2Layout()
5674 for (lineIdx = 0; lineIdx < lines->getLength() - 1; ++lineIdx) { in findPointInColumn()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTextOutputDev.cc1093 lineIdx == pos.lineIdx && in operator ==()
1100 lineIdx != pos.lineIdx || in operator !=()
1109 (lineIdx < pos.lineIdx || in operator <()
1110 (lineIdx == pos.lineIdx && in operator <()
1119 (lineIdx > pos.lineIdx || in operator >()
1120 (lineIdx == pos.lineIdx && in operator >()
1679 for (lineIdx = 0; lineIdx < par->lines->getLength(); ++lineIdx) { in writeReadingOrder()
1851 for (lineIdx = 0; lineIdx < par->lines->getLength(); ++lineIdx) { in writePhysLayout()
1955 for (lineIdx = 0; lineIdx < par->lines->getLength(); ++lineIdx) { in writeSimple2Layout()
5674 for (lineIdx = 0; lineIdx < lines->getLength() - 1; ++lineIdx) { in findPointInColumn()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gr/
H A DFlexGR_topo.cpp590 set<frCoord> lineIdx; in genSTTopology_build_tree_splitSeg() local
607 lineIdx.insert(*it2); in genSTTopology_build_tree_splitSeg()
611 if (lineIdx.empty()) { in genSTTopology_build_tree_splitSeg()
618 auto prevIt = lineIdx.begin(); in genSTTopology_build_tree_splitSeg()
619 for (auto currIt = (++(lineIdx.begin())); currIt != lineIdx.end(); in genSTTopology_build_tree_splitSeg()
631 set<frCoord> lineIdx; in genSTTopology_build_tree_splitSeg() local
639 lineIdx.insert(it2->first); in genSTTopology_build_tree_splitSeg()
648 lineIdx.insert(*it2); in genSTTopology_build_tree_splitSeg()
652 if (lineIdx.empty()) { in genSTTopology_build_tree_splitSeg()
659 auto prevIt = lineIdx.begin(); in genSTTopology_build_tree_splitSeg()
[all …]

12345