Home
last modified time | relevance | path

Searched refs:Stream (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/netbsd/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib-streams.adb23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
26 Flush (Stream, Finish);
28 Close (Stream.Writer);
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
32 Close (Stream.Reader);
33 Free (Stream.Buffer);
78 Stream.Back := Back;
79 Stream.Mode := Mode;
92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
[all …]
H A Dzlib-streams.ads21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
37 function Read_Total_In (Stream : in Stream_Type) return Count;
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
54 (Stream : out Stream_Type;
80 function Is_Open (Stream : Stream_Type) return Boolean;
82 procedure Close (Stream : in out Stream_Type);
/netbsd/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib-streams.adb23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
26 Flush (Stream, Finish);
28 Close (Stream.Writer);
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
32 Close (Stream.Reader);
33 Free (Stream.Buffer);
78 Stream.Back := Back;
79 Stream.Mode := Mode;
92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
[all …]
H A Dzlib-streams.ads21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
37 function Read_Total_In (Stream : in Stream_Type) return Count;
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
54 (Stream : out Stream_Type;
80 function Is_Open (Stream : Stream_Type) return Boolean;
82 procedure Close (Stream : in out Stream_Type);
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib-streams.adb23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
26 Flush (Stream, Finish);
28 Close (Stream.Writer);
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
32 Close (Stream.Reader);
33 Free (Stream.Buffer);
78 Stream.Back := Back;
79 Stream.Mode := Mode;
92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
[all …]
H A Dzlib-streams.ads21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
37 function Read_Total_In (Stream : in Stream_Type) return Count;
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
54 (Stream : out Stream_Type;
80 function Is_Open (Stream : Stream_Type) return Boolean;
82 procedure Close (Stream : in out Stream_Type);
/netbsd/common/dist/zlib/contrib/ada/
H A Dzlib-streams.adb23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
26 Flush (Stream, Finish);
28 Close (Stream.Writer);
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
32 Close (Stream.Reader);
33 Free (Stream.Buffer);
78 Stream.Back := Back;
79 Stream.Mode := Mode;
92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
[all …]
H A Dzlib-streams.ads21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
37 function Read_Total_In (Stream : in Stream_Type) return Count;
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
54 (Stream : out Stream_Type;
80 function Is_Open (Stream : Stream_Type) return Boolean;
82 procedure Close (Stream : in out Stream_Type);
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/ada/
H A Dzlib-streams.adb23 if Stream.Mode = Out_Stream or Stream.Mode = Duplex then
26 Flush (Stream, Finish);
28 Close (Stream.Writer);
31 if Stream.Mode = In_Stream or Stream.Mode = Duplex then
32 Close (Stream.Reader);
33 Free (Stream.Buffer);
78 Stream.Back := Back;
79 Stream.Mode := Mode;
92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
[all …]
H A Dzlib-streams.ads21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
37 function Read_Total_In (Stream : in Stream_Type) return Count;
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
54 (Stream : out Stream_Type;
80 function Is_Open (Stream : Stream_Type) return Boolean;
82 procedure Close (Stream : in out Stream_Type);
/netbsd/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream) argument
70 # define getc(Stream) getc_unlocked (Stream) argument
78 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
83 # define clearerr(Stream) clearerr_unlocked (Stream) argument
90 # define feof(Stream) feof_unlocked (Stream) argument
97 # define fileno(Stream) fileno_unlocked (Stream) argument
104 # define fflush(Stream) fflush_unlocked (Stream) argument
111 # define fgetc(Stream) fgetc_unlocked (Stream) argument
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
125 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream) argument
70 # define getc(Stream) getc_unlocked (Stream) argument
78 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
83 # define clearerr(Stream) clearerr_unlocked (Stream) argument
90 # define feof(Stream) feof_unlocked (Stream) argument
97 # define fileno(Stream) fileno_unlocked (Stream) argument
104 # define fflush(Stream) fflush_unlocked (Stream) argument
111 # define fgetc(Stream) fgetc_unlocked (Stream) argument
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
125 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h27 struct Stream { struct
40 virtual ~Stream(); // anchor
52 static Expected<std::unique_ptr<Stream>>
74 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ModuleList;
85 static constexpr Stream::StreamKind Kind = Stream::StreamKind::ThreadList;
95 static constexpr Stream::StreamKind Kind = Stream::StreamKind::MemoryList;
108 struct ExceptionStream : public Stream {
121 static bool classof(const Stream *S) { in classof()
141 static bool classof(const Stream *S) { in classof()
156 static bool classof(const Stream *S) { in classof()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticPrinter.cpp23 Stream << C; in operator <<()
28 Stream << C; in operator <<()
33 Stream << C; in operator <<()
54 Stream << N; in operator <<()
58 Stream << N; in operator <<()
64 Stream << N; in operator <<()
69 Stream << N; in operator <<()
74 Stream << P; in operator <<()
79 Stream << N; in operator <<()
84 Stream << N; in operator <<()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) argument
87 # define getc(Stream) getc_unlocked (Stream) argument
95 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
104 # define clearerr(Stream) clearerr_unlocked (Stream) argument
111 # define feof(Stream) feof_unlocked (Stream) argument
118 # define fileno(Stream) fileno_unlocked (Stream) argument
125 # define fflush(Stream) fflush_unlocked (Stream) argument
132 # define fgetc(Stream) fgetc_unlocked (Stream) argument
139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
146 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) argument
87 # define getc(Stream) getc_unlocked (Stream) argument
95 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
104 # define clearerr(Stream) clearerr_unlocked (Stream) argument
111 # define feof(Stream) feof_unlocked (Stream) argument
118 # define fileno(Stream) fileno_unlocked (Stream) argument
125 # define fflush(Stream) fflush_unlocked (Stream) argument
132 # define fgetc(Stream) fgetc_unlocked (Stream) argument
139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
146 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp37 llvm::BitstreamCursor Stream(**Buffer); in readDiagnostics() local
40 if (Stream.AtEndOfStream()) in readDiagnostics()
56 while (!Stream.AtEndOfStream()) { in readDiagnostics()
77 Stream.ReadBlockInfoBlock(); in readDiagnostics()
87 Stream.setBlockInfo(&*BlockInfo); in readDiagnostics()
90 if ((EC = readMetaBlock(Stream))) in readDiagnostics()
94 if ((EC = readDiagnosticBlock(Stream))) in readDiagnostics()
98 if (llvm::Error Err = Stream.SkipBlock()) { in readDiagnostics()
120 while (!Stream.AtEndOfStream()) { in skipUntilRecordOrBlock()
141 if (Stream.ReadBlockEnd()) in skipUntilRecordOrBlock()
[all …]
H A DSerializedDiagnosticPrinter.cpp259 llvm::BitstreamWriter Stream; member
406 State->Stream.Emit((unsigned)'D', 8); in EmitPreamble()
429 State->Stream.EnterBlockInfoBlock(); in EmitBlockInfoBlock()
432 llvm::BitstreamWriter &Stream = State->Stream; in EmitBlockInfoBlock() local
514 Stream.ExitBlock(); in EmitBlockInfoBlock()
518 llvm::BitstreamWriter &Stream = State->Stream; in EmitMetaBlock() local
521 Stream.EnterSubblock(BLOCK_META, 3); in EmitMetaBlock()
524 Stream.ExitBlock(); in EmitMetaBlock()
646 llvm::BitstreamWriter &Stream = State->Stream; in EmitDiagnosticMessage() local
683 State->Stream.ExitBlock(); in ExitDiagBlock()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/PDB/
H A Dindex.rst88 | Old Directory | - Fixed Stream Index 0 | - Previous MSF Stream Directory |
90 | PDB Stream | - Fixed Stream Index 1 | - Basic File Information |
94 | TPI Stream | - Fixed Stream Index 2 | - CodeView Type Records |
97 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information |
105 | IPI Stream | - Fixed Stream Index 4 | - CodeView Type Records |
117 | Module Info Stream | - Contained in DBI Stream | - CodeView Symbol Records for this module |
120 | Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records |
123 | Global Stream | - Contained in DBI Stream | - Single combined master symbol-table |
126 | TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records |
129 | IPI Hash Stream | - Contained in IPI Stream | - Hash table for looking up IPI records |
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp68 Stream::~Stream() = default;
70 Stream::StreamKind Stream::getKind(StreamType Type) { in getKind()
97 std::unique_ptr<Stream> Stream::create(StreamType Type) { in create()
291 IO.mapOptional("Content", Stream.Content); in streamMapping()
292 IO.mapOptional("Size", Stream.Size, Stream.Content.binary_size()); in streamMapping()
296 if (Stream.Size.value < Stream.Content.binary_size()) in streamValidate()
316 IO.mapRequired("Modules", Stream.Entries); in streamMapping()
320 SystemInfo &Info = Stream.Info; in streamMapping()
350 IO.mapOptional("Text", Stream.Text); in streamMapping()
408 S = MinidumpYAML::Stream::create(Type); in mapping()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamArray.h50 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
103 : Stream(Stream), Skew(Skew) {} in Stream() argument
106 : Stream(Stream), E(E), Skew(Skew) {} in Stream() argument
112 bool valid() const { return Stream.valid(); } in valid()
124 BinaryStreamRef NewStream = Stream.slice(0, End); in substream()
141 Stream = NewStream;
148 BinaryStreamRef Stream;
269 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray() argument
270 assert(Stream.getLength() % sizeof(T) == 0); in FixedStreamArray()
274 return Stream == Other.Stream;
[all …]
H A DFormatProviders.h136 write_hex(Stream, V, HS, Digits);
148 write_integer(Stream, V, Digits, IS);
208 Stream << S.substr(0, N);
235 static void format(const char &V, llvm::raw_ostream &Stream,
238 Stream << V;
241 format_provider<int>::format(X, Stream, Style);
263 static void format(const bool &B, llvm::raw_ostream &Stream,
265 Stream << StringSwitch<const char *>(Style)
408 Adapter.format(Stream, ArgStyle);
412 Stream << Sep;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h231 Stream.EmitRecordWithAbbrev(code, buffer); in emit()
269 Stream.EmitRecordWithAbbrev(code, buffer); in emit()
276 emit(Stream, buffer, code, array); in emit()
282 Stream.EmitRecordWithAbbrev(code, Buffer); in emit()
357 llvm::BitstreamWriter &Stream;
368 : Stream(Stream), AbbrevCode(emitAbbrev(Stream)) {}
448 explicit BCRecordLayout(llvm::BitstreamWriter &Stream) : Base(Stream) {}
474 llvm::BitstreamWriter &Stream;
478 : Stream(Stream) {
479 Stream.EnterSubblock(block, abbrev);
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp38 : Stream(Stream), BlockInfo(BlockInfo) {} in BitstreamMetaParserHelper()
42 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local
84 BitstreamCursor &Stream) in BitstreamRemarkParserHelper() argument
85 : Stream(Stream) {} in BitstreamRemarkParserHelper()
89 BitstreamCursor &Stream = Parser.Stream; in parseRecord() local
159 BitstreamCursor &Stream = ParserHelper.Stream; in parseBlock() local
175 while (!Stream.AtEndOfStream()) { in parseBlock()
176 Next = Stream.advance(); in parseBlock()
209 : Stream(Buffer) {} in BitstreamParserHelper()
233 Stream.ReadBlockInfoBlock(); in parseBlockInfoBlock()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp142 : Stream(Stream), StrtabBuilder(StrtabBuilder) {} in BitcodeWriterBase()
822 Stream.ExitBlock(); in writeAttributeGroupTable()
844 Stream.ExitBlock(); in writeAttributeTable()
1022 Stream.ExitBlock(); in writeTypeTable()
2265 Stream.ExitBlock(); in writeModuleMetadata()
2276 Stream.ExitBlock(); in writeFunctionMetadata()
2322 Stream.ExitBlock(); in writeFunctionMetadataAttachment()
2346 Stream.ExitBlock(); in writeModuleMetadataKinds()
2373 Stream.ExitBlock(); in writeOperandBundleTags()
3907 Stream.EmitRecord( in writePerModuleGlobalValueSummary()
[all …]

12345678910>>...15