Home
last modified time | relevance | path

Searched defs:_stream (Results 1 – 17 of 17) sorted by relevance

/third_party/lzma/CPP/Common/
DStdOutStream.h13 FILE *_stream; variable
20 _stream(stream), in _stream() function
DStdInStream.h13 FILE *_stream; variable
19 _stream(stream), in _stream() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c169 #define util_dump_arg(_stream, _type, _arg) \ argument
176 #define util_dump_ret(_stream, _type, _arg) \ argument
183 #define util_dump_array(_stream, _type, _obj, _size) \ argument
195 #define util_dump_struct_array(_stream, _type, _obj, _size) \ argument
207 #define util_dump_member(_stream, _type, _obj, _member) \ argument
214 #define util_dump_arg_array(_stream, _type, _arg, _size) \ argument
221 #define util_dump_member_array(_stream, _type, _obj, _member) \ argument
/third_party/musl/porting/linux/user/src/hilog/
Doutput_p.inl90 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) do { \ argument
100 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) do { \ argument
115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument
122 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument
Dvsnprintf_s_p.c114 #define SECUREC_PUTC(_c,_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)(_c)) … argument
116 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0… argument
/third_party/musl/src/hilog/linux/
Doutput_p.inl90 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) do { \ argument
100 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) do { \ argument
115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument
122 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument
Dvsnprintf_s_p.c114 #define SECUREC_PUTC(_c,_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)(_c)) … argument
116 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0… argument
/third_party/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs11 System.IO.Stream _stream; field in SevenZip.Compression.LZ.OutWindow
DLzInWindow.cs10 System.IO.Stream _stream; field in SevenZip.Compression.LZ.InWindow
/third_party/lzma/CPP/7zip/Common/
DOutBuffer.h25 ISequentialOutStream *_stream; variable
DInBuffer.h23 ISequentialInStream *_stream; variable
/third_party/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java13 java.io.OutputStream _stream; field in OutWindow
DInWindow.java10 java.io.InputStream _stream; field in InWindow
/third_party/python/Lib/
Dcontextlib.py379 _stream = None variable in _RedirectStream
408 _stream = "stdout" variable in redirect_stdout
414 _stream = "stderr" variable in redirect_stderr
/third_party/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp175 CMyComPtr<IInStream> _stream; variable
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h345 CMyComPtr<IInStream> _stream; variable
/third_party/libabigail/tests/lib/
Dcatch.hpp11077 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig()
15905 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter()
16144 …ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter()