Home
last modified time | relevance | path

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

12345678910>>...19

/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/crypto/openssl/include/internal/
H A Dquic_txpim.h2 * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
27 /* ACKM-specific data. Caller should fill this. */
39 /* Regenerate-strategy frames. */
50 /* Represents a range of bytes in an application or CRYPTO stream. */
52 /* The stream ID, or UINT64_MAX for the CRYPTO stream. */
55 * The inclusive range of bytes in the stream. Exceptionally, if end <
56 * start, designates a frame of zero length (used for FIN-only frames). In
58 * final size of the stream).
62 * Whether a FIN was sent for this stream in the packet. Not valid for
63 * CRYPTO stream.
[all …]
H A Dquic_wire.h2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
51 # define OSSL_QUIC_FRAME_TYPE_STREAM 0x08 /* base ID */
134 * Represents an inclusive range of packet numbers [start, end].
150 * being acknowledged and ack_ranges[num_ack_ranges-1].start is
167 /* QUIC Frame: STREAM */
169 uint64_t stream_id; /* Stream ID */
170 uint64_t offset; /* Logical offset in stream */
185 /* 1 if this is the end of the stream */
191 uint64_t offset; /* Logical offset in stream */
220 uint64_t error_code; /* 62-bit transport or app error code */
[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 …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md1 QUIC Frame-in-Flight Management
4 The QUIC frame-in-flight manager is responsible for tracking frames which were
7 packets, whereas the QUIC frame-in-flight manager (FIFM) works on the level of
12 - the Control Frame Queue (CFQ);
13 - the Transmitted Packet Information Manager (TXPIM); and
14 - the Frame-in-Flight Dispatcher (FIFD).
16 ![](images/quic-fifm-overview.png "QUIC FIFM Overview")
22 --------------------------------------------------
36 PATH_CHALLENGE -
37 PATH_RESPONSE -
[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/crypto/openssl/test/
H A Dquic_wire_test.c2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
20 * fail: -1 if not truncated (function should test for success), else number
158 1, /* ACK Range Count */
159 10, /* First ACK Range */
201 0x52, 0x34, /* Stream ID */
238 0x52, 0x34, /* Stream ID */
333 /* 8. STREAM (no length, no offset, no fin) */
391 0x52, 0x34, /* Stream ID */
395 /* 9. STREAM (length, offset, fin) */
446 0x52, 0x34, /* Stream ID */
[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/crypto/openssl/ssl/quic/
H A Dquic_trace.c2 * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
45 /* Print a non-NUL terminated string to BIO */
62 static void put_conn_id(BIO *bio, QUIC_CONN_ID *id) in put_conn_id() argument
64 if (id->id_len == 0) { in put_conn_id()
65 BIO_puts(bio, "<zero length id>"); in put_conn_id()
70 put_data(bio, id->id, id->id_len); in put_conn_id()
107 BIO_printf(bio, " Ack range count: %llu\n", in frame_ack()
108 (unsigned long long)total_ranges - 1); in frame_ack()
109 BIO_printf(bio, " First ack range: %llu\n", in frame_ack()
111 - ack.ack_ranges[0].start)); in frame_ack()
[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/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/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 …]
/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 …]

12345678910>>...19