| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | connection-id-cache.md | 4 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 D | demuxer.md | 39 but with unknown connection IDs: 46 - discard any other packet with unknown connection IDs
|
| H A D | quic-overview.md | 39 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 D | quic-connID-retire.md | 4 * Two connection IDs -- one local, one remote 54 When we want to retire one (or more) connection IDs we have to:
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | Internals.h | 33 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 34 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const; 75 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local 81 return clearDiagnostic(IDs, range); in clearDiagnostic() 85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local 86 return clearDiagnostic(IDs, range); in clearDiagnostic() 94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local 95 return CapturedDiags.hasDiagnostic(IDs, range); in hasDiagnostic()
|
| H A D | TransformActions.cpp | 145 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 164 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 369 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 372 if (!CapturedDiags.hasDiagnostic(IDs, range)) in clearDiagnostic() 378 data.DiagIDs.append(IDs.begin(), IDs.end()); in clearDiagnostic() 501 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic() argument 503 CapturedDiags.clearDiagnostic(IDs, range); in commitClearDiagnostic() 671 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 673 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range); in clearDiagnostic()
|
| H A D | ARCMT.cpp | 29 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument 38 if ((IDs.empty() || // empty means clear all diagnostics in the range. in clearDiagnostic() 39 llvm::is_contained(IDs, I->getID())) && in clearDiagnostic() 59 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument 67 if ((IDs.empty() || // empty means any diagnostic in the range. in hasDiagnostic() 68 llvm::is_contained(IDs, I->getID())) && in hasDiagnostic()
|
| /src/sys/contrib/device-tree/Bindings/clock/ |
| H A D | mvebu-core-clock.txt | 7 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 D | mvebu-gated-clock.txt | 10 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 D | ti,sci-clk.txt | 17 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 D | armada3700-periph-clock.txt | 12 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 D | brcm,iproc-clocks.txt | 98 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 D | efm32-clock.txt | 11 IDs.
|
| H A D | clps711x-clock.txt | 11 for the full list of CLPS711X clock IDs.
|
| H A D | lsi,axm5516-clks.txt | 11 supported clock IDs.
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 66 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()
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 9 // This file provides an x-macro link between AST Type IDs and 10 // their stable serialized bit-code record type IDs.
|
| /src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 162 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local 165 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs() 166 return IDs; in GetWatchpointIDs()
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | mc13xxx.txt | 28 MC13783 LED IDs: 42 MC13892 LED IDs: 50 MC34708 LED IDs:
|
| /src/contrib/file/tests/ |
| H A D | json1.testfile | 12 "IDs": [116, 943, 234, 38793]
|
| /src/contrib/opencsd/decoder/include/interfaces/ |
| H A D | trc_indexer_src_i.h | 97 …ocsd_err_t TrcIDBlockMap(const ocsd_trc_index_t src_idx_start, const std::vector<uint8_t> IDs) = 0;
|
| /src/contrib/wpa/hostapd/ |
| H A D | hostapd.vlan | 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
|
| /src/sys/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos_hdmi.txt | 22 - clocks: list of clock IDs from SoC clock driver. 33 - clock-names: aliases as per driver requirements for above clock IDs:
|
| /src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 39 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 */
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 50 FixedStreamArray<support::ulittle32_t> IDs; variable
|