| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.cpp | 99 Streams[StreamIdx] = in discoverStreamPurposes() 110 Streams[StreamIdx] = in discoverStreamPurposes() 113 Streams[StreamIdx] = in discoverStreamPurposes() 116 Streams[StreamIdx] = in discoverStreamPurposes() 119 Streams[StreamIdx] = in discoverStreamPurposes() 122 Streams[StreamIdx] = in discoverStreamPurposes() 125 Streams[StreamIdx] = in discoverStreamPurposes() 128 Streams[StreamIdx] = in discoverStreamPurposes() 132 Streams[StreamIdx] = in discoverStreamPurposes() 135 Streams[StreamIdx] = in discoverStreamPurposes() [all …]
|
| H A D | ExplainOutputStyle.cpp | 245 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() local 246 discoverStreamPurposes(File.pdb(), Streams); in explainPdbStreamOffset() 248 assert(Stream <= Streams.size()); in explainPdbStreamOffset() 249 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
|
| H A D | StreamUtil.h | 59 SmallVectorImpl<StreamInfo> &Streams);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Minidump.h | 36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() 166 ArrayRef<minidump::Directory> Streams, in MinidumpFile() argument 168 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams), in MinidumpFile() 186 ArrayRef<minidump::Directory> Streams; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 159 StreamFactory Streams; member in clang::dataflow::__anon475589f90111::HTMLLogger 174 explicit HTMLLogger(StreamFactory Streams) : Streams(std::move(Streams)) {} in HTMLLogger() argument 177 OS = Streams(); in beginAnalysis() 561 Logger::html(std::function<std::unique_ptr<llvm::raw_ostream>()> Streams) { in html() argument 562 return std::make_unique<HTMLLogger>(std::move(Streams)); in html()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | MinidumpYAML.h | 209 std::vector<std::unique_ptr<Stream>> Streams) in Object() 210 : Header(Header), Streams(std::move(Streams)) {} in Object() 216 std::vector<std::unique_ptr<Stream>> Streams; member
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | parse | 37 - SUN Streams module (loadable) for radio clocks 41 - SUN Streams module (loadable) for radio clocks.
|
| /freebsd-14.2/contrib/ntp/parseutil/ |
| H A D | README | 7 Works only under SunOS with parse Streams Module loaded
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 459 IO.mapRequired("Streams", O.Streams); in mapping() 554 std::vector<std::unique_ptr<Stream>> Streams; in create() local 555 Streams.reserve(File.streams().size()); in create() 560 Streams.push_back(std::move(*ExpectedStream)); in create() 562 return Object(File.header(), std::move(Streams)); in create()
|
| H A D | MinidumpEmitter.cpp | 235 std::vector<Directory> StreamDirectory(Obj.Streams.size()); in yaml2minidump() 239 for (const auto &[Index, Stream] : enumerate(Obj.Streams)) in yaml2minidump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Minidump.cpp | 21 return getRawStream(Streams[It->second]); in getRawStream()
|
| /freebsd-14.2/libexec/bootpd/ |
| H A D | Announce | 42 Added SVR4/Streams support to getif and getether
|
| H A D | Changes | 163 Add SVR4/Streams support to getif() and getether()
|
| /freebsd-14.2/contrib/xz/ |
| H A D | TODO | 42 Streams would be concatenated.
|
| H A D | ChangeLog | 758 - Compressed base from all previous Streams 759 - 2 * LZMA_STREAM_HEADER_SIZE (size of the current Streams header and 11030 liblzma: Fix lzma_index_dup() for empty Streams. 11033 empty Streams.
|
| /freebsd-14.2/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 568 [Huffman-Coded Streams](#huffman-coded-streams). 588 as described at [Huffman-Coded Streams](#huffman-coded-streams) 1353 ### Huffman-coded Streams
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 2078 "Line Disciplines and Streams Drivers"
|
| H A D | ntp.conf.def | 2167 .Qq Line Disciplines and Streams Drivers
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3680 // Streams x to the underlying ostream; does nothing if the ostream
|