/dports/math/gismo/gismo-21.12.0/src/gsNurbs/ |
H A D | gsBoehm_.cpp | 54 std::vector<T>::const_iterator valEnd, 66 std::vector<T>::iterator valEnd, 78 std::vector<T>::const_iterator valEnd, 105 std::vector<T>::const_iterator valEnd, 123 std::vector<T>::const_iterator valEnd, 141 std::vector<T>::const_iterator valEnd, 158 std::vector<T>::const_iterator valEnd, 175 std::vector<T>::const_iterator valEnd,
|
H A D | gsBoehm.hpp | 169 if ( valBegin == valEnd ) return; in gsBoehmRefine() 178 const int nk= std::distance( valBegin, valEnd ); in gsBoehmRefine() 182 const int b = (knots.iFind( *(valEnd-1) ) - knots.begin()) + 1; in gsBoehmRefine() 205 const T newKnot = *(--valEnd); in gsBoehmRefine() 378 ValIt valEnd, in gsTensorBoehmRefine() argument 396 const int b = (knots.iFind(*(valEnd - 1)) - knots.begin()) + 1; in gsTensorBoehmRefine() 433 (alpha, nknots, knots, valBegin, valEnd); in gsTensorBoehmRefine() 437 ValIt valEndCopy = valEnd; in gsTensorBoehmRefine() 509 ValIt valEnd, in gsTensorBoehmRefineLocal() argument 551 (alpha, nknots, knots, valBegin, valEnd, true); in gsTensorBoehmRefineLocal() [all …]
|
H A D | gsBoehm.h | 68 ValIt valBegin, ValIt valEnd, // knot values to insert 137 ValIt valEnd, 168 ValIt valEnd, 330 ValIt valEnd, 334 const int b = (knots.iFind(*(valEnd - 1)) - knots.begin()) + 1; 336 const int nik = std::distance(valBegin, valEnd); // number of inserted knots 354 const T newKnot = *(--valEnd); // X[j]
|
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xml/ |
H A D | XmlSearch.cc | 38 const char *XmlSearch::locate(const String &path, const char *&valEnd) const { in locate() 56 valEnd = strchr(valStart, qw); in locate() 57 if (!valEnd) in locate()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/ |
H A D | CodeGenContext.cpp | 719 size_t valEnd = opts.find_first_of(' ', valStart); in parseOptions() local 720 llvm::StringRef valStr = opts.substr(valStart, valEnd - valStart); in parseOptions() 725 Pos = valEnd; in parseOptions() 766 size_t valEnd = opts.find_first_of(' ', valStart); in parseOptions() local 767 llvm::StringRef valStr = opts.substr(valStart, valEnd - valStart); in parseOptions() 772 Pos = valEnd; in parseOptions() 816 size_t valEnd = opts.find_first_of(' ', valStart); in parseOptions() local 817 llvm::StringRef valStr = opts.substr(valStart, valEnd - valStart); in parseOptions() 828 Pos = valEnd; in parseOptions()
|
/dports/mail/libvmime/vmime-0.9.2/src/vmime/ |
H A D | parameterizedHeaderField.cpp | 226 size_t valEnd = position + (p - pstart); in parseImpl() local 228 while (valEnd != valStart && parserHelpers::isSpace(buffer[valEnd - 1])) in parseImpl() 229 --valEnd; in parseImpl() 232 buffer.begin() + valEnd); in parseImpl()
|
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/ |
H A D | HttpClient.cpp | 1139 const char *valEnd = strchr(colon, '\n'); // last char of val data in _ParseHeaderFields() local 1140 if (!valEnd) in _ParseHeaderFields() 1142 while (valEnd[-1] == '\n' || valEnd[-1] == '\r') // skip backwards if necessary in _ParseHeaderFields() 1143 --valEnd; in _ParseHeaderFields() 1145 while (isspace(*val) && val < valEnd) // skip spaces after the colon in _ParseHeaderFields() 1149 std::string valstr(val, valEnd - val); in _ParseHeaderFields() 1152 s = valEnd; in _ParseHeaderFields()
|
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/ |
H A D | Sanyo.pm | 390 my ($valuePtr, $valEnd, $size, $tagID, $wFlag) = @_; 396 $_[0] = $valEnd; # set value pointer to next logical location
|
H A D | XMP.pm | 3470 my $valEnd; 3491 $valEnd = pos($$dataPt) - length($prop) - length($3) - 3; 3498 $valEnd = $valStart; 3633 $val = substr($$dataPt, $valStart, $valEnd - $valStart); 3636 $valStart = $valEnd; 3748 if (ParseXMPElement($et, $tagTablePtr, $dataPt, $valStart, $valEnd, 3754 } elsif (not $shorthand or $valEnd != $valStart) { 3755 $val = substr($$dataPt, $valStart, $valEnd - $valStart); 3768 if ($valStart == $valEnd or 3769 !ParseXMPElement($et, $tagTablePtr, $dataPt, $valStart, $valEnd, [all …]
|
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/ |
H A D | Sanyo.pm | 390 my ($valuePtr, $valEnd, $size, $tagID, $wFlag) = @_; 396 $_[0] = $valEnd; # set value pointer to next logical location
|
H A D | XMP.pm | 3426 my $valEnd; 3447 $valEnd = pos($$dataPt) - length($prop) - length($3) - 3; 3454 $valEnd = $valStart; 3589 $val = substr($$dataPt, $valStart, $valEnd - $valStart); 3592 $valStart = $valEnd; 3704 if (ParseXMPElement($et, $tagTablePtr, $dataPt, $valStart, $valEnd, 3710 } elsif (not $shorthand or $valEnd != $valStart) { 3711 $val = substr($$dataPt, $valStart, $valEnd - $valStart); 3724 if ($valStart == $valEnd or 3725 !ParseXMPElement($et, $tagTablePtr, $dataPt, $valStart, $valEnd, [all …]
|
H A D | WriteExif.pl | 695 my ($entry, $valueDataPt, $valueDataPos, $valueDataLen, $valuePtr, $valEnd); 782 $valEnd or $valEnd = $dataPos + $dirStart + 2 + 12 * $numEntries + 4;
|
/dports/lang/solidity/solidity_0.8.11/libsmtutil/ |
H A D | SMTLib2Interface.cpp | 303 auto valEnd = find(valStart, _end, ')'); in parseValues() local 304 values.emplace_back(valStart, valEnd); in parseValues() 305 _start = find(valEnd, _end, '('); in parseValues()
|
/dports/security/klee/klee-2.2/lib/Expr/ |
H A D | ArrayExprRewriter.cpp | 163 const ref<Expr> &valEnd) { in createRangeExpr() argument 165 UleExpr::alloc(index, valEnd)); in createRangeExpr()
|
/dports/security/klee/klee-2.2/include/klee/Expr/ |
H A D | ArrayExprRewriter.h | 43 const ref<Expr> &valEnd);
|
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/ |
H A D | heatmapper.py | 606 valEnd = 0 611 valStart = valEnd 612 valEnd += np.sum([x[1] - x[0] for x in zone]) 619 pos_array = np.linspace(valStart, valEnd, nBins, endpoint=False, dtype=int) 620 pos_array = np.append(pos_array, valEnd)
|
/dports/lang/kawa/kawa-3.1.1/gnu/xml/ |
H A D | XMLFilter.java | 253 int valEnd = tlist.gapStart; in endAttribute() local 257 if (i >= valEnd) in endAttribute() 265 || (datum == ' ' && (i == valEnd || data[i] == ' '))) in endAttribute() 274 tlist.stringValue(valStart, valEnd, sbuf); in endAttribute()
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/ |
H A D | LDMLUtilities.java | 586 int valEnd = token.indexOf('@', valStart); 587 if (valEnd < 0) { 588 valEnd = valStart + (token.length() - valStart - 1); 590 valEnd = token.length() - 1 /* valEnd should be index */; 592 String value = token.substring(valStart, valEnd);
|
/dports/deskutils/py-vobject/vobject-0.9.6.1/docs/build/lib/vobject/ |
H A D | icalendar.py | 1847 valEnd = values[1] 1848 if isDuration(valEnd): # period-start = date-time "/" dur-value 1849 delta = stringToDurations(valEnd)[0] 1852 return (start, stringToDateTime(valEnd, tzinfo))
|
/dports/deskutils/py-vobject/vobject-0.9.6.1/vobject/ |
H A D | icalendar.py | 1967 valEnd = values[1] 1968 if isDuration(valEnd): # period-start = date-time "/" dur-value 1969 delta = stringToDurations(valEnd)[0] 1972 return (start, stringToDateTime(valEnd, tzinfo))
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/ |
H A D | exiv2.cpp | 1360 std::string::size_type valEnd = std::string::npos; local 1361 if (valStart != std::string::npos) valEnd = line.find_last_not_of(delim); 1387 value = parseEscapes(line.substr(valStart, valEnd+1-valStart));
|
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/ |
H A D | exiv2.cpp | 1429 std::string::size_type valEnd = std::string::npos; local 1430 if (valStart != std::string::npos) valEnd = line.find_last_not_of(delim); 1456 value = parseEscapes(line.substr(valStart, valEnd+1-valStart));
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | medparam.h | 77 MP_DATA valEnd; member
|
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | medparam.h | 77 MP_DATA valEnd; member
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/ |
H A D | SystemInfo.cpp | 179 size_t const valEnd = seachPos; in getValueFromOs_release() local 181 std::string value(content, valStart, valEnd - valStart); in getValueFromOs_release()
|