Home
last modified time | relevance | path

Searched refs:previousOffset (Results 1 – 25 of 121) sorted by relevance

12345

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/toolkit/
H A Dtbytevectorlist.cpp50 unsigned int previousOffset = 0; in split() local
55 if(offset - previousOffset >= 1) in split()
56 l.append(v.mid(previousOffset, offset - previousOffset)); in split()
60 previousOffset = offset + pattern.size(); in split()
63 if(previousOffset < v.size()) in split()
64 l.append(v.mid(previousOffset, v.size() - previousOffset)); in split()
H A Dtstringlist.cpp43 int previousOffset = 0; in split() local
45 l.append(s.substr(previousOffset, offset - previousOffset)); in split()
46 previousOffset = offset + 1; in split()
49 l.append(s.substr(previousOffset, s.size() - previousOffset)); in split()
/dports/audio/taglib/taglib-1.12/taglib/toolkit/
H A Dtbytevectorlist.cpp50 unsigned int previousOffset = 0; in split() local
55 if(offset - previousOffset >= 1) in split()
56 l.append(v.mid(previousOffset, offset - previousOffset)); in split()
60 previousOffset = offset + pattern.size(); in split()
63 if(previousOffset < v.size()) in split()
64 l.append(v.mid(previousOffset, v.size() - previousOffset)); in split()
H A Dtstringlist.cpp43 int previousOffset = 0; in split() local
45 l.append(s.substr(previousOffset, offset - previousOffset)); in split()
46 previousOffset = offset + 1; in split()
49 l.append(s.substr(previousOffset, s.size() - previousOffset)); in split()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/toolkit/
H A Dtbytevectorlist.cpp50 unsigned int previousOffset = 0; in split() local
55 if(offset - previousOffset >= 1) in split()
56 l.append(v.mid(previousOffset, offset - previousOffset)); in split()
60 previousOffset = offset + pattern.size(); in split()
63 if(previousOffset < v.size()) in split()
64 l.append(v.mid(previousOffset, v.size() - previousOffset)); in split()
H A Dtstringlist.cpp43 int previousOffset = 0; in split() local
45 l.append(s.substr(previousOffset, offset - previousOffset)); in split()
46 previousOffset = offset + 1; in split()
49 l.append(s.substr(previousOffset, s.size() - previousOffset)); in split()
/dports/devel/pear-Horde_Timezone/Horde_Timezone-1.1.0/lib/Horde/Timezone/
H A DRule.php133 $previousOffset = $this->_findPreviousOffset(
138 $component->setAttribute('TZOFFSETFROM', $previousOffset);
142 $component->setAttribute('TZOFFSETFROM', $previousOffset);
149 $first->hour += ($previousOffset['ahead'] ? 1 : -1) * $previousOffset['hour']
151 $first->min += ($previousOffset['ahead'] ? 1 : -1) * $previousOffset['minute']
155 $first->hour += ($previousOffset['ahead'] ? 1 : -1) * $previousOffset['hour'];
156 $first->min += ($previousOffset['ahead'] ? 1 : -1) * $previousOffset['minute'];
174 $last->hour -= ($previousOffset['ahead'] ? 1 : -1) * $previousOffset['hour'];
175 $last->min -= ($previousOffset['ahead'] ? 1 : -1) * $previousOffset['minute'];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/rules/
H A DDefaultPartitionerZeroLengthTest.java213 int previousOffset= startOffset; in assertComputeZeroLengthPartitioning_InterleavingPartitions() local
220 assertTypedRegion(region, previousOffset, currentOffset, type); in assertComputeZeroLengthPartitioning_InterleavingPartitions()
227 previousOffset= currentOffset; in assertComputeZeroLengthPartitioning_InterleavingPartitions()
233 int previousOffset= 0; in assertGetZeroLengthContentType_InterleavingPartitions() local
236 assertEqualPartitionType(previousOffset, offset, type); in assertGetZeroLengthContentType_InterleavingPartitions()
243 previousOffset= offset; in assertGetZeroLengthContentType_InterleavingPartitions()
249 int previousOffset= 0; in assertGetZeroLengthPartition_InterleavingPartitions() local
252 assertEqualPartition(previousOffset, offset, type); in assertGetZeroLengthPartition_InterleavingPartitions()
259 previousOffset= offset; in assertGetZeroLengthPartition_InterleavingPartitions()
H A DFastPartitionerTest.java332 int previousOffset= startOffset; in assertComputePartitioning_InterleavingPartitions() local
337 if (currentOffset - previousOffset != 0) { // don't do empty partitions in assertComputePartitioning_InterleavingPartitions()
340 assertTypedRegion(region, previousOffset, currentOffset, type); in assertComputePartitioning_InterleavingPartitions()
348 previousOffset= currentOffset; in assertComputePartitioning_InterleavingPartitions()
354 int previousOffset= 0; in assertGetContentType_InterleavingPartitions() local
357 assertEqualPartitionType(previousOffset, offset, type); in assertGetContentType_InterleavingPartitions()
364 previousOffset= offset; in assertGetContentType_InterleavingPartitions()
370 int previousOffset= 0; in assertGetPartition_InterleavingPartitions() local
373 assertEqualPartition(previousOffset, offset, type); in assertGetPartition_InterleavingPartitions()
380 previousOffset= offset; in assertGetPartition_InterleavingPartitions()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DGPSEphemerisStore.cpp71 double previousOffset = 0.0; in rationalize() local
118 currentOffset==previousOffset) in rationalize()
130 (previousIsOffset && (currentOffset!=previousOffset) ) ) in rationalize()
133 previousOffset = currentOffset; in rationalize()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/spherical/oned/
H A DArcsSet.java504 final double previousOffset = alpha - previous; in projectToBoundary() local
506 if (previousOffset < currentOffset) { in projectToBoundary()
507 … return new BoundaryProjection<Sphere1D>(point, new S1Point(previous), previousOffset); in projectToBoundary()
538 final double previousOffset = alpha - (previous - MathUtils.TWO_PI); in projectToBoundary() local
540 if (previousOffset < currentOffset) { in projectToBoundary()
541 … return new BoundaryProjection<Sphere1D>(point, new S1Point(previous), previousOffset); in projectToBoundary()
547 final double previousOffset = alpha - previous; in projectToBoundary() local
549 if (previousOffset < currentOffset) { in projectToBoundary()
550 … return new BoundaryProjection<Sphere1D>(point, new S1Point(previous), previousOffset); in projectToBoundary()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DCutterSeekable.cpp32 previousOffset = widgetOffset; in updateSeek()
47 this->seek(previousOffset); in seekPrev()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGGradientElement.cpp152 float previousOffset = 0.0f; in buildStops() local
163 offset = std::min(std::max(previousOffset, offset), 1.0f); in buildStops()
164 previousOffset = offset; in buildStops()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/corelib/serialization/cbordump/
H A Dmain.cpp684 void printIndicator(quint64 value, qint64 previousOffset, qint64 offset, char space) in printIndicator() argument
687 int actualSize = offset - previousOffset; in printIndicator()
700 qint64 previousOffset = offset; in printWidthIndicator() local
703 printIndicator(value, previousOffset, offset, space); in printWidthIndicator()
708 qint64 previousOffset = offset; in printStringWidthIndicator() local
711 printIndicator(value, previousOffset, offset - uint(value), '\0'); in printStringWidthIndicator()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/gennorm2/
H A Dextradata.cpp95 int32_t previousOffset=previousMappings.geti(newMapping); in writeNoNoMapping() local
96 if(previousOffset!=0) { in writeNoNoMapping()
98 offset=previousOffset-1; in writeNoNoMapping()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/gennorm2/
H A Dextradata.cpp95 int32_t previousOffset=previousMappings.geti(newMapping); in writeNoNoMapping() local
96 if(previousOffset!=0) { in writeNoNoMapping()
98 offset=previousOffset-1; in writeNoNoMapping()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/gennorm2/
H A Dextradata.cpp95 int32_t previousOffset=previousMappings.geti(newMapping); in writeNoNoMapping() local
96 if(previousOffset!=0) { in writeNoNoMapping()
98 offset=previousOffset-1; in writeNoNoMapping()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/gennorm2/
H A Dextradata.cpp95 int32_t previousOffset=previousMappings.geti(newMapping); in writeNoNoMapping() local
96 if(previousOffset!=0) { in writeNoNoMapping()
98 offset=previousOffset-1; in writeNoNoMapping()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dgcdump.cpp174 unsigned previousOffset = 0; in DumpInfoHeader() local
177 unsigned newOffset = previousOffset + VarInt::ReadUnsigned(gcInfo); in DumpInfoHeader()
181 previousOffset = newOffset; in DumpInfoHeader()
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgStyleParser.cpp369 qreal& previousOffset) in parseColorStop() argument
384 offset = qMax(offset, previousOffset); in parseColorStop()
385 previousOffset = offset; in parseColorStop()
423 qreal previousOffset = 0.0; in parseColorStops() local
428 stops.append(parseColorStop(stop, context, previousOffset)); in parseColorStops()
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/arm/
H A Dieee754-df.S92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
565 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
626 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16
667 .cfi_adjust_cfa_offset 24 @ CFA is now sp + previousOffset + 24.
1185 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset.
1263 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8.
1286 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1303 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1319 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1335 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/arm/
H A Dieee754-df.S92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
561 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
622 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16
663 .cfi_adjust_cfa_offset 24 @ CFA is now sp + previousOffset + 24.
1181 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset.
1259 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8.
1282 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1299 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1315 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1331 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/arm/
H A Dieee754-df.S92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
565 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
626 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16
667 .cfi_adjust_cfa_offset 24 @ CFA is now sp + previousOffset + 24.
1185 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset.
1263 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8.
1286 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1303 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1319 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1335 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/arm/
H A Dieee754-df.S92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
565 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
626 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16
667 .cfi_adjust_cfa_offset 24 @ CFA is now sp + previousOffset + 24.
1185 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset.
1263 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8.
1286 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1303 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1319 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1335 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/arm/
H A Dieee754-df.S92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
565 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12
626 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16
667 .cfi_adjust_cfa_offset 24 @ CFA is now sp + previousOffset + 24.
1185 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset.
1263 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8.
1286 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1303 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1319 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
1335 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
[all …]

12345