Home
last modified time | relevance | path

Searched refs:skipLength (Results 1 – 25 of 99) sorted by relevance

1234

/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DLwoSurface.java217 theReader.skipLength(fieldLength); in getSurf()
227 theReader.skipLength(fieldLength); in getSurf()
242 theReader.skipLength(fieldLength); in getSurf()
254 theReader.skipLength(fieldLength); in getSurf()
267 theReader.skipLength(fieldLength); in getSurf()
302 theReader.skipLength(fieldLength); in getSurf()
H A DLwoParser.java361 theReader.skipLength(length); in parseFile()
367 theReader.skipLength(length); in parseFile()
383 theReader.skipLength(length); in parseFile()
/dports/math/vtk9/VTK-9.1.0/IO/Core/
H A DvtkBase64InputStream.cxx67 int skipLength = offset % 3; in Seek() local
78 if (skipLength == 0) in Seek()
82 else if (skipLength == 1) in Seek()
/dports/math/vtk8/VTK-8.2.0/IO/Core/
H A DvtkBase64InputStream.cxx68 int skipLength = offset%3; in Seek() local
80 if(skipLength == 0) in Seek()
84 else if(skipLength == 1) in Seek()
/dports/math/vtk6/VTK-6.2.0/IO/Core/
H A DvtkBase64InputStream.cxx70 int skipLength = offset%3; in Seek() local
82 if(skipLength == 0) in Seek()
86 else if(skipLength == 1) in Seek()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCacheIRReader.h57 void skip(uint32_t skipLength) { in skip() argument
58 if (skipLength > 0) { in skip()
59 buffer_.seek(buffer_.currentPosition(), skipLength); in skip()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/text/normalizer/
H A DICUBinary.java226 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
227 if (skipLength > 0) { in skipBytes()
228 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/text/normalizer/
H A DICUBinary.java226 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
227 if (skipLength > 0) { in skipBytes()
228 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/text/normalizer/
H A DICUBinary.java261 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
262 if (skipLength > 0) { in skipBytes()
263 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Dbatch_norm.cc52 const size_t skipLength = tensor.SkipLengthToNextSameChannelData(); in ForEachFast() local
60 data += skipLength; in ForEachFast()
72 const size_t skipLength = in_data.SkipLengthToNextSameChannelData(); in ForEachFast() local
82 data += skipLength; in ForEachFast()
83 odata += skipLength; in ForEachFast()
95 const size_t skipLength = in_data.SkipLengthToNextSameChannelData(); in ForEachFast() local
106 data += skipLength; in ForEachFast()
107 data2 += skipLength; in ForEachFast()
108 odata += skipLength; in ForEachFast()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Dbatch_norm.cc52 const size_t skipLength = tensor.SkipLengthToNextSameChannelData(); in ForEachFast() local
60 data += skipLength; in ForEachFast()
72 const size_t skipLength = in_data.SkipLengthToNextSameChannelData(); in ForEachFast() local
82 data += skipLength; in ForEachFast()
83 odata += skipLength; in ForEachFast()
95 const size_t skipLength = in_data.SkipLengthToNextSameChannelData(); in ForEachFast() local
106 data += skipLength; in ForEachFast()
107 data2 += skipLength; in ForEachFast()
108 odata += skipLength; in ForEachFast()
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_file_snappy.cpp110 void flushReadCache(size_t skipLength = 0);
215 void SnappyFile::flushReadCache(size_t skipLength) in flushReadCache() argument
254 if (skipLength < m_cacheSize) { in flushReadCache()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/text/normalizer/
H A DICUBinary.java258 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
259 if (skipLength > 0) { in skipBytes()
260 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/icu/impl/
H A DICUBinary.java259 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
260 if (skipLength > 0) { in skipBytes()
261 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/icu/impl/
H A DICUBinary.java259 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
260 if (skipLength > 0) { in skipBytes()
261 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/icu/impl/
H A DICUBinary.java259 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
260 if (skipLength > 0) { in skipBytes()
261 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/text/normalizer/
H A DICUBinary.java258 public static void skipBytes(ByteBuffer bytes, int skipLength) { in skipBytes() argument
259 if (skipLength > 0) { in skipBytes()
260 bytes.position(bytes.position() + skipLength); in skipBytes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1117 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1148 iis.skipBytes(skipLength); in read1Bit()
1199 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1230 iis.skipBytes(skipLength); in read4Bit()
1280 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1297 iis.skipBytes(skipLength); in read8Bit()
1347 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1366 iis.skipBytes(skipLength); in read24Bit()
1432 iis.skipBytes(skipLength); in read16Bit()
1471 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1117 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1148 iis.skipBytes(skipLength); in read1Bit()
1199 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1230 iis.skipBytes(skipLength); in read4Bit()
1280 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1297 iis.skipBytes(skipLength); in read8Bit()
1347 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1366 iis.skipBytes(skipLength); in read24Bit()
1432 iis.skipBytes(skipLength); in read16Bit()
1471 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1117 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1148 iis.skipBytes(skipLength); in read1Bit()
1199 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1230 iis.skipBytes(skipLength); in read4Bit()
1280 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1297 iis.skipBytes(skipLength); in read8Bit()
1347 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1366 iis.skipBytes(skipLength); in read24Bit()
1432 iis.skipBytes(skipLength); in read16Bit()
1471 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1025 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1059 iis.skipBytes(skipLength); in read1Bit()
1107 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1141 iis.skipBytes(skipLength); in read4Bit()
1188 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1208 iis.skipBytes(skipLength); in read8Bit()
1255 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1277 iis.skipBytes(skipLength); in read24Bit()
1344 iis.skipBytes(skipLength); in read16Bit()
1380 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1110 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1141 iis.skipBytes(skipLength); in read1Bit()
1192 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1223 iis.skipBytes(skipLength); in read4Bit()
1273 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1290 iis.skipBytes(skipLength); in read8Bit()
1340 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1359 iis.skipBytes(skipLength); in read24Bit()
1425 iis.skipBytes(skipLength); in read16Bit()
1464 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1117 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1148 iis.skipBytes(skipLength); in read1Bit()
1199 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1230 iis.skipBytes(skipLength); in read4Bit()
1280 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1297 iis.skipBytes(skipLength); in read8Bit()
1347 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1366 iis.skipBytes(skipLength); in read24Bit()
1432 iis.skipBytes(skipLength); in read16Bit()
1471 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1110 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1141 iis.skipBytes(skipLength); in read1Bit()
1192 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1223 iis.skipBytes(skipLength); in read4Bit()
1273 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1290 iis.skipBytes(skipLength); in read8Bit()
1340 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1359 iis.skipBytes(skipLength); in read24Bit()
1425 iis.skipBytes(skipLength); in read16Bit()
1464 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1025 int skipLength = lineLength * (scaleY - 1); in read1Bit() local
1059 iis.skipBytes(skipLength); in read1Bit()
1107 int skipLength = lineLength * (scaleY - 1); in read4Bit() local
1141 iis.skipBytes(skipLength); in read4Bit()
1188 int skipLength = lineLength * (scaleY - 1); in read8Bit() local
1208 iis.skipBytes(skipLength); in read8Bit()
1255 int skipLength = lineLength * (scaleY - 1); in read24Bit() local
1277 iis.skipBytes(skipLength); in read24Bit()
1344 iis.skipBytes(skipLength); in read16Bit()
1380 int skipLength = width * (scaleY - 1) << 2; in read32Bit() local
[all …]

1234