Home
last modified time | relevance | path

Searched refs:adjustedIndex (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java310 int adjustedIndex = index << 1; in getHashArray() local
311 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
313 int adjustedIndex = index << 2; in getHashArray() local
314 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
322 int adjustedIndex = index << 1; in setHashArray() local
323 hashArray[adjustedIndex] = (byte) value; in setHashArray()
324 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
326 int adjustedIndex = index << 2; in setHashArray() local
327 hashArray[adjustedIndex] = (byte) value; in setHashArray()
328 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java326 int adjustedIndex = index << 1; in getHashArray() local
327 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
329 int adjustedIndex = index << 2; in getHashArray() local
330 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
338 int adjustedIndex = index << 1; in setHashArray() local
339 hashArray[adjustedIndex] = (byte) value; in setHashArray()
340 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
342 int adjustedIndex = index << 2; in setHashArray() local
343 hashArray[adjustedIndex] = (byte) value; in setHashArray()
344 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java310 int adjustedIndex = index << 1; in getHashArray() local
311 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
313 int adjustedIndex = index << 2; in getHashArray() local
314 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
322 int adjustedIndex = index << 1; in setHashArray() local
323 hashArray[adjustedIndex] = (byte) value; in setHashArray()
324 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
326 int adjustedIndex = index << 2; in setHashArray() local
327 hashArray[adjustedIndex] = (byte) value; in setHashArray()
328 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java325 int adjustedIndex = index << 1; in getHashArray() local
326 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
328 int adjustedIndex = index << 2; in getHashArray() local
329 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
337 int adjustedIndex = index << 1; in setHashArray() local
338 hashArray[adjustedIndex] = (byte) value; in setHashArray()
339 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
341 int adjustedIndex = index << 2; in setHashArray() local
342 hashArray[adjustedIndex] = (byte) value; in setHashArray()
343 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java325 int adjustedIndex = index << 1; in getHashArray() local
326 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
328 int adjustedIndex = index << 2; in getHashArray() local
329 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
337 int adjustedIndex = index << 1; in setHashArray() local
338 hashArray[adjustedIndex] = (byte) value; in setHashArray()
339 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
341 int adjustedIndex = index << 2; in setHashArray() local
342 hashArray[adjustedIndex] = (byte) value; in setHashArray()
343 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java326 int adjustedIndex = index << 1; in getHashArray() local
327 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
329 int adjustedIndex = index << 2; in getHashArray() local
330 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
338 int adjustedIndex = index << 1; in setHashArray() local
339 hashArray[adjustedIndex] = (byte) value; in setHashArray()
340 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
342 int adjustedIndex = index << 2; in setHashArray() local
343 hashArray[adjustedIndex] = (byte) value; in setHashArray()
344 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/jdk.internal.vm.compiler.collections/src/jdk/internal/vm/compiler/collections/
H A DEconomicMapImpl.java326 int adjustedIndex = index << 1; in getHashArray() local
327 return (hashArray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8); in getHashArray()
329 int adjustedIndex = index << 2; in getHashArray() local
330 …ray[adjustedIndex] & 0xFF) | ((hashArray[adjustedIndex + 1] & 0xFF) << 8) | ((hashArray[adjustedIn… in getHashArray()
338 int adjustedIndex = index << 1; in setHashArray() local
339 hashArray[adjustedIndex] = (byte) value; in setHashArray()
340 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
342 int adjustedIndex = index << 2; in setHashArray() local
343 hashArray[adjustedIndex] = (byte) value; in setHashArray()
344 hashArray[adjustedIndex + 1] = (byte) (value >> 8); in setHashArray()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlSequentialTextReader.cs149 int adjustedIndex = index; in ReadAsync()
160 buffer[adjustedIndex] = (char)peekedChar; in ReadAsync()
161 adjustedIndex++; in ReadAsync()
197 … charsRead += DecodeBytesToChars(byteBuffer, byteBufferUsed, buffer, adjustedIndex, charsNeeded); in ReadAsync()
233 … charsRead += DecodeBytesToChars(byteBuffer, byteBufferUsed, buffer, adjustedIndex, charsNeeded); in ReadAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlSequentialTextReader.cs152 int adjustedIndex = index; in ReadAsync()
163 buffer[adjustedIndex] = (char)peekedChar; in ReadAsync()
164 adjustedIndex++; in ReadAsync()
202 … charsRead += DecodeBytesToChars(byteBuffer, byteBufferUsed, buffer, adjustedIndex, charsNeeded); in ReadAsync()
238 … charsRead += DecodeBytesToChars(byteBuffer, byteBufferUsed, buffer, adjustedIndex, charsNeeded); in ReadAsync()
/dports/math/asymptote/asymptote-2.67/
H A Dpath.h44 inline Int adjustedIndex(Int i, Int n, bool cycles) in adjustedIndex() function
183 return nodes[adjustedIndex(t,n,cycles)].point; in point()
190 return nodes[adjustedIndex(t,n,cycles)].pre; in precontrol()
197 return nodes[adjustedIndex(t,n,cycles)].post; in postcontrol()
H A Dpath3.h147 return nodes[adjustedIndex(t,n,cycles)].point; in point()
154 return nodes[adjustedIndex(t,n,cycles)].pre; in precontrol()
161 return nodes[adjustedIndex(t,n,cycles)].post; in postcontrol()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dpath.h44 inline Int adjustedIndex(Int i, Int n, bool cycles) in adjustedIndex() function
182 return nodes[adjustedIndex(t,n,cycles)].point; in point()
189 return nodes[adjustedIndex(t,n,cycles)].pre; in precontrol()
196 return nodes[adjustedIndex(t,n,cycles)].post; in postcontrol()
H A Dpath3.h148 return nodes[adjustedIndex(t,n,cycles)].point; in point()
155 return nodes[adjustedIndex(t,n,cycles)].pre; in precontrol()
162 return nodes[adjustedIndex(t,n,cycles)].post; in postcontrol()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/collections/
H A DModifiedCollectionView.as328 var adjustedIndex:int = newIndex;
337 if (adjustedIndex < mod0.index)
345 if ((adjustedIndex == mod0.index) && mod0.showOldReplace && _showPreserved)
352 adjustedIndex--;
361 adjustedIndex -= mod0.modCount;
366 if ((adjustedIndex == mod0.index) && mod0.isRemove)
371 else if (adjustedIndex >= mod0.index)
372 adjustedIndex -= mod0.modCount;
384 mcvCursor.internalIndex = adjustedIndex;
389 itemWrapper = getUniqueItemWrapper(item,mod0,adjustedIndex)
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/collections/
H A DModifiedCollectionView.as413 var adjustedIndex:int = newIndex;
422 if (adjustedIndex < mod0.index)
430 if ((adjustedIndex == mod0.index) && mod0.showOldReplace && _showPreserved)
437 adjustedIndex--;
446 adjustedIndex -= mod0.modCount;
451 if ((adjustedIndex == mod0.index) && mod0.isRemove)
456 else if (adjustedIndex >= mod0.index)
457 adjustedIndex -= mod0.modCount;
469 mcvCursor.internalIndex = adjustedIndex;
474 itemWrapper = getUniqueItemWrapper(item,mod0,adjustedIndex)
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/window/
H A DTrackListView.cpp412 const auto adjustedIndex = this->ApplyHeaderOffset(index + 1, this->absoluteOffsets, -1); in DurationFromAdapterIndex() local
413 const auto it = this->durations->find(adjustedIndex); in DurationFromAdapterIndex()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/archivers/zstd/zstd-1.5.0/lib/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_compress_internal.h948 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment, in ZSTD_window_canOverflowCorrect() local
950 U32 const indexLargeEnough = curr > adjustedIndex; in ZSTD_window_canOverflowCorrect()

12