Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java35 private boolean isUnsigned; field in BasicCIntegerType
37 public BasicCIntegerType(BasicTypeDataBase db, String name, boolean isUnsigned) { in BasicCIntegerType()
78 public boolean isUnsigned() { in isUnsigned() method in BasicCIntegerType
84 public void setIsUnsigned(boolean isUnsigned) { in setIsUnsigned()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/tests/BigInteger/
H A DTryWriteBytes.cs13 …public void TryWriteBytes_FromIntTests(int i, bool isUnsigned, bool isBigEndian, byte[] expectedBy… in TryWriteBytes_FromIntTests()
18 …public void TryWriteBytes_FromLongTests(long l, bool isUnsigned, bool isBigEndian, byte[] expected… in TryWriteBytes_FromLongTests()
23 …public void TryWriteBytes_FromStringTests(string str, bool isUnsigned, bool isBigEndian, byte[] ex… in TryWriteBytes_FromStringTests()
26 …private void ValidateGetByteCountAndTryWriteBytes(BigInteger bi, bool isUnsigned, bool isBigEndian… in ValidateGetByteCountAndTryWriteBytes()
H A DToByteArray.netcoreapp.cs17 …public void ToByteArray_FromIntTests(int i, bool isUnsigned, bool isBigEndian, byte[] expectedByte… in ToByteArray_FromIntTests()
38 …public void ToByteArray_FromLongTests(long l, bool isUnsigned, bool isBigEndian, byte[] expectedBy… in ToByteArray_FromLongTests()
58 …public void ToByteArray_FromStringTests(string str, bool isUnsigned, bool isBigEndian, byte[] expe… in ToByteArray_FromStringTests()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
H A DMachineDescriptionTwosComplement.java57 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned) { in cIntegerTypeMaxValue()
69 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned) { in cIntegerTypeMinValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
H A DMachineDescriptionTwosComplement.java57 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned) { in cIntegerTypeMaxValue()
69 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned) { in cIntegerTypeMinValue()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
H A DMachineDescriptionTwosComplement.java57 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned) { in cIntegerTypeMaxValue()
69 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned) { in cIntegerTypeMinValue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DMachineDescription.java43 public long cIntegerTypeMaxValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMaxValue()
49 public long cIntegerTypeMinValue(long sizeInBytes, boolean isUnsigned); in cIntegerTypeMinValue()

12345678910>>...43