Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/gcclibs/libcpp/
Ducnid.h55 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00a9 },
56 { C99| 0| 0|CID|NFC| 0| 0, 0, 0x00aa },
57 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00b4 },
58 { C99| 0| 0|CID|NFC| 0| 0, 0, 0x00b5 },
59 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00b6 },
60 { C99| 0| 0|CID|NFC|NKC| 0, 0, 0x00b7 },
61 { 0| 0| 0|CID|NFC| 0| 0, 0, 0x00b9 },
62 { C99| 0| 0|CID|NFC| 0| 0, 0, 0x00ba },
63 { 0| 0| 0|CID|NFC|NKC| 0, 0, 0x00bf },
64 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x00d6 },
[all …]
Dcharset.c797 CID = 8, enumerator
901 else if (ucnranges[mn].flags & CID) in ucn_valid_in_identifier()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineOutliner.h99 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo()
100 CallConstructionID = CID; in setCallInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
91 Scan(M, CID); in Scan()
/freebsd-12-stable/contrib/ntp/
DChangeLog719 * CID 1339955: Free allocated memory in caljulian test. HStenn.
720 * CID 1339962: Explicitly initialize variable in caljulian test. HStenn.
721 * CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c. HStenn.
722 * CID 1341533: Missing assertion in sntp/tests/t-log.c. HStenn.
723 * CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
724 * CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
725 * CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
726 * CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
727 * CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262. HStenn.
728 * CID 1341677: Nits in sntp/tests/keyFile.c. HStenn.
[all …]
/freebsd-12-stable/sbin/iscontrol/
Dlogin.c296 lp->CID = htons(1); in handleChap()
336 lp->CID = htons(1); in authenticate()
382 lp->CID = htons(1); // sess->cid? in loginPhase()
Dfsm.c615 p->CID = htons(1); in startLogout()
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
Dtrc_pkt_elem_etmv4i.h143 void setContextCID(const uint32_t CID);
416 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID() argument
420 context.ctxtID = CID; in setContextCID()
/freebsd-12-stable/sys/dev/iscsi_initiator/
Discsi.h312 int CID:16; member
370 u_int CID:16; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DMangle.cpp362 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
363 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName()
365 OS << '(' << *CID << ')'; in mangleObjCMethodName()
DDeclPrinter.cpp1423 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1424 Out << *CID; in VisitObjCCategoryImplDecl()
1436 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
1437 Out << *CID; in VisitObjCCategoryDecl()
/freebsd-12-stable/crypto/heimdal/
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 …]
/freebsd-12-stable/lib/libefivar/
Defivar-dp-format.c512 ((AcpiEx->CID >> 10) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
513 ((AcpiEx->CID >> 5) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
514 ((AcpiEx->CID >> 0) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
515 (AcpiEx->CID >> 16) & 0xFFFF in DevPathToTextAcpiEx()
546 if (AcpiEx->CID == 0) { in DevPathToTextAcpiEx()
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i_impl.cpp834 uint32_t CID = 0; in extractAndSetContextInfo() local
837 CID |= ((uint32_t)m_currPacketData[i+payload_idx] << i*8); in extractAndSetContextInfo()
839 m_curr_packet.setContextCID(CID); in extractAndSetContextInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
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 …]
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 …]
/freebsd-12-stable/stand/efi/include/
Defidevp.h141 UINT32 CID; member
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
DDevicePath.h245 UINT32 CID; member
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
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
/freebsd-12-stable/usr.bin/mkimg/tests/
Dimg-63x255-512-vtoc8.vmdk.hex11 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
Dimg-63x255-512-ebr.vmdk.hex11 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
Dimg-63x255-512-bsd.vmdk.hex11 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
Dimg-1x1-512-bsd.vmdk.hex11 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
Dimg-63x255-4096-apm.vmdk.hex11 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
Dimg-63x255-4096-vtoc8.vmdk.hex11 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|

123