Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md4 The connection ID cache is responsible for managing connection IDs, both local
7 Remote Connection IDs
10 For remote connection IDs, we need to be able to:
12 * add new IDs per connection;
14 * select a connection ID by sequence number and retire that and all older IDs.
18 and must maintain a count of the number of connection IDs present.
19 There is no requirement to maintain a global mapping since remote IDs
22 In MVP, a many-to-1 matching of Connection IDs per Connection object
28 Local Connection IDs
31 For local connection IDs, we need to be able to:
[all …]
H A Ddemuxer.md39 but with unknown connection IDs:
46 - discard any other packet with unknown connection IDs
H A Dquic-overview.md39 A table matching Connection IDs with Connection objects represented
42 _In MVP there is a many-to-1 matching of Connection IDs to Connection
135 reset for packets with other Connection IDs._
H A Dquic-connID-retire.md4 * Two connection IDs -- one local, one remote
54 When we want to retire one (or more) connection IDs we have to:
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h199 ImportMapTy(ImportIDTable &IDs) : IDs(IDs) {} in ImportMapTy() argument
230 auto begin() const { return map_iterator(Imports.begin(), std::cref(IDs)); } in begin()
231 auto end() const { return map_iterator(Imports.end(), std::cref(IDs)); } in end()
236 ImportIDTable &IDs;
249 : IDs(ImportMap.IDs), Imports(iterator_range(ImportMap.Imports)) { in SortedImportList()
254 auto Tuple = IDs.lookup(Id); in SortedImportList()
264 auto begin() const { return map_iterator(Imports.begin(), std::cref(IDs)); } in begin()
265 auto end() const { return map_iterator(Imports.end(), std::cref(IDs)); } in end()
268 const ImportIDTable &IDs;
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt7 The following is a list of provided IDs and clock names on Armada 370/XP:
14 The following is a list of provided IDs and clock names on Armada 375:
20 The following is a list of provided IDs and clock names on Armada 380/385:
26 The following is a list of provided IDs and clock names on Armada 39x:
34 The following is a list of provided IDs and clock names on 98dx3236:
40 The following is a list of provided IDs and clock names on Kirkwood and Dove:
46 The following is a list of provided IDs and clock names on Orion5x:
H A Dmvebu-gated-clock.txt10 The following is a list of provided IDs for Armada 370:
27 The following is a list of provided IDs for Armada 375:
54 The following is a list of provided IDs for Armada 380/385:
81 The following is a list of provided IDs for Armada 39x:
95 The following is a list of provided IDs for Armada XP:
122 The following is a list of provided IDs for 98dx3236:
132 The following is a list of provided IDs for Dove:
155 The following is a list of provided IDs for Kirkwood:
H A Dti,sci-clk.txt17 exposed by the PM firmware. The list of valid values for the device IDs
18 and clocks IDs for 66AK2G SoC are documented at
H A Darmada3700-periph-clock.txt12 The following is a list of provided IDs for Armada 3700 North bridge clocks:
33 The following is a list of provided IDs for Armada 3700 South bridge clocks:
H A Dbrcm,iproc-clocks.txt98 These clock IDs are defined in:
162 Northstar Plus. These clock IDs are defined in:
193 These clock IDs are defined in:
254 These clock IDs are defined in:
H A Defm32-clock.txt11 IDs.
H A Dclps711x-clock.txt11 for the full list of CLPS711X clock IDs.
H A Dlsi,axm5516-clks.txt11 supported clock IDs.
H A Dmvebu-corediv-clock.txt3 The following is a list of provided IDs and clock names on Armada 370/XP:
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp66 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable()
115 size_t Count = IDs.size(); in getIDForString()
124 uint32_t ID = IDs[Index]; in getIDForString()
138 return IDs; in name_ids()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAllDiagnosticKinds.inc10 /// Defines the Diagnostic IDs in ID sorted order. The order is dictated by
16 // sure tables based on Diagnostic IDs are partitioned/sorted based on
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def9 // This file provides an x-macro link between AST Type IDs and
10 // their stable serialized bit-code record type IDs.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmc13xxx.txt28 MC13783 LED IDs:
42 MC13892 LED IDs:
50 MC34708 LED IDs:
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp160 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
163 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs()
164 return IDs; in GetWatchpointIDs()
/freebsd/contrib/file/tests/
H A Djson1.testfile12 "IDs": [116, 943, 234, 38793]
/freebsd/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_indexer_src_i.h97 …ocsd_err_t TrcIDBlockMap(const ocsd_trc_index_t src_idx_start, const std::vector<uint8_t> IDs) = 0;
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_hdmi.txt22 - clocks: list of clock IDs from SoC clock driver.
33 - clock-names: aliases as per driver requirements for above clock IDs:
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-bindings.txt39 those names to the integer IDs.
43 IDs that must be provided, or whether to define the set of state names that
83 /* For the same device if using state IDs */
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h52 FixedStreamArray<support::ulittle32_t> IDs; variable

123456