Home
last modified time | relevance | path

Searched refs:sourceOffset (Results 1 – 25 of 983) sorted by relevance

12345678910>>...40

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/video/
H A Drlf_decoder.cpp216 uint32 sourceOffset = 0; in decodeMaskedRunLengthEncoding() local
220 while (sourceOffset < sourceSize) { in decodeMaskedRunLengthEncoding()
222 sourceOffset++; in decodeMaskedRunLengthEncoding()
239 sourceOffset += 2; in decodeMaskedRunLengthEncoding()
247 if (sourceOffset + 1 >= sourceSize) { in decodeMaskedRunLengthEncoding()
260 uint32 sourceOffset = 0; in decodeSimpleRunLengthEncoding() local
264 while (sourceOffset < sourceSize) { in decodeSimpleRunLengthEncoding()
266 sourceOffset++; in decodeSimpleRunLengthEncoding()
283 sourceOffset += 2; in decodeSimpleRunLengthEncoding()
291 if (sourceOffset + 1 >= sourceSize) { in decodeSimpleRunLengthEncoding()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/video/
H A Drlf_decoder.cpp216 uint32 sourceOffset = 0; in decodeMaskedRunLengthEncoding() local
220 while (sourceOffset < sourceSize) { in decodeMaskedRunLengthEncoding()
222 sourceOffset++; in decodeMaskedRunLengthEncoding()
239 sourceOffset += 2; in decodeMaskedRunLengthEncoding()
247 if (sourceOffset + 1 >= sourceSize) { in decodeMaskedRunLengthEncoding()
260 uint32 sourceOffset = 0; in decodeSimpleRunLengthEncoding() local
264 while (sourceOffset < sourceSize) { in decodeSimpleRunLengthEncoding()
266 sourceOffset++; in decodeSimpleRunLengthEncoding()
283 sourceOffset += 2; in decodeSimpleRunLengthEncoding()
291 if (sourceOffset + 1 >= sourceSize) { in decodeSimpleRunLengthEncoding()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dupdatefunctor.h29 const Coord<DIM>& sourceOffset, in SoARegionUpdateHelper() argument
33 sourceOffset(sourceOffset), in SoARegionUpdateHelper()
49 i->origin + sourceOffset, in operator()
50 i->endX + sourceOffset.x()); in operator()
80 const Coord<DIM>& sourceOffset; variable
88 const Coord<DIM>& sourceOffset, in operator()
114 const Coord<DIM>& sourceOffset, in operator()
129 Streak<DIM> streak(i->origin + sourceOffset, i->endX + sourceOffset.x()); in operator()
141 const Coord<DIM>& sourceOffset, in operator()
154 Streak<DIM> sourceStreak(i->origin + sourceOffset, i->endX + sourceOffset.x()); in operator()
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/
H A DUnknownAtom.java37 private final long sourceOffset; field in UnknownAtom
39 public UnknownAtom(int type, int size, RandomAccessFile source, long sourceOffset) { in UnknownAtom() argument
42 this.sourceOffset = sourceOffset; in UnknownAtom()
50 public long getSourceOffset() { return sourceOffset; } in getSourceOffset()
54 source.seek(sourceOffset); in writeFields()
/dports/lang/solidity/solidity_0.8.11/libyul/backends/evm/
H A DStackHelpers.h136 if (!_ops.isCompatible(sourceOffset, sourceOffset)) in dupDeepSlotIfRequired()
139 if (_ops.isCompatible(_ops.sourceSize() - 1, sourceOffset)) in dupDeepSlotIfRequired()
141 _ops.swap(_ops.sourceSize() - sourceOffset - 1); in dupDeepSlotIfRequired()
145 if (bringUpTargetSlot(_ops, sourceOffset)) in dupDeepSlotIfRequired()
149 if (_ops.isCompatible(offset, sourceOffset)) in dupDeepSlotIfRequired()
157 else if (_ops.sourceMultiplicity(sourceOffset) > 0) in dupDeepSlotIfRequired()
161 ranges::views::iota(sourceOffset + 1, _ops.sourceSize()), in dupDeepSlotIfRequired()
299 for (size_t sourceOffset: ranges::views::iota(0u, ops.sourceSize())) in shuffleStep() local
301 !ops.isCompatible(sourceOffset, sourceOffset) && in shuffleStep()
302 ops.isCompatible(sourceOffset, sourceTop) in shuffleStep()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Ddwgutil.cpp262 duint32 sourceOffset; in decompress21() local
288 sourceOffset = dstIndex; in decompress21()
298 sourceOffset = dstIndex-sourceOffset; in decompress21()
323 duint32 sourceOffset; in readInstructions21() local
331 sourceOffset = ((opCode & 0x78) << 5) + 1 + sourceOffset; in readInstructions21()
337 sourceOffset = ((opCode & 0xf8) << 5) + 1 + sourceOffset; in readInstructions21()
341 sourceOffset = ((cbuf[srcIndex++] << 8) & 0xff00) | sourceOffset; in readInstructions21()
347 sourceOffset++; in readInstructions21()
355 sourceOffset = opCode & 15; in readInstructions21()
357 sourceOffset = (((opCode & 0xf8) << 1) + sourceOffset) + 1; in readInstructions21()
[all …]
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Ddwgutil.cpp262 duint32 sourceOffset; in decompress21() local
288 sourceOffset = dstIndex; in decompress21()
298 sourceOffset = dstIndex-sourceOffset; in decompress21()
323 duint32 sourceOffset; in readInstructions21() local
331 sourceOffset = ((opCode & 0x78) << 5) + 1 + sourceOffset; in readInstructions21()
337 sourceOffset = ((opCode & 0xf8) << 5) + 1 + sourceOffset; in readInstructions21()
341 sourceOffset = ((cbuf[srcIndex++] << 8) & 0xff00) | sourceOffset; in readInstructions21()
347 sourceOffset++; in readInstructions21()
355 sourceOffset = opCode & 15; in readInstructions21()
357 sourceOffset = (((opCode & 0xf8) << 1) + sourceOffset) + 1; in readInstructions21()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/intern/
H A Ddwgutil.cpp260 duint32 sourceOffset; in decompress21() local
286 sourceOffset = dstIndex; in decompress21()
296 sourceOffset = dstIndex-sourceOffset; in decompress21()
321 duint32 sourceOffset; in readInstructions21() local
329 sourceOffset = ((opCode & 0x78) << 5) + 1 + sourceOffset; in readInstructions21()
335 sourceOffset = ((opCode & 0xf8) << 5) + 1 + sourceOffset; in readInstructions21()
339 sourceOffset = ((cbuf[srcIndex++] << 8) & 0xff00) | sourceOffset; in readInstructions21()
345 sourceOffset++; in readInstructions21()
353 sourceOffset = opCode & 15; in readInstructions21()
355 sourceOffset = (((opCode & 0xf8) << 1) + sourceOffset) + 1; in readInstructions21()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Ddwgutil.cpp322 duint32 sourceOffset; in decompress21() local
352 sourceOffset = dstIndex; in decompress21()
363 sourceOffset = dstIndex - sourceOffset; in decompress21()
393 duint32 sourceOffset; in readInstructions21() local
402 sourceOffset = ( ( opCode & 0x78 ) << 5 ) + 1 + sourceOffset; in readInstructions21()
408 sourceOffset = ( ( opCode & 0xf8 ) << 5 ) + 1 + sourceOffset; in readInstructions21()
412 sourceOffset = ( ( cbuf[srcIndex++] << 8 ) & 0xff00 ) | sourceOffset; in readInstructions21()
421 sourceOffset++; in readInstructions21()
429 sourceOffset = opCode & 15; in readInstructions21()
431 sourceOffset = ( ( ( opCode & 0xf8 ) << 1 ) + sourceOffset ) + 1; in readInstructions21()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DRecordState.cs147 int sourceOffset = (int)dataOffset; in GetBytes()
148 int byteCount = valueLength - sourceOffset; in GetBytes()
156 Buffer.BlockCopy(byteValue, sourceOffset, buffer, bufferOffset, byteCount); in GetBytes()
180 int sourceOffset = (int)dataOffset; in GetChars()
181 int charCount = valueLength - sourceOffset; in GetChars()
189 Buffer.BlockCopy(charValue, sourceOffset * System.Text.UnicodeEncoding.CharSize, in GetChars()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java43 private static void computeUpdatedPixels(int sourceOffset, in computeUpdatedPixels() argument
91 if (src < sourceOffset) { in computeUpdatedPixels()
94 if ((src - sourceOffset) % sourceSubsampling != 0) { in computeUpdatedPixels()
97 if (src >= sourceOffset + sourceExtent) { in computeUpdatedPixels()
102 (src - sourceOffset)/sourceSubsampling; in computeUpdatedPixels()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5ArrayCopy.h32 static inline void arraycopy(char16_t* source, int32_t sourceOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
54 static inline void arraycopy(nsHtml5StackNode** arr, int32_t sourceOffset, in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5ArrayCopy.h32 static inline void arraycopy(char16_t* source, int32_t sourceOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
54 static inline void arraycopy(nsHtml5StackNode** arr, int32_t sourceOffset, in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5ArrayCopy.h32 static inline void arraycopy(char16_t* source, int32_t sourceOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
54 static inline void arraycopy(nsHtml5StackNode** arr, int32_t sourceOffset, in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5ArrayCopy.h32 static inline void arraycopy(char16_t* source, int32_t sourceOffset, in arraycopy() argument
35 memcpy(&(target[targetOffset]), &(source[sourceOffset]), in arraycopy()
54 static inline void arraycopy(nsHtml5StackNode** arr, int32_t sourceOffset, in arraycopy() argument
56 memmove(&(arr[targetOffset]), &(arr[sourceOffset]), in arraycopy()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/operator/compress/
H A DCompressBZIP2.cpp78 unsigned int sourceOffset = 0; in Compress() local
84 sourceOffset; in Compress()
103 info["OriginalOffset_" + bStr] = std::to_string(sourceOffset); in Compress()
108 sourceOffset += sourceLen; in Compress()
149 const size_t sourceOffset = in Decompress() local
155 sourceOffset; in Decompress()

12345678910>>...40