Searched refs:CID (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A 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|NF
230 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x095f }, variable
259 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x09dd }, variable
261 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x09df }, variable
279 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x0a33 }, variable
282 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x0a36 }, variable
293 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x0a5b }, variable
296 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x0a5e }, variable
355 { C99| 0|CXX|CID| 0| 0| 0, 0, 0x0b5d }, variable
709 { C99| 0| 0|CID| 0| 0| 0, 0, 0x212a }, variable
758 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb1f }, variable
760 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb36 }, variable
762 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb3c }, variable
764 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb3e }, variable
766 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb41 }, variable
768 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb44 }, variable
770 { 0| 0|CXX|CID| 0| 0| 0, 0, 0xfb4e }, variable
[all...]
H A Dcharset.c798 CID = 8,
902 else if (ucnranges[mn].flags & CID)
797 CID = 8, enumerator in enum:__anon1267
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatmreg.h44 #define HE_VPI(CID) (((CID) >> HE_CONFIG_VCI_BITS) & HE_VPI_MASK)
45 #define HE_VCI(CID) ((CID) & HE_VCI_MASK)
407 #define HE_REGO_TSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR))
408 #define HE_REGO_TSRB(BASE,CID,NR) ((BASE) + ((CID) << 2) + (NR))
409 #define HE_REGO_TSRC(BASE,CID,NR) ((BASE) + ((CID) <<
[all...]
H A Dif_hatmvar.h175 uint32_t cid; /* CID */
331 * (CID). This structure must begin with the atmio_vcc.
542 #define READ_TSR(SC,CID,NR) \
546 _v = READ_TCM4(SC, HE_REGO_TSRA(0,CID,NR)); \
548 _v = READ_TCM4(SC, HE_REGO_TSRB((SC)->tsrb,CID,(NR-8)));\
550 _v = READ_TCM4(SC, HE_REGO_TSRC((SC)->tsrc,CID,(NR-12)));\
552 _v = READ_TCM4(SC, HE_REGO_TSRD((SC)->tsrd,CID)); \
557 #define WRITE_TSR(SC,CID,NR,BEN,VAL) \
560 WRITE_TCM(SC, HE_REGO_TSRA(0,CID,NR),BEN,VAL); \
562 WRITE_TCM(SC, HE_REGO_TSRB((SC)->tsrb,CID,(N
[all...]
/freebsd-9.3-release/sys/dev/patm/
H A Didt77252reg.h273 #define IDT_RSQE_VPI(CID) (((CID) >> 16) & 0xff)
274 #define IDT_RSQE_VCI(CID) ((CID) & 0xffff)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp247 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
248 OS << '(' << *CID << ')'; local
H A DDeclObjC.cpp1676 const ObjCCategoryImplDecl &CID) {
1677 OS << CID.getName();
1675 operator <<(raw_ostream &OS, const ObjCCategoryImplDecl &CID) argument
H A DExpr.cpp656 if (const ObjCCategoryImplDecl *CID =
658 Out << '(' << *CID << ')'; local
H A DASTContext.cpp4944 if (const ObjCCategoryImplDecl *CID =
4947 i = CID->propimpl_begin(), e = CID->propimpl_end();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp96 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
97 Scan(M, CID);
/freebsd-9.3-release/sbin/iscontrol/
H A Dlogin.c294 lp->CID = htons(1);
334 lp->CID = htons(1);
380 lp->CID = htons(1); // sess->cid?
H A Dfsm.c612 p->CID = htons(1);
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Discsi.h310 int CID:16; member in struct:login_req
368 u_int CID:16; member in struct:logout_req
/freebsd-9.3-release/sys/boot/efi/include/
H A Defidevp.h143 UINT32 CID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp276 ObjCCategoryImplDecl *CID);
770 ObjCCategoryImplDecl *CID) {
1092 if (ObjCCategoryImplDecl *CID =
1094 NameStr += CID->getNameAsString();
1178 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); local
1180 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1183 I = IMD ? IMD->instmeth_begin() : CID->instmeth_begin(),
1184 E = IMD ? IMD->instmeth_end() : CID->instmeth_end();
1198 I = IMD ? IMD->classmeth_begin() : CID->classmeth_begin(),
1199 E = IMD ? IMD->classmeth_end() : CID
768 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteModernObjC.cpp330 ObjCCategoryImplDecl *CID);
932 ObjCCategoryImplDecl *CID) {
947 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
1288 if (ObjCCategoryImplDecl *CID =
1290 NameStr += CID->getNameAsString();
1374 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); local
1386 InsertText(CID->getLocStart(), "// ");
1389 I = IMD ? IMD->instmeth_begin() : CID->instmeth_begin(),
1390 E = IMD ? IMD->instmeth_end() : CID->instmeth_end();
1404 I = IMD ? IMD->classmeth_begin() : CID
930 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1794 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3518 if (const ObjCInterfaceDecl *CID =
3520 if (CID != IDecl)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4977 if (const ObjCCategoryImplDecl *CID =
4979 OS << '(' << *CID << ')'; local

Completed in 513 milliseconds