Home
last modified time | relevance | path

Searched refs:byteIndex (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/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.java85 assert byteIndex >= 0; in readOffset() local
102 protected long byteIndex; field in UnsafeArrayTypeReader
106 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
111 return byteIndex; in getByteIndex()
116 this.byteIndex = byteIndex; in setByteIndex()
122 byteIndex += Byte.BYTES; in getS1()
129 byteIndex += Byte.BYTES; in getU1()
158 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
178 byteIndex += Long.BYTES; in getS8()
211 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[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.java88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
109 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
114 return byteIndex; in getByteIndex()
119 this.byteIndex = byteIndex; in setByteIndex()
125 byteIndex += Byte.BYTES; in getS1()
132 byteIndex += Byte.BYTES; in getU1()
163 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
183 byteIndex += Long.BYTES; in getS8()
218 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[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.java85 assert byteIndex >= 0; in readOffset() local
102 protected long byteIndex; field in UnsafeArrayTypeReader
106 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
111 return byteIndex; in getByteIndex()
116 this.byteIndex = byteIndex; in setByteIndex()
122 byteIndex += Byte.BYTES; in getS1()
129 byteIndex += Byte.BYTES; in getU1()
158 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
178 byteIndex += Long.BYTES; in getS8()
211 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[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.java88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
109 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
114 return byteIndex; in getByteIndex()
119 this.byteIndex = byteIndex; in setByteIndex()
125 byteIndex += Byte.BYTES; in getS1()
132 byteIndex += Byte.BYTES; in getU1()
163 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
183 byteIndex += Long.BYTES; in getS8()
218 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[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.java85 assert byteIndex >= 0; in readOffset() local
102 protected long byteIndex; field in UnsafeArrayTypeReader
106 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
111 return byteIndex; in getByteIndex()
116 this.byteIndex = byteIndex; in setByteIndex()
122 byteIndex += Byte.BYTES; in getS1()
129 byteIndex += Byte.BYTES; in getU1()
158 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
178 byteIndex += Long.BYTES; in getS8()
211 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[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.java88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
109 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
114 return byteIndex; in getByteIndex()
119 this.byteIndex = byteIndex; in setByteIndex()
125 byteIndex += Byte.BYTES; in getS1()
132 byteIndex += Byte.BYTES; in getU1()
163 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
183 byteIndex += Long.BYTES; in getS8()
218 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[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.java88 assert byteIndex >= 0; in readOffset() local
105 protected long byteIndex; field in UnsafeArrayTypeReader
109 this.byteIndex = byteIndex; in UnsafeArrayTypeReader()
114 return byteIndex; in getByteIndex()
119 this.byteIndex = byteIndex; in setByteIndex()
125 byteIndex += Byte.BYTES; in getS1()
132 byteIndex += Byte.BYTES; in getU1()
163 super(data, byteIndex); in UnalignedUnsafeArrayTypeReader()
183 byteIndex += Long.BYTES; in getS8()
218 super(data, byteIndex); in AlignedUnsafeArrayTypeReader()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/
H A DKCCMBlockCipher.java189 for (int byteIndex = 0; byteIndex < assocLen; byteIndex++) in processAAD()
194 for (int byteIndex = 0; byteIndex < engine.getBlockSize(); byteIndex++) in processAAD()
204 for (int byteIndex = 0; byteIndex < engine.getBlockSize(); byteIndex++) in processAAD()
214 for (int byteIndex = 0; byteIndex < engine.getBlockSize(); byteIndex++) in processAAD()
289 for (int byteIndex = 0; byteIndex < counter.length; byteIndex++) in processPacket()
296 for (int byteIndex = 0; byteIndex < macSize; byteIndex++) in processPacket()
328 for (int byteIndex = 0; byteIndex < counter.length; byteIndex++) in processPacket()
335 for (int byteIndex = 0; byteIndex < macSize; byteIndex++) in processPacket()
342 for (int byteIndex = 0; byteIndex < counter.length; byteIndex++) in processPacket()
373 for (int byteIndex = 0; byteIndex < counter.length; byteIndex++) in ProcessBlock()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dordpath.cpp1205 ++byteIndex; in pushComp()
1211 ++byteIndex; in pushComp()
1225 ++byteIndex; in pushComp()
1250 ulong byteIndex; in appendComp() local
1321 ++byteIndex; in appendComp()
1327 ++byteIndex; in appendComp()
1341 ++byteIndex; in appendComp()
1380 ++byteIndex; in appendEncodedComp()
2514 byteIndex++; in decodeByte()
4118 byteIndex++; in extractValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/CJK/
H A DGB18030Encoding.cs224 byteIndex++; in GetChars()
230 byteIndex++; in GetChars()
244 byteIndex += 2; in GetChars()
266 byteIndex += 4; in GetChars()
270 byteIndex += 4; in GetChars()
281 byteIndex += 2; in GetChars()
362 int byteIndex = 0; in GetBytesImpl()
394 byteIndex += 4; in GetBytesImpl()
419 byteIndex += 4; in GetBytesImpl()
538 byteIndex += 4; in GetBytes()
[all …]
H A DISO2022JP.cs199 byteIndex += 3; in SwitchMode()
207 bytes [byteIndex++] = 0x1B; in SwitchMode()
247 byteIndex += 3; in SwitchMode()
255 bytes[byteIndex++] = 0x1B; in SwitchMode()
296 int byteIndex = 0; in GetBytesImpl()
298 int start = byteIndex; in GetBytesImpl()
396 byteIndex += 2; in GetBytesImpl()
417 return byteIndex - start; in GetBytesImpl()
422 int start = byteIndex; in GetBytesInternal()
543 byteIndex += 2; in GetBytesInternal()
[all …]
H A DCP936.cs43 int byteIndex = 0; in GetBytesImpl()
47 int origIndex = byteIndex; in GetBytesImpl()
51 int offset = byteIndex++; in GetBytesImpl()
64 bytes[byteIndex++] = b1; in GetBytesImpl()
65 bytes[byteIndex++] = b2; in GetBytesImpl()
69 byteIndex += 2; in GetBytesImpl()
78 int origIndex = byteIndex; in GetBytesInternal()
89 int offset = byteIndex++; in GetBytesInternal()
104 bytes[byteIndex++] = b1; in GetBytesInternal()
105 bytes[byteIndex++] = b2; in GetBytesInternal()
[all …]
H A DCP950.cs62 int byteIndex = 0; in GetBytesImpl()
66 int origIndex = byteIndex; in GetBytesImpl()
71 bytes[byteIndex++] = (byte)c; in GetBytesImpl()
81 bytes[byteIndex++] = b1; in GetBytesImpl()
82 bytes[byteIndex++] = b2; in GetBytesImpl()
85 return byteIndex - origIndex; in GetBytesImpl()
124 int origIndex = byteIndex; in GetBytes()
142 bytes[byteIndex++] = b1; in GetBytes()
143 bytes[byteIndex++] = b2; in GetBytes()
146 return byteIndex - origIndex; in GetBytes()
[all …]
H A DCP949.cs153 int byteIndex = 0; in GetBytesImpl()
159 int origIndex = byteIndex; in GetBytesImpl()
172 bytes[byteIndex++] = b1; in GetBytesImpl()
173 bytes[byteIndex++] = b2; in GetBytesImpl()
176 return byteIndex - origIndex; in GetBytesImpl()
217 int origIndex = byteIndex; in GetBytes()
223 bytes[byteIndex++] = (byte)c; in GetBytes()
235 bytes[byteIndex++] = b1; in GetBytes()
236 bytes[byteIndex++] = b2; in GetBytes()
239 return byteIndex - origIndex; in GetBytes()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlEncoding.cs42 int nextByte = bytes[byteIndex++]; in GetChars()
59 while ( byteIndex < byteEnd ) { in GetChars()
109 int i = byteIndex; in Convert()
148 int i = byteIndex; in GetChars()
165 int i = byteIndex; in Convert()
342 byteIndex++; in GetChars()
383 byteIndex++; in Convert()
447 byteCount += byteIndex; in GetFullChars()
479 byteCount += byteIndex; in GetFullChars()
512 byteCount += byteIndex; in GetFullChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlEncoding.cs67 while (byteIndex < byteEnd) in GetChars()
127 int i = byteIndex; in Convert()
175 int i = byteIndex; in GetChars()
177 while (i < byteIndex + byteCount) in GetChars()
196 int i = byteIndex; in Convert()
437 byteIndex++; in GetChars()
485 byteIndex++; in Convert()
558 byteCount += byteIndex; in GetFullChars()
597 byteCount += byteIndex; in GetFullChars()
637 byteCount += byteIndex; in GetFullChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/I18N/Common/
H A DMonoEncoding.cs80 byteIndex += len; in HandleFallback()
120 byte [] bytes, int byteIndex) in GetBytes() argument
132 if (byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
147 bptr + byteIndex, in GetBytes()
148 bytes.Length - byteIndex); in GetBytes()
156 byte [] bytes, int byteIndex) in GetBytes() argument
171 if(byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
187 bptr + byteIndex, in GetBytes()
264 if (byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
277 bptr + byteIndex, in GetBytes()
[all …]
H A DByteSafeEncoding.cs147 if (s.Length == 0 || bytes.Length == byteIndex) in ToBytes()
150 ToBytes(s.ToCharArray(), charIndex, charCount, bytes, byteIndex); in ToBytes()
174 if(byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
179 if((bytes.Length - byteIndex) < charCount) in GetBytes()
185 ToBytes(chars, charIndex, charCount, bytes, byteIndex); in GetBytes()
212 if(byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
217 if((bytes.Length - byteIndex) < charCount) in GetBytes()
223 ToBytes(s, charIndex, charCount, bytes, byteIndex); in GetBytes()
269 if(byteIndex < 0 || byteIndex > bytes.Length) in GetChars()
274 if(byteCount < 0 || byteCount > (bytes.Length - byteIndex)) in GetChars()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkTextIndex.c73 byteIndex = 0;
75 if (byteIndex < 0) {
76 byteIndex = 0;
81 byteIndex = 0;
83 if (byteIndex == 0) {
84 indexPtr->byteIndex = byteIndex;
106 indexPtr->byteIndex = byteIndex;
619 if (index1Ptr->byteIndex < index2Ptr->byteIndex) {
621 } else if (index1Ptr->byteIndex > index2Ptr->byteIndex) {
893 dstPtr->byteIndex = 0;
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRadixSort.h121 void sortPass(int byteIndex) in sortPass() argument
128 mOffsets[i] = mOffsets[i-1] + mCounters[byteIndex][i-1]; in sortPass()
140 void finalPass(int byteIndex, T val) in finalPass() argument
143 sortPass(byteIndex); in finalPass()
147 void finalPass(int byteIndex, int val) in finalPass() argument
153 numNeg += mCounters[byteIndex][i]; in finalPass()
180 void finalPass(int byteIndex, float val) in finalPass() argument
189 numNeg += mCounters[byteIndex][i]; in finalPass()
203 mOffsets[255] = mCounters[byteIndex][255]; in finalPass()
206 mOffsets[i] = mOffsets[i+1] + mCounters[byteIndex][i]; in finalPass()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRadixSort.h121 void sortPass(int byteIndex) in sortPass() argument
128 mOffsets[i] = mOffsets[i-1] + mCounters[byteIndex][i-1]; in sortPass()
140 void finalPass(int byteIndex, T val) in finalPass() argument
143 sortPass(byteIndex); in finalPass()
147 void finalPass(int byteIndex, int val) in finalPass() argument
153 numNeg += mCounters[byteIndex][i]; in finalPass()
180 void finalPass(int byteIndex, float val) in finalPass() argument
189 numNeg += mCounters[byteIndex][i]; in finalPass()
203 mOffsets[255] = mCounters[byteIndex][255]; in finalPass()
206 mOffsets[i] = mOffsets[i+1] + mCounters[byteIndex][i]; in finalPass()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DAnselEncoding.cs209 if (byteIndex < 0 || byteIndex > bytes.Length) { in GetBytes()
212 if ((bytes.Length - byteIndex) < charCount) { in GetBytes()
220 bytes[byteIndex++] = (byte)ch; in GetBytes()
226 byte b = bytes[byteIndex - 1]; in GetBytes()
227 bytes[byteIndex - 1] = (byte)marc8[i]; in GetBytes()
228 bytes[byteIndex++] = b; in GetBytes()
230 bytes[byteIndex++] = (byte)marc8[i]; in GetBytes()
233 bytes[byteIndex++] = (byte)'?'; in GetBytes()
295 if (byteIndex < 0 || byteIndex > bytes.Length) { in GetChars()
298 if (byteCount < 0 || byteCount > (bytes.Length - byteIndex)) { in GetChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Text/
H A DOSEncoding.Windows.cs57 …c override unsafe int GetBytes(String s, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes() argument
68 if (byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
69 … throw new ArgumentOutOfRangeException(nameof(byteIndex), SR.ArgumentOutOfRange_Index); in GetBytes()
82 …harToMultiByte(_codePage, pChars+charIndex, charCount, pBytes+byteIndex, bytes.Length - byteIndex); in GetBytes()
86 …erride unsafe int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) in GetBytes() argument
97 if (byteIndex < 0 || byteIndex > bytes.Length) in GetBytes()
98 … throw new ArgumentOutOfRangeException(nameof(byteIndex), SR.ArgumentOutOfRange_Index); in GetBytes()
111 …harToMultiByte(_codePage, pChars+charIndex, charCount, pBytes+byteIndex, bytes.Length - byteIndex); in GetBytes()
140 if (byteIndex < 0 || byteCount < 0) in GetChars()
141 …throw new ArgumentOutOfRangeException(byteIndex < 0 ? nameof(byteIndex) : nameof(byteCount), SR.Ar… in GetChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Text/
H A DBinHexEncoding.cs62 if (byteIndex < 0) in GetBytes()
63 throw new ArgumentOutOfRangeException(nameof(byteIndex), SR.ValueMustBeNonNegative); in GetBytes()
64 if (byteIndex > bytes.Length) in GetBytes()
67 if (byteCount < 0 || byteCount > bytes.Length - byteIndex) in GetBytes()
73 fixed (byte* _bytes = &bytes[byteIndex]) in GetBytes()
122 if (byteIndex < 0) in GetChars()
123 throw new ArgumentOutOfRangeException(nameof(byteIndex), SR.ValueMustBeNonNegative); in GetChars()
124 if (byteIndex > bytes.Length) in GetChars()
128 if (byteCount > bytes.Length - byteIndex) in GetChars()
130 int charCount = GetCharCount(bytes, byteIndex, byteCount); in GetChars()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDataBlockEncryptor.cpp46 unsigned index, byteIndex, lastBlock; in Encrypt() local
117 for ( byteIndex = 0; byteIndex < 16; byteIndex++ ) in Encrypt()
118 output[ index + byteIndex ] ^= output[ lastBlock + byteIndex ]; in Encrypt()
129 unsigned index, byteIndex; in Decrypt() local
151 for ( byteIndex = 0; byteIndex < 16; byteIndex++ ) in Decrypt()
154 output[ index + byteIndex ] ^= input[ byteIndex ]; in Decrypt()
156 output[ index + byteIndex ] ^= input[ index + 16 + byteIndex ]; in Decrypt()

12345678910>>...38