Home
last modified time | relevance | path

Searched refs:CID (Results 1 – 25 of 63) sorted by relevance

123

/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md9 MVP does most of one side of the CID management. The major outstanding items
13 * use more than the just latest CID for packet transmission
19 MVP does not issue multiple connection CIDs, instead it uses a zero length CID.
32 * Supporting migration goes well beyond CID management. The additions required
33 to the CID code should be undertaken when/if connection migration is
64 * routes we've retired until they are acked as being retired (uint64_t max CID)
68 be retransmitted, they'll be done so using a new CID on a new route.
H A Dglossary.md30 **CID:** Connection ID.
93 **LCID:** Local CID. Refers to a CID which will be recognised as identifying a
96 **LCIDM:** Local CID Manager. Tracks LCIDs which have been advertised to a peer.
139 **Numbered CID:** Refers to a Connection ID which has a sequence number assigned
141 number assigned. See also Unnumbered CID.
143 **ODCID:** Original Destination CID. This is the DCID found in the first Initial
228 **RCID:** Remote CID. Refers to a CID which has been provided to us by a peer
230 Unnumbered CID and Numbered CID.
232 **RCIDM:** Remote CID Manager. Tracks RCIDs which have been provided to us by a
323 **Unnumbered CID:** Refers to a CID which does not have a sequence number
[all …]
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h130 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo()
131 CallConstructionID = CID; in setCallInfo()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
90 Scan(M, CID); in Scan()
/src/contrib/ntp/
H A DChangeLog837 * CID 1339955: Free allocated memory in caljulian test. HStenn.
838 * CID 1339962: Explicitly initialize variable in caljulian test. HStenn.
839 * CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c. HStenn.
840 * CID 1341533: Missing assertion in sntp/tests/t-log.c. HStenn.
841 * CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
842 * CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
843 * CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
844 * CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
845 * CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262. HStenn.
846 * CID 1341677: Nits in sntp/tests/keyFile.c. HStenn.
[all …]
/src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h150 void setContextCID(const uint32_t CID);
445 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID() argument
449 context.ctxtID = CID; in setContextCID()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td42 class BinOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
43 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src, CID:$src2),
44 …$dst = "#name#" $src_ty $src $src2", [(set ID:$dst, (assigntype (node CID:$src, CID:$src2), TYPE:$…
46 class TernOpTyped<string name, bits<16> opCode, RegisterClass CCond, RegisterClass CID, SDNode node>
47 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CCond:$cond, CID:$src1, CID:$src2),
48 …ty $cond $src1 $src2", [(set ID:$dst, (assigntype (node CCond:$cond, CID:$src1, CID:$src2), TYPE:$…
99 class UnOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
100 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src),
101 … "$dst = "#name#" $src_ty $src", [(set ID:$dst, (assigntype (node CID:$src), TYPE:$src_ty))]>;
/src/lib/libefivar/
H A Defivar-dp-format.c508 ((EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A03) && (EISA_ID_TO_NUM (AcpiEx->HID) != 0x0A08))) in DevPathToTextAcpiEx()
519 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A08) || (EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A08)) { in DevPathToTextAcpiEx()
546 ((AcpiEx->CID >> 10) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
547 ((AcpiEx->CID >> 5) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
548 ((AcpiEx->CID >> 0) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
549 (AcpiEx->CID >> 16) & 0xFFFF in DevPathToTextAcpiEx()
559 if (AcpiEx->CID == 0) { in DevPathToTextAcpiEx()
/src/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp369 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
370 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName()
372 OS << '(' << *CID << ')'; in mangleObjCMethodName()
H A DDeclPrinter.cpp1541 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1542 Out << *CID; in VisitObjCCategoryImplDecl()
1554 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
1555 Out << *CID; in VisitObjCCategoryDecl()
/src/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md234 `Fix coverity defects: CID dddd, dddd...` where `dddd` represents
235 each CID fixed by the commit.
242 Fix coverity defects: CID 12345, 67890
244 CID 12345: Logically dead code (DEADCODE)
249 CID 67890: Resource Leak (RESOURCE_LEAK)
/src/crypto/heimdal/
H A DChangeLog.20061684 memory Coverity, NetBSD CID#1892
1687 memory Coverity, NetBSD CID#1892
1690 protocol failure, avoid leaking memory Coverity, NetBSD CID#1900
1693 in case of error Coverity, NetBSD CID#1883
1697 Coverity, NetBSD CID#1885
1703 Coverity, NetBSD CID#1882
1706 handling. Coverity, NetBSD CID#2369
1712 easier to read Fixes Coverity, NetBSD CID#625
1715 check. Coverity NetBSD CID#2367
1719 CID#2370
[all …]
/src/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-server-api.md284 ### CID Length Determination
286 Currently a client connection uses a zero-length local CID. Since we want to
288 support a non-zero-length local CID. Equally servers will need to support CIDs.
290 By default when a QLSO is used, we will use a real, non-zero-length CID. If the
292 `QUIC_PORT` internally but specially choose to use a zero-length local CID since
/src/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp899 uint32_t CID = 0; in extractAndSetContextInfo() local
902 CID |= ((uint32_t)m_currPacketData[i+payload_idx] << i*8); in extractAndSetContextInfo()
904 m_curr_packet.setContextCID(CID); in extractAndSetContextInfo()
/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp269 ObjCCategoryImplDecl *CID);
769 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
1083 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1085 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1170 assert((IMD || CID) && "Unknown ImplementationDecl"); in RewriteImplementationDecl()
1172 InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1174 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl()
1187 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl()
1199 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
[all …]
H A DRewriteModernObjC.cpp321 ObjCCategoryImplDecl *CID);
919 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
933 startGetterSetterLoc = IMD ? IMD->getEndLoc() : CID->getEndLoc(); in RewritePropertyImplDecl()
1249 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1251 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1335 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1336 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl()
1348 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1350 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl()
1363 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl()
[all …]
/src/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp582 #define VP_PROPERTY_CONSTRAINEDFP(HASRND, HASEXCEPT, CID) return Intrinsic::CID; in getConstrainedIntrinsicIDForVP() argument
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp769 if (auto CID = VPI.getConstrainedIntrinsicID()) in expandPredication() local
770 if (Value *Call = expandPredicationToFPCall(Builder, VPI, *CID)) in expandPredication()
/src/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h238 UINT32 CID; member
/src/crypto/heimdal/lib/kadm5/
H A DChangeLog282 Fixes Coverity, NetBSD CID#628
285 CID#626
286 (kadm5_log_modify): add error handling Coverity, NetBSD CID#627
289 case no client name was passed in. Coverity, NetBSD CID#919
292 case of error. Coverity NetBSD CID#1908
/src/usr.bin/mkimg/tests/
H A Dimg-1x1-4096-apm.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-4096-bsd.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-512-apm.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-63x255-512-bsd.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-63x255-4096-ebr.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|

123