Home
last modified time | relevance | path

Searched refs:sEnd (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSampleEditor.cpp459 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in validate()
907 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in cutSampleInternal()
1238 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_cropSample()
1384 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_mixPasteSample()
1441 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_AMPasteSample()
1498 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_FMPasteSample()
1557 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_PHPasteSample()
1666 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_FLPasteSample()
1942 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in isValidxFadeSelection()
1969 pp_int32 s = sEnd; sEnd = sStart; sStart = s; in tool_xFadeSample()
[all …]
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Doptions.c355 char *sEnd; in parse_long_opt() local
356 int max = strtol (oarg, &sEnd, 10); in parse_long_opt()
357 if (oarg == sEnd || *sEnd != '\0' || errno == ERANGE) in parse_long_opt()
549 char *sEnd; in parse_long_opt() local
550 int tests = strtol (oarg, &sEnd, 10); in parse_long_opt()
551 if (oarg == sEnd || *sEnd != '\0' || errno == ERANGE) in parse_long_opt()
558 char *sEnd; in parse_long_opt() local
559 int keeplast = strtol (oarg, &sEnd, 10); in parse_long_opt()
560 if (oarg == sEnd || *sEnd != '\0' || errno == ERANGE) in parse_long_opt()
567 char *sEnd; in parse_long_opt() local
[all …]
H A Dutil.c503 char *end = NULL, *sEnd = NULL; local
525 ts = strtoull (str, &sEnd, 10);
526 if (str == sEnd || *sEnd != '\0' || errno == ERANGE)
792 char *sEnd = NULL; local
795 value = strtol (ptr, &sEnd, 10);
796 if (ptr == sEnd || *sEnd != '\0' || errno == ERANGE) {
806 char *sEnd = NULL; local
807 int d = strtol (date, &sEnd, 10);
808 if (date == sEnd || *sEnd != '\0' || errno == ERANGE)
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommonakonadi/addressline/addresslineedit/
H A Dkmailcompletion.cpp44 … for (QStringList::ConstIterator sit(mailAddr.begin()), sEnd(mailAddr.end()); sit != sEnd; ++sit) { in makeCompletion() local
88 …for (QStringList::ConstIterator sit(pMatches->begin()), sEnd(pMatches->end()); sit != sEnd; ++sit)… in postProcessMatches() local
90 … for (QStringList::ConstIterator sit(mailAddr.begin()), sEnd(mailAddr.end()); sit != sEnd; ++sit) { in postProcessMatches() local
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/data/tools/
H A DgetI18n.sh427 sEnd=$( echo $sBeg | sed "s:/::g" )
429 [[ $sBeg != $sEnd ]] && ! $( echo "$sLine" | grep -q "//" ) &&
430 sBeg="$sEnd"
431 [[ $sBeg != $sEnd ]] && ! $( echo "$sLine" | sed "s:<a[^/>]*>:<a…>:g" ) &&
432 sBeg="$sEnd"
433 if [[ $sBeg == $sEnd ]] ; then #no comment nor divide
450 sEnd=""
458 sLine="$sBeg ~Codes~ $sEnd"
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/base64-bytestring-1.0.0.3/Data/ByteString/Base64/
H A DInternal.hs59 sEnd = sptr `plusPtr` (slen + soff) function
61 | sp `plusPtr` 2 >= sEnd = complete (castPtr dp) sp
72 | sp == sEnd = return ()
75 twoMore = sp `plusPtr` 2 == sEnd
131 sEnd = sp0 `plusPtr` slen function
136 let chunkSize = min every (sEnd `minusPtr` sp)
167 let sEnd = sptr `plusPtr` (slen + soff) function
173 | sp >= sEnd = finish n
219 sEnd = sptr `plusPtr` (slen + soff) function
221 | sp >= sEnd = finish n
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/agent/
H A DcleanEntries.cc39 string cleanGeneral(string::const_iterator sBegin, string::const_iterator sEnd) in cleanGeneral() argument
42 …rx::regex_replace(ostream_iterator<char>(ss), sBegin, sEnd, rx::regex("[[:space:]\\x0-\\x1f]{2,}")… in cleanGeneral()
67 string cleanStatement(string::const_iterator sBegin, string::const_iterator sEnd) in cleanStatement() argument
70 …rx::regex_replace(ostream_iterator<char>(ss), sBegin, sEnd, rx::regex("\n[[:space:][:punct:]]*"), … in cleanStatement()
/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Ddifference.cpp119 DifferenceStringListConstIterator sEnd = m_sourceLines.end(); in recreateDifference() local
121 for (; stringIt != sEnd; ++stringIt) in recreateDifference()
141 sEnd = m_destinationLines.end(); in recreateDifference()
143 for (; stringIt != sEnd; ++stringIt) in recreateDifference()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/gtk/
H A Dtools.cpp45 Glib::ustring sEnd = _rsString.substr(_rsString.size() - _rsSuffix.size()); in bHasSuffix() local
49 if (_rsSuffix == sEnd) in bHasSuffix()
56 if (_rsSuffix.lowercase() == sEnd.lowercase()) in bHasSuffix()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptasian.cxx282 OUString sStart, sEnd; in IMPL_LINK_NOARG() local
297 sEnd = pElement->pCharacters->endLine; in IMPL_LINK_NOARG()
309 sEnd = aForbidden.endLine; in IMPL_LINK_NOARG()
320 bAvail = pImpl->aConfig.GetStartEndChars( aLocale, sStart, sEnd ); in IMPL_LINK_NOARG()
327 sEnd = aForbidden.endLine; in IMPL_LINK_NOARG()
335 m_xEndED->set_text(sEnd); in IMPL_LINK_NOARG()
354 OUString sEnd = m_xEndED->get_text(); in IMPL_LINK() local
364 pFCSet->endLine = sEnd; in IMPL_LINK()
375 … pImpl->aConfig.SetStartEndChars( aLocale, bEnable ? &sStart : nullptr, bEnable ? &sEnd : nullptr); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptasian.cxx276 OUString sStart, sEnd; in IMPL_LINK_NOARG() local
291 sEnd = pElement->pCharacters->endLine; in IMPL_LINK_NOARG()
303 sEnd = aForbidden.endLine; in IMPL_LINK_NOARG()
314 bAvail = pImpl->aConfig.GetStartEndChars( aLocale, sStart, sEnd ); in IMPL_LINK_NOARG()
321 sEnd = aForbidden.endLine; in IMPL_LINK_NOARG()
329 m_xEndED->set_text(sEnd); in IMPL_LINK_NOARG()
348 OUString sEnd = m_xEndED->get_text(); in IMPL_LINK() local
358 pFCSet->endLine = sEnd; in IMPL_LINK()
369 … pImpl->aConfig.SetStartEndChars( aLocale, bEnable ? &sStart : nullptr, bEnable ? &sEnd : nullptr); in IMPL_LINK()
/dports/net/olsrd/olsrd-0.9.8/lib/pud/nmealib/src/
H A Dutil.c284 #define sCharsLeft (sEnd - sCharacter) in nmeaScanf()
294 const char *sEnd = &s[sz]; in nmeaScanf() local
313 for (formatCharacter = format; *formatCharacter && (sCharacter <= sEnd); formatCharacter++) { in nmeaScanf()
340 sCharacter = sEnd; in nmeaScanf()
348 sCharacter = sEnd; in nmeaScanf()
356 sCharacter = sEnd; in nmeaScanf()
359 if ((sTokenStart >= sEnd) // in nmeaScanf()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dterodilate.cpp34 Pix *s, *sBegin = src->pixels(y), *sEnd = sBegin + lx; in copyMatte() local
37 for (s = sBegin, m = mBegin; s != sEnd; ++s, ++m) *m = s->m; in copyMatte()
56 const Pix *s, *sBegin = src->pixels(y), *sEnd = sBegin + lx; in copyChannels_erode() local
86 const Pix *s, *sBegin = src->pixels(y), *sEnd = sBegin + lx; in copyChannels_dilate() local
135 const Chan *s, *sEnd = src + len * sIncr; in erodilate_row() local
157 assert(s < sEnd); in erodilate_row()
167 assert(s < sEnd); in erodilate_row()
188 swEnd = std::min(swBegin + swIncr + sIncr, sEnd); in erodilate_row()
197 assert(s < sEnd); in erodilate_row()
346 *sEnd = sLine + sRect.x1 * sIncrX; in erodilate_quarters() local
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/
H A DCachedHistoryStorage.java171 String queue, Long sBegin, Long sEnd, Long fBegin, Long fEnd, in getPartialJobs() argument
174 queue, sBegin, sEnd, fBegin, fEnd, jobState); in getPartialJobs()
178 Long count, String user, String queue, Long sBegin, Long sEnd, in getPartialJobs() argument
184 if (sEnd == null) in getPartialJobs()
185 sEnd = Long.MAX_VALUE; in getPartialJobs()
225 if (report.getStartTime() < sBegin || report.getStartTime() > sEnd) { in getPartialJobs()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gtk/
H A Dtools.cpp45 Glib::ustring sEnd = _rsString.substr(_rsString.size() - _rsSuffix.size()); in bHasSuffix() local
49 if (_rsSuffix == sEnd) in bHasSuffix()
56 if (_rsSuffix.lowercase() == sEnd.lowercase()) in bHasSuffix()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/search/context/
H A DWildCardMatcher.java81 boolean sEnd = (s >= string.length()); in wildcardEquals()
86 if (sEnd) { in wildcardEquals()
122 if (sEnd || pEnd) { in wildcardEquals()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2Sprintf.cpp672 CCHAR_P sEnd = sFormatString.data() + sFormatString.size(); in FormatString() local
685 while(sPos != sEnd) in FormatString()
700 if (sPos == sEnd) { return -1; } in FormatString()
750 if (sPos == sEnd) { return -1; } in FormatString()
760 while (sPos != sEnd && (*sPos >= '0' && *sPos <= '9')) in FormatString()
778 if (sPos == sEnd) { return -1; } in FormatString()
784 if (sPos == sEnd) { return -1; } in FormatString()
789 while (sPos != sEnd && (*sPos >= '0' && *sPos <= '9')) in FormatString()
818 if (sPos == sEnd) { return -1; } in FormatString()
829 if (sPos == sEnd) { return -1; } in FormatString()
[all …]
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2Sprintf.cpp672 CCHAR_P sEnd = sFormatString.data() + sFormatString.size(); in FormatString() local
685 while(sPos != sEnd) in FormatString()
700 if (sPos == sEnd) { return -1; } in FormatString()
750 if (sPos == sEnd) { return -1; } in FormatString()
760 while (sPos != sEnd && (*sPos >= '0' && *sPos <= '9')) in FormatString()
778 if (sPos == sEnd) { return -1; } in FormatString()
784 if (sPos == sEnd) { return -1; } in FormatString()
789 while (sPos != sEnd && (*sPos >= '0' && *sPos <= '9')) in FormatString()
818 if (sPos == sEnd) { return -1; } in FormatString()
829 if (sPos == sEnd) { return -1; } in FormatString()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexindices.c24 PetscInt pStart, pEnd, sStart, sEnd, point, clSize; in DMPlexCreateClosureIndex() local
31 ierr = PetscSectionGetChart(section, &sStart, &sEnd);CHKERRQ(ierr); in DMPlexCreateClosureIndex()
40 if ((points[p] >= sStart) && (points[p] < sEnd)) { in DMPlexCreateClosureIndex()
58 if ((points[p] >= sStart) && (points[p] < sEnd)) { in DMPlexCreateClosureIndex()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_servercmds.c486 char sEnd[MAX_QPATH]; in CG_PrecacheNPCSounds() local
514 sEnd[k-1] = s[k]; in CG_PrecacheNPCSounds()
517 sEnd[k-1] = 0; in CG_PrecacheNPCSounds()
558 sEnd[j] = s[i]; in CG_HandleNPCSounds()
562 sEnd[j] = 0; in CG_HandleNPCSounds()
587 sEnd[j] = s[i]; in CG_HandleNPCSounds()
591 sEnd[j] = 0; in CG_HandleNPCSounds()
616 sEnd[j] = s[i]; in CG_HandleNPCSounds()
620 sEnd[j] = 0; in CG_HandleNPCSounds()
645 sEnd[j] = s[i]; in CG_HandleNPCSounds()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_base64.cpp311 char* sEnd; in Decode() local
316 sEnd = s + 1024; in Decode()
317 *sEnd = 0; in Decode()
324 if ( p != sEnd ) in Decode()
361 char* sEnd; in Decode() local
368 sEnd = s + 1024; in Decode()
369 *sEnd = 0; in Decode()
385 if ( p != sEnd ) in Decode()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_base64.cpp311 char* sEnd; in Decode() local
316 sEnd = s + 1024; in Decode()
317 *sEnd = 0; in Decode()
324 if ( p != sEnd ) in Decode()
361 char* sEnd; in Decode() local
368 sEnd = s + 1024; in Decode()
369 *sEnd = 0; in Decode()
385 if ( p != sEnd ) in Decode()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/blast/
H A Dblast_record.h132 TPos sEnd = 0; member
227 sEnd,
243 bm2.sEnd,
282 sEnd = 0; in _clear()
305 sEnd = std::numeric_limits<TPos>::max(); in _maxInitialize()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/blast/
H A Dblast_record.h132 TPos sEnd = 0; member
227 sEnd,
243 bm2.sEnd,
282 sEnd = 0; in _clear()
305 sEnd = std::numeric_limits<TPos>::max(); in _maxInitialize()
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/tests/
H A Dif.lingo60 go to frame "sEnd"
67 go to frame "sEnd"
77 if the selection = the text of cast 1 then go to frame "sEnd"
80 if the selection = the text of cast 1 then go to frame "sEnd"
92 if the selection = the text of cast 1 then go to frame "sEnd"
132 if the selection = the text of cast 1 then go to frame "sEnd"

12345678910>>...25