Home
last modified time | relevance | path

Searched defs:byteIndex (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java44 public static int getS1(byte[] data, long byteIndex) { in getS1()
48 public static int getU1(byte[] data, long byteIndex) { in getU1()
85 assert byteIndex >= 0; in readOffset() local
102 protected long byteIndex; field in UnsafeArrayTypeReader
115 public void setByteIndex(long byteIndex) { in setByteIndex()
145 protected static int getS2(byte[] data, long byteIndex) { in getS2()
149 protected static int getS4(byte[] data, long byteIndex) { in getS4()
153 protected static long getS8(byte[] data, long byteIndex) { in getS8()
184 protected static int getS2(byte[] data, long byteIndex) { in getS2()
190 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java44 public static int getS1(byte[] data, long byteIndex) { in getS1()
48 public static int getU1(byte[] data, long byteIndex) { in getU1()
85 assert byteIndex >= 0; in readOffset() local
102 protected long byteIndex; field in UnsafeArrayTypeReader
115 public void setByteIndex(long byteIndex) { in setByteIndex()
145 protected static int getS2(byte[] data, long byteIndex) { in getS2()
149 protected static int getS4(byte[] data, long byteIndex) { in getS4()
153 protected static long getS8(byte[] data, long byteIndex) { in getS8()
184 protected static int getS2(byte[] data, long byteIndex) { in getS2()
190 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java44 public static int getS1(byte[] data, long byteIndex) { in getS1()
48 public static int getU1(byte[] data, long byteIndex) { in getU1()
85 assert byteIndex >= 0; in readOffset() local
102 protected long byteIndex; field in UnsafeArrayTypeReader
115 public void setByteIndex(long byteIndex) { in setByteIndex()
145 protected static int getS2(byte[] data, long byteIndex) { in getS2()
149 protected static int getS4(byte[] data, long byteIndex) { in getS4()
153 protected static long getS8(byte[] data, long byteIndex) { in getS8()
184 protected static int getS2(byte[] data, long byteIndex) { in getS2()
190 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java47 public static int getS1(byte[] data, long byteIndex) { in getS1()
51 public static int getU1(byte[] data, long byteIndex) { in getU1()
88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
118 public void setByteIndex(long byteIndex) { in setByteIndex()
150 protected static int getS2(byte[] data, long byteIndex) { in getS2()
154 protected static int getS4(byte[] data, long byteIndex) { in getS4()
158 protected static long getS8(byte[] data, long byteIndex) { in getS8()
191 protected static int getS2(byte[] data, long byteIndex) { in getS2()
197 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java47 public static int getS1(byte[] data, long byteIndex) { in getS1()
51 public static int getU1(byte[] data, long byteIndex) { in getU1()
88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
118 public void setByteIndex(long byteIndex) { in setByteIndex()
150 protected static int getS2(byte[] data, long byteIndex) { in getS2()
154 protected static int getS4(byte[] data, long byteIndex) { in getS4()
158 protected static long getS8(byte[] data, long byteIndex) { in getS8()
191 protected static int getS2(byte[] data, long byteIndex) { in getS2()
197 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java47 public static int getS1(byte[] data, long byteIndex) { in getS1()
51 public static int getU1(byte[] data, long byteIndex) { in getU1()
88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
118 public void setByteIndex(long byteIndex) { in setByteIndex()
150 protected static int getS2(byte[] data, long byteIndex) { in getS2()
154 protected static int getS4(byte[] data, long byteIndex) { in getS4()
158 protected static long getS8(byte[] data, long byteIndex) { in getS8()
191 protected static int getS2(byte[] data, long byteIndex) { in getS2()
197 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/
H A DUnsafeArrayTypeReader.java47 public static int getS1(byte[] data, long byteIndex) { in getS1()
51 public static int getU1(byte[] data, long byteIndex) { in getU1()
88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
118 public void setByteIndex(long byteIndex) { in setByteIndex()
150 protected static int getS2(byte[] data, long byteIndex) { in getS2()
154 protected static int getS4(byte[] data, long byteIndex) { in getS4()
158 protected static long getS8(byte[] data, long byteIndex) { in getS8()
191 protected static int getS2(byte[] data, long byteIndex) { in getS2()
197 protected static int getS4(byte[] data, long byteIndex) { in getS4()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlEncoding.cs35 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars()
79 …public override void Convert( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in Convert()
147 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars()
203 … override int GetBytes( char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex ) { in GetBytes()
214 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars()
333 …internal abstract int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars()
335 …public override int GetChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIn… in GetChars()
443 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars()
475 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars()
508 …internal override int GetFullChars( byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetFullChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlEncoding.cs37 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
91 …public override void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in Convert()
173 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
241 …blic override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
255 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
425 …internal abstract int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int c… in GetFullChars()
427 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
553 …internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int c… in GetFullChars()
592 …internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int c… in GetFullChars()
632 …internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int c… in GetFullChars()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRadixSort.h121 void sortPass(int byteIndex) in sortPass()
140 void finalPass(int byteIndex, T val) in finalPass()
147 void finalPass(int byteIndex, int val) in finalPass()
180 void finalPass(int byteIndex, float val) in finalPass()
226 inline unsigned char getByte(int byteIndex, TCompValueType val) in getByte()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRadixSort.h121 void sortPass(int byteIndex) in sortPass()
140 void finalPass(int byteIndex, T val) in finalPass()
147 void finalPass(int byteIndex, int val) in finalPass()
180 void finalPass(int byteIndex, float val) in finalPass()
226 inline unsigned char getByte(int byteIndex, TCompValueType val) in getByte()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Text/
H A DBase64Encoding.cs111 …safe override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
190 …nsafe virtual int GetBytes(byte[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
278 …public unsafe override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetChars()
367 …public unsafe int GetChars(byte[] bytes, int byteIndex, int byteCount, byte[] chars, int charIndex) in GetChars()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/
H A DBitVectorHelper.java44 public static long byteIndex(long absoluteBitIndex) { in byteIndex() method in BitVectorHelper
58 public static int byteIndex(int absoluteBitIndex) { in byteIndex() method in BitVectorHelper
79 final long byteIndex = byteIndex(index); in setBit() local
101 final int byteIndex = byteIndex(index); in unsetBit() local
121 final int byteIndex = byteIndex(index); in setValidityBit() local
169 final int byteIndex = index >> 3; in get() local
365 static void setBitMaskedByte(ArrowBuf data, int byteIndex, byte bitMask) { in setBitMaskedByte()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Text/
H A DBase64Encoding.cs116 …blic override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
198 …ublic virtual int GetBytes(byte[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
300 …unsafe public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int … in GetChars()
392 …unsafe public int GetChars(byte[] bytes, int byteIndex, int byteCount, byte[] chars, int charIndex) in GetChars()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/
H A DBitVectorHelper.java44 public static long byteIndex(long absoluteBitIndex) { in byteIndex() method in BitVectorHelper
58 public static int byteIndex(int absoluteBitIndex) { in byteIndex() method in BitVectorHelper
79 final long byteIndex = byteIndex(index); in setBit() local
111 final int byteIndex = byteIndex(index); in unsetBit() local
131 final int byteIndex = byteIndex(index); in setValidityBit() local
179 final int byteIndex = index >> 3; in get() local
375 static void setBitMaskedByte(ArrowBuf data, int byteIndex, byte bitMask) { in setBitMaskedByte()
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/CJK/
H A DCP936.cs76 …ected int GetBytesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytesInternal()
123 …blic override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
135 public override int GetChars(byte[] bytes, int byteIndex, int byteCount, in GetChars()
249 public override int GetChars (byte[] bytes, int byteIndex, int byteCount, in GetChars()
256 int GetChars (byte [] bytes, int byteIndex, int byteCount, in GetChars()
H A DCP950.cs116 …blic override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes()
150 public override int GetChars(byte[] bytes, int byteIndex, int byteCount, in GetChars()
286 public override int GetChars(byte[] bytes, int byteIndex, int byteCount, in GetChars()
293 int GetChars(byte[] bytes, int byteIndex, int byteCount, in GetChars()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding.Extensions/ref/
H A DSystem.Text.Encoding.Extensions.cs21 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
22 …nt GetBytes(string chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
28 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
33 public override string GetString(byte[] bytes, int byteIndex, int byteCount) { throw null; } in GetString()
48 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
49 …de int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
55 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
76 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
77 …de int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
104 …de int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/Common/
H A DMonoSafeEncoding.cs53 byte[] bytes, int byteIndex, bool flush, object state) in GetBytesInternal()
60 byte[] bytes, ref int byteIndex, ref int byteCount, object state) in HandleFallback()
99 byte[] bytes, ref int byteIndex, ref int byteCount, object state) in HandleFallback()
H A DMonoEncoding.cs57 byte* bytes, ref int byteIndex, ref int byteCount, object state) in HandleFallback()
87 byte* bytes, ref int byteIndex, ref int byteCount) in HandleFallback()
120 byte [] bytes, int byteIndex) in GetBytes()
156 byte [] bytes, int byteIndex) in GetBytes()
252 …nt GetBytes (char [] chars, int charIndex, int charCount, byte [] bytes, int byteIndex, bool flush) in GetBytes()
296 byte* bytes, ref int byteIndex, ref int byteCount, object state) in HandleFallback()
344 byte [] bytes, int byteIndex, int byteCount, bool flush, in Convert()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DI18N.CJK.cs43 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
45 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
55 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) {… in GetBytes()
76 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
78 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
112 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
128 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
129 …tesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, o… in GetBytesInternal()
131 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DI18N.CJK.cs44 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
46 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
56 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) {… in GetBytes()
77 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
79 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
113 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
129 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
130 …tesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, o… in GetBytesInternal()
132 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DI18N.CJK.cs43 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
45 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
55 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) {… in GetBytes()
76 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
78 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
112 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
128 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
129 …tesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, o… in GetBytesInternal()
131 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DI18N.CJK.cs43 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
45 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
55 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) {… in GetBytes()
76 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
78 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
112 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
128 …nt GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) { throw null;… in GetBytes()
129 …tesInternal(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush, o… in GetBytesInternal()
131 …public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charInd… in GetChars()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/
H A DBitVectorHelper.java43 public static int byteIndex(int absoluteBitIndex) { in byteIndex() method in BitVectorHelper
64 final int byteIndex = byteIndex(index); in setBit() local
96 final int byteIndex = byteIndex(index); in unsetBit() local
116 final int byteIndex = byteIndex(index); in setValidityBit() local
164 final int byteIndex = index >> 3; in get() local
360 static void setBitMaskedByte(ArrowBuf data, int byteIndex, byte bitMask) { in setBitMaskedByte()

12345678910>>...22