Home
last modified time | relevance | path

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

12345678910>>...76

/dports/dns/rbldnsd/rbldnsd-0.998/
H A Distream.h9 struct istream { struct
16 int (*readfn)(struct istream *sp, unsigned char *buf, int size, int szhint); argument
17 void (*freefn)(struct istream *sp); argument
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dbytestreamutils.h65 inline void istream_read_big_endian( InputStreamType& istream, Type& value ){ in istream_read_big_endian()
79 inline int16_t istream_read_int16_le( InputStreamType& istream ){ in istream_read_int16_le()
86 inline int16_t istream_read_int16_be( InputStreamType& istream ){ in istream_read_int16_be()
93 inline uint16_t istream_read_uint16_le( InputStreamType& istream ){ in istream_read_uint16_le()
100 inline uint16_t istream_read_uint16_be( InputStreamType& istream ){ in istream_read_uint16_be()
107 inline int32_t istream_read_int32_le( InputStreamType& istream ){ in istream_read_int32_le()
114 inline int32_t istream_read_int32_be( InputStreamType& istream ){ in istream_read_int32_be()
121 inline uint32_t istream_read_uint32_le( InputStreamType& istream ){ in istream_read_uint32_le()
128 inline uint32_t istream_read_uint32_be( InputStreamType& istream ){ in istream_read_uint32_be()
135 inline float istream_read_float32_le( InputStreamType& istream ){ in istream_read_float32_le()
[all …]
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/traits/
H A Distream.hpp22 struct istream { struct
23 typedef unsupported_tag<Tag> type;
27 struct istream<Tag, typename enable_if<is_default_string<Tag> >::type> { struct
28 typedef std::istream type;
32 struct istream<Tag, typename enable_if<is_default_wstring<Tag> >::type> { struct
33 typedef std::wistream type;
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Distream.h9 struct istream { struct
10 uoff_t v_offset;
36 struct istream_private *real_stream; argument
41 struct istream *i_stream_create_fd(int fd, size_t max_buffer_size); argument
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dbytestreamutils.h48 inline void istream_read_little_endian(InputStreamType& istream, Type& value) in istream_read_little_endian()
57 inline void istream_read_big_endian(InputStreamType& istream, Type& value) in istream_read_big_endian()
66 inline void istream_read_byte(InputStreamType& istream, typename InputStreamType::byte_type& b) in istream_read_byte()
73 inline int16_t istream_read_int16_le(InputStreamType& istream) in istream_read_int16_le()
81 inline uint16_t istream_read_uint16_le(InputStreamType& istream) in istream_read_uint16_le()
89 inline int32_t istream_read_int32_le(InputStreamType& istream) in istream_read_int32_le()
97 inline uint32_t istream_read_uint32_le(InputStreamType& istream) in istream_read_uint32_le()
105 inline float istream_read_float32_le(InputStreamType& istream) in istream_read_float32_le()
113 inline typename InputStreamType::byte_type istream_read_byte(InputStreamType& istream) in istream_read_byte()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/
H A Dbytestreamutils.h54 inline void istream_read_little_endian (InputStreamType& istream, Type& value) in istream_read_little_endian()
63 inline void istream_read_big_endian (InputStreamType& istream, Type& value) in istream_read_big_endian()
73 inline void istream_read_byte (InputStreamType& istream, typename InputStreamType::byte_type& b) in istream_read_byte()
79 inline int16_t istream_read_int16_le (InputStreamType& istream) in istream_read_int16_le()
87 inline uint16_t istream_read_uint16_le (InputStreamType& istream) in istream_read_uint16_le()
95 inline int32_t istream_read_int32_le (InputStreamType& istream) in istream_read_int32_le()
103 inline uint32_t istream_read_uint32_le (InputStreamType& istream) in istream_read_uint32_le()
111 inline float istream_read_float32_le (InputStreamType& istream) in istream_read_float32_le()
119 inline typename InputStreamType::byte_type istream_read_byte (InputStreamType& istream) in istream_read_byte()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/image/
H A Dtga.cpp94 inline void istream_read_gray(PointerInputStream& istream, RGBAPixel& pixel) in istream_read_gray()
101 inline void istream_read_rgb(PointerInputStream& istream, RGBAPixel& pixel) in istream_read_rgb()
109 inline void istream_read_rgba(PointerInputStream& istream, RGBAPixel& pixel) in istream_read_rgba()
120 void operator()(PointerInputStream& istream, RGBAPixel& pixel) in operator ()()
136 void operator()(PointerInputStream& istream, RGBAPixel& pixel) in operator ()()
143 void targa_decode_rgb(PointerInputStream& istream, RGBAImage& image, const Flip& flip) in targa_decode_rgb()
152 void operator()(PointerInputStream& istream, RGBAPixel& pixel) in operator ()()
159 void targa_decode_rgba(PointerInputStream& istream, RGBAImage& image, const Flip& flip) in targa_decode_rgba()
193 void operator()(PointerInputStream& istream, RGBAPixel& pixel) in operator ()()
235 void operator()(PointerInputStream& istream, RGBAPixel& pixel) in operator ()()
[all …]
/dports/games/netradiant/netradiant-20150621-src/plugins/image/
H A Dtga.cpp90 inline void istream_read_gray( PointerInputStream& istream, RGBAPixel& pixel ){ in istream_read_gray()
96 inline void istream_read_rgb( PointerInputStream& istream, RGBAPixel& pixel ){ in istream_read_rgb()
103 inline void istream_read_rgba( PointerInputStream& istream, RGBAPixel& pixel ){ in istream_read_rgba()
113 void operator()( PointerInputStream& istream, RGBAPixel& pixel ){ in operator ()()
127 void operator()( PointerInputStream& istream, RGBAPixel& pixel ){ in operator ()()
133 void targa_decode_rgb( PointerInputStream& istream, RGBAImage& image, const Flip& flip ){ in targa_decode_rgb()
141 void operator()( PointerInputStream& istream, RGBAPixel& pixel ){ in operator ()()
147 void targa_decode_rgba( PointerInputStream& istream, RGBAImage& image, const Flip& flip ){ in targa_decode_rgba()
176 void operator()( PointerInputStream& istream, RGBAPixel& pixel ){ in operator ()()
212 void operator()( PointerInputStream& istream, RGBAPixel& pixel ){ in operator ()()
[all …]
H A Dktx.cpp57 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
69 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
81 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
92 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
105 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
119 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
135 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
154 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
182 virtual void Decode( PointerInputStream& istream, byte* out ){ in Decode()
262 Image* LoadKTXBuff( PointerInputStream& istream ){ in LoadKTXBuff()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/frontends/amrvac/
H A Ddatfile_utils.py15 def get_header(istream): argument
106 def get_tree_info(istream): argument
141 def get_single_block_data(istream, byte_offset, block_shape): argument
152 def get_single_block_field_data(istream, byte_offset, block_shape, field_idx): argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java78 private static Object getIStream(long istream) throws IOException { in getIStream()
181 WDropTargetContextPeerIStream(long istream) throws IOException { in WDropTargetContextPeerIStream()
199 private native int Available(long istream); in Available()
211 private native int Read(long istream) throws IOException; in Read()
223 private native int ReadBytes(long istream, byte[] b, int off, int len) throws IOException; in ReadBytes()
238 private native void Close(long istream); in Close()
244 private long istream; field in WDropTargetContextPeerIStream
/dports/devel/hadoop/hadoop-1.2.1/src/c++/librecordio/test/
H A DtestFromJava.cc34 hadoop::FileInStream istream; in main() local
46 hadoop::FileInStream istream; in main() local
58 hadoop::FileInStream istream; in main() local
/dports/math/openfst/openfst-1.8.1/src/extensions/python/
H A Dcios.pxd38 cdef cppclass istream(iostream): function
52 cdef cppclass ifstream(istream): argument
63 cdef cppclass stringstream(istream, ostream): argument
/dports/cad/sumo/sumo-1.2.0/src/netimport/vissim/typeloader/
H A DNIVissimSingleTypeParser_Signalgruppendefinition.cpp155 int /*id*/, const std::string&, int lsaid, std::istream&) { in parseVSPLUS()
163 int /*id*/, const std::string&, int lsaid, std::istream&) { in parseTRENDS()
171 int /*id*/, const std::string&, int lsaid, std::istream&) { in parseVAP()
179 int /*id*/, const std::string&, int lsaid, std::istream&) { in parseTL()
187 int /*id*/, const std::string&, int lsaid, std::istream&) { in parsePOS()
195 int /*id*/, const std::string&, int lsaid, std::istream&) { in parseExternFixedTime()
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/api/buffer/
H A DBufferStream.hh65 class AVRO_DECL istream : public std::istream { class
69 explicit istream(const InputBuffer &buf) : std::istream(&ibuf_), ibuf_(buf) {} in istream() function in internal_avro::istream
75 explicit istream(const OutputBuffer &buf) in istream() function in internal_avro::istream
/dports/devel/avro-cpp/avro-cpp-1.11.0/api/buffer/
H A DBufferStream.hh68 class AVRO_DECL istream : public std::istream { class
72 explicit istream(const InputBuffer &buf) : std::istream(&ibuf_), ibuf_(buf) {} in istream() function in avro::istream
76 explicit istream(const OutputBuffer &buf) : std::istream(&ibuf_), ibuf_(buf) {} in istream() function in avro::istream

12345678910>>...76