Home
last modified time | relevance | path

Searched +full:stream +full:- +full:id +full:- +full:range (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dqcom,tbu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iommu/qcom,tbu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Georgi Djakov <quic_c_gdjako@quicinc.com>
21 - qcom,sc7280-tbu
22 - qcom,sdm845-tbu
33 power-domains:
36 qcom,stream-id-range:
38 Phandle of a SMMU device and Stream ID range (address and size) that
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp1 //===--- Stencil.cpp - Stencil implementation -------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 StringRef Id) { in getNode() argument
39 auto It = NodesMap.find(Id); in getNode()
42 "Id not bound: " + Id); in getNode()
43 return It->second; in getNode()
46 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode() argument
50 auto NodeOrErr = getNode(Match.Nodes, Id); in printNode()
53 NodeOrErr->print(Os, PrintingPolicy(Match.Context->getLangOpts())); in printNode()
[all …]
/freebsd/usr.bin/clang/llvm-pdbutil/
H A Dllvm-pdbutil.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp1 //===--- SerializedDiagnosticPrinter.cpp - Serializer for diagnostics -----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
105 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override;
106 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override;
110 std::error_code visitFilenameRecord(unsigned ID, unsigned Size,
127 void writeRecordWithAbbrev(unsigned ID, RecordData &Record);
129 void writeRecordWithBlob(unsigned ID, RecordData &Record, StringRef Blob);
246 : DiagOpts(Diags), Stream(Buffer), OutputFile(File.str()), in SharedState()
256 llvm::BitstreamWriter Stream; member
[all …]
H A DSerializedDiagnosticReader.cpp1 //===- SerializedDiagnosticReader.cpp - Reads diagnostics -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 llvm::BitstreamCursor Stream(**Buffer); in readDiagnostics() local
40 if (Stream.AtEndOfStream()) in readDiagnostics()
45 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in readDiagnostics()
56 while (!Stream.AtEndOfStream()) { in readDiagnostics()
57 if (Expected<unsigned> Res = Stream.ReadCode()) { in readDiagnostics()
67 Expected<unsigned> MaybeSubBlockID = Stream.ReadSubBlockID(); in readDiagnostics()
77 Stream.ReadBlockInfoBlock(); in readDiagnostics()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h1 //===- TypeHashing.h ---------
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1 //===--- MicrosoftMangle.cpp - Microsoft Visual C++ Name Mangling ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
91 if (RD->isLambda()) in getLambdaDefaultArgumentDeclContext()
93 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getLambdaDefaultArgumentDeclContext()
94 return Parm->getDeclContext(); in getLambdaDefaultArgumentDeclContext()
113 dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) in getEffectiveDeclContext()
114 return ContextParam->getDeclContext(); in getEffectiveDeclContext()
117 const DeclContext *DC = D->getDeclContext(); in getEffectiveDeclContext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp1 //===- MinidumpYAML.cpp - Minidump YAMLIO implementation ------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
16 /// Perform an optional yaml-mapping of an endian-aware type EndianType. The
25 /// Yaml-map an endian-aware type EndianType as some other type MapType.
34 /// Perform an optional yaml-mapping of an endian-aware type EndianType as some
45 /// Return the appropriate yaml Hex type for a given endian-aware type.
52 /// Yaml-map an endian-aware type as an appropriately-sized hex value.
59 /// Perform an optional yaml-mapping of an endian-aware type as an
60 /// appropriately-sized hex value.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h1 //===-- ThreadPlanStepRange.h -----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 const AddressRange &range,
30 void GetDescription(Stream *s, lldb::DescriptionLevel level) override = 0;
31 bool ValidatePlan(Stream *error) override;
47 void DumpRanges(Stream *s);
56 // range - usually just a RunToAddress plan to run to the next branch.
68 StackID m_stack_id; // Use the stack ID so we can tell step out from step in.
69 StackID m_parent_stack_id; // Use the parent stack ID so we can identify tail
H A DThread.h1 //===-- Thread.h ------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 #include "lldb/lldb-private.h"
44 /// thread won't stop in during "step-in" operations.
100 void Dump(Stream *s) const override;
268 /// be "name" and "id", among others.
294 /// libdispatch queue (e.g. on a non-Darwin system where GCD aka
308 /// Retrieve the Queue ID for the queue currently using this Thread
314 /// process. Often starting at 1 for the initial system-created
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/
H A Dxilinx_dma.txt6 Xilinx AXI DMA engine, it does transfers between memory and AXI4 stream
11 Xilinx AXI CDMA engine, it does transfers between memory-mapped source
12 address and a memory-mapped destination address.
14 Xilinx AXI MCDMA engine, it does transfer between memory and AXI4 stream
19 - compatible: Should be one of-
20 "xlnx,axi-vdma-1.00.a"
21 "xlnx,axi-dma-1.0
[all...]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp1 //===- Tokens.cpp - collect tokens from preprocessing ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
57 // Finds the range within FID corresponding to expanded tokens [First, Last].
59 // If no range satisfies the criteria, returns an invalid range.
61 // #define ID(x) x
62 // ID(ID(ID(a1) a2))
63 // ~~ -> a1
64 // ~~ -> a2
65 // ~~~~~~~~~ -> a1 a2
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h1 //===- SerializedDiagnosticReader.h - Reads diagnostics ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
72 llvm::ErrorOr<Cursor> skipUntilRecordOrBlock(llvm::BitstreamCursor &Stream,
75 /// Read a metadata block from \c Stream.
76 std::error_code readMetaBlock(llvm::BitstreamCursor &Stream);
78 /// Read a diagnostic block from \c Stream.
79 std::error_code readDiagnosticBlock(llvm::BitstreamCursor &Stream);
88 /// Visit a category. This associates the category \c ID to a \c Name.
89 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) { in visitCategoryRecord() argument
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp1 //===- BytesOutputStyle.cpp ----------------------------------- *- C++ --*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "llvm-pdbutil.h"
46 "Invalid Stream Specification"); in parseStreamSpec()
50 "Invalid Stream Specification"); in parseStreamSpec()
55 "Invalid Stream Specification"); in parseStreamSpec()
60 "Invalid Stream Specification"); in parseStreamSpec()
70 P.formatLine("Error parsing stream spec {0}: {1}", Str, in parseStreamSpecs()
96 "Invalid block range specified. Max < Min", in dump()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h1 //===-- Block.h -------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 #include "lldb/Utility/Stream.h"
20 #include "lldb/lldb-private.h"
30 /// range, and Block objects contain one or more ranges which are offsets into
31 /// that range. Blocks are can have discontiguous ranges within the BlockList
32 /// address range, and each block can contain child blocks each with their own
44 typedef RangeList::Entry Range; typedef
46 /// Construct with a User ID \a uid, \a depth.
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1 //===- ASTWriter.cpp - AST File Writer ------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
151 //===----------------------------------------------------------------------===//
153 //===----------------------------------------------------------------------===//
155 static TypeCode getTypeCodeForTypeClass(Type::TypeClass id) { in getTypeCodeForTypeClass() argument
156 switch (id) { in getTypeCodeForTypeClass()
181 M = M->getTopLevelModule(); in GetAffectingModuleMaps()
202 for (auto *SubM : Mod->submodules()) in GetAffectingModuleMaps()
[all …]
H A DASTReader.cpp1 //===- ASTReader.cpp - AST File Reader ------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
154 //===----------------------------------------------------------------------===//
156 //===----------------------------------------------------------------------===//
160 return First->ReadFullVersionInformation(FullVersion) || in ReadFullVersionInformation()
161 Second->ReadFullVersionInformation(FullVersion); in ReadFullVersionInformation()
165 First->ReadModuleName(ModuleName); in ReadModuleName()
166 Second->ReadModuleName(ModuleName); in ReadModuleName()
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
69 (_state)->input - (_state)->layout->bindings, ##__VA_ARGS__)
79 * @retval non-zero If initialization fails, a regular unix error code will be
92 state->layout = layout; in bhnd_sprom_opcode_init()
93 state->idx = NULL; in bhnd_sprom_opcode_init()
94 state->num_idx = 0; in bhnd_sprom_opcode_init()
101 num_idx = state->layout->num_vars; in bhnd_sprom_opcode_init()
142 state->idx = idx; in bhnd_sprom_opcode_init()
143 state->num_idx = num_idx; in bhnd_sprom_opcode_init()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1 //===-- CommandObjectThread.cpp -------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
119 "Use the thread-index \"all\" to see all threads.\n" in CommandObjectThreadBacktrace()
120 "Use the thread-index \"unique\" to see threads grouped by unique " in CommandObjectThreadBacktrace()
122 "Use 'settings set frame-format' to customize the printing of " in CommandObjectThreadBacktrace()
123 "frames in the backtrace and 'settings set thread-format' to " in CommandObjectThreadBacktrace()
136 llvm::StringRef count_opt("--count"); in GetRepeatCommand()
137 llvm::StringRef start_opt("--start"); in GetRepeatCommand()
154 if (arg_string == "-c" || count_opt.starts_with(arg_string)) { in GetRepeatCommand()
[all …]
/freebsd/contrib/openbsm/man/
H A Daudit.log.51 .\"-
2 .\" Copyright (c) 2005-2006 Robert N. M. Watson
37 token-based record stream to represent system audit data.
39 range of data types, and easily extended to describe new data types in a
44 token, which provides time stamp and file name information for the stream;
45 when processing a BSM token stream from a stream as opposed to a single file
47 identifying when particular parts of the stream begin and end.
79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL"
81 .It "Token ID 1 byte Token ID"
93 A 32-bit
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp1 //===-- TraceDumper.cpp ---------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 return sc.module_sp->GetFileSpec().GetFilename().AsCString(); in GetModuleName()
42 return GetModuleName(item.symbol_info->sc); in GetModuleName()
69 /// - module
70 /// - symbol
71 /// - function
72 /// - inlined function
73 /// - source line info
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1 //===- ASTWriter.h - AST File Writer ----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
86 /// data structures. This bitstream can be de-serialized via an
99 /// Map that provides the ID numbers of each type within the
100 /// output stream, plus those deserialized from a chained PCH.
102 /// The ID numbers of types are consecutive (in order of discovery)
104 /// stored in the stream, the ID number is shifted by 2 bits to
114 llvm::BitstreamWriter &Stream; variable
[all …]
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.15 \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files
8 \fBzstd\fR [\fIOPTIONS\fR] [\-|\fIINPUT\-FILE\fR] [\-o \fIOUTPUT\-FILE\fR]
11 \fBzstdmt\fR is equivalent to \fBzstd \-T0\fR
14 \fBunzstd\fR is equivalent to \fBzstd \-d\fR
17 \fBzstdcat\fR is equivalent to \fBzstd \-dcf\fR
26 …served by default\. It\'s possible to remove them automatically by using the \fB\-\-rm\fR command\.
29 …\fR displays progress notifications and result summary by default\. Use \fB\-q\fR to turn them off…
35 \fBzstd\fR displays a short help page when command line is an error\. Use \fB\-q\fR to turn it off\.
40 … selected operation mode\. If no \fIfiles\fR are given or \fIfile\fR is \fB\-\fR, \fBzstd\fR reads…
43 Unless \fB\-\-stdout\fR or \fB\-o\fR is specified, \fIfiles\fR are written to a new file whose name…
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp1 //===-- Symbol.cpp --------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 #include "lldb/Utility/Stream.h"
53 bool is_artificial, const AddressRange &range, in Symbol() argument
60 m_size_is_valid(size_is_valid || range.GetByteSize() > 0), in Symbol()
63 m_is_weak(false), m_type(type), m_mangled(mangled), m_addr_range(range), in Symbol()
125 section_list->FindSectionContainingFileAddress(*symbol.address)) { in FromJSON()
126 const uint64_t offset = *symbol.address - section_sp->GetFileAddress(); in FromJSON()
127 return Symbol(symbol.id.value_or(0), Mangled(symbol.name), in FromJSON()
[all …]
/freebsd/contrib/ntp/html/
H A Dclockopt.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
13 <!-- #BeginDate format:En2m -->26-Se
[all...]

12345678910>>...18