Home
last modified time | relevance | path

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

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/bytebuffer/
H A DByteBufferUtil.java203 public static int getUnsignedByte( ByteBuffer buf ) { in getUnsignedByte() method in ByteBufferUtil
220 public static int getUnsignedByte( ByteBuffer buf, int offset ) { in getUnsignedByte() method in ByteBufferUtil
H A DLCByteBuffer.java451 public final int getUnsignedByte() throws IOException { in getUnsignedByte() method in LCByteBuffer
467 public final int getUnsignedByte( int pos ) throws IOException { in getUnsignedByte() method in LCByteBuffer
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java77 public int getUnsignedByte(int offset) throws InvalidIndex { in getUnsignedByte() method in Code_attribute
H A DInstruction.java177 public int getUnsignedByte(int offset) { in getUnsignedByte() method in Instruction
/dports/textproc/nux/nux/src/nux/xom/binary/
H A DUtil.java146 public static int getUnsignedByte(byte v) { in getUnsignedByte() method in Util
/dports/math/scilab/scilab-6.1.1/scilab/modules/javasci/src/c/
H A Djavasci2_helper.c226 byte *getUnsignedByte(char *variableName, int *nbRow, int *nbCol) in getUnsignedByte() function
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.cpp331 TraCIAPI::getUnsignedByte(int cmd, int var, const std::string& id, tcpip::Storage* add) { in getUnsignedByte() function in TraCIAPI