Home
last modified time | relevance | path

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

12345678910>>...61

/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/Bits/
H A DUtils.hs37 let getByte _ 0 = [] function
38 getByte x remaining = (x .&. 0xff) : getByte (shiftR x 8) (remaining - 1) function
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DIO.java72 int getByte() throws IOException { in getByte() method in IO
76 void getByte(byte[] array) throws IOException { in getByte() method in IO
80 void getByte(byte[] array, int begin, int length) throws IOException { in getByte() method in IO
H A DBuffer.java141 public int getByte() { in getByte() method in Buffer
144 public void getByte(byte[] foo) { in getByte() method in Buffer
147 void getByte(byte[] foo, int start, int len) { in getByte() method in Buffer
151 public int getByte(int len) { in getByte() method in Buffer
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DIO.java72 int getByte() throws IOException { in getByte() method in IO
76 void getByte(byte[] array) throws IOException { in getByte() method in IO
80 void getByte(byte[] array, int begin, int length) throws IOException { in getByte() method in IO
H A DBuffer.java141 public int getByte() { in getByte() method in Buffer
144 public void getByte(byte[] foo) { in getByte() method in Buffer
147 void getByte(byte[] foo, int start, int len) { in getByte() method in Buffer
151 public int getByte(int len) { in getByte() method in Buffer
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DIO.java72 int getByte() throws IOException { in getByte() method in IO
76 void getByte(byte[] array) throws IOException { in getByte() method in IO
80 void getByte(byte[] array, int begin, int length) throws IOException { in getByte() method in IO
H A DBuffer.java141 public int getByte() { in getByte() method in Buffer
144 public void getByte(byte[] foo) { in getByte() method in Buffer
147 void getByte(byte[] foo, int start, int len) { in getByte() method in Buffer
151 public int getByte(int len) { in getByte() method in Buffer
/dports/math/faiss/faiss-1.7.1/faiss/gpu/impl/
H A DPQCodeLoad.cuh34 inline __device__ unsigned int getByte(unsigned char v, int pos, int width) { in getByte() function
38 inline __device__ unsigned int getByte(unsigned short v, int pos, int width) { in getByte() function
42 inline __device__ unsigned int getByte(unsigned int v, int pos, int width) { in getByte() function
46 inline __device__ unsigned int getByte(uint64_t v, int pos, int width) { in getByte() function
/dports/devel/libbinio/libbinio-libbinio-1.5/src/
H A Dbinwrap.cpp48 biniwstream::Byte biniwstream::getByte() in getByte() function in biniwstream
123 binwstream::Byte binwstream::getByte() in getByte() function in binwstream
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/libbinio/
H A Dbinwrap.cpp47 biniwstream::Byte biniwstream::getByte() in getByte() function in biniwstream
119 binwstream::Byte binwstream::getByte() in getByte() function in binwstream
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/google/martian/v3/trafficshape/
H A Dhandler.go44 getByte() int64 methodSpec
59 func (h *Halt) getByte() int64 { func
80 func (cc *CloseConnection) getByte() int64 { func
139 func (cb *ChangeBandwidth) getByte() int64 { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/google/martian/v3/trafficshape/
H A Dhandler.go44 getByte() int64 methodSpec
59 func (h *Halt) getByte() int64 { func
80 func (cc *CloseConnection) getByte() int64 { func
139 func (cb *ChangeBandwidth) getByte() int64 { func
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/platform/posix/
H A Dsocket.h43 unsigned char getByte(int byteIndex) {return bytes[byteIndex];} in getByte() function
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/platform/win32/
H A Dsocket.h35 unsigned char getByte(int byteIndex) {return bytes[byteIndex];} in getByte() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java68 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java66 public byte getByte() throws NumberFormatException; in getByte() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java66 public byte getByte() throws NumberFormatException; in getByte() method
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DQtMemoryViewModel.cpp17 CQtMemoryViewModel::CQtMemoryViewModel(QObject* parent, getByteProto getByte, int size) in CQtMemoryViewModel()
161 void CQtMemoryViewModel::SetData(getByteProto getByte, int size) in SetData()

12345678910>>...61