Home
last modified time | relevance | path

Searched refs:DSC (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_vms.c209 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()
210 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_load()
213 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()
214 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_load()
314 symname_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_bind_sym()
315 symname_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_bind_sym()
340 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_bind_sym()
341 errstring_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_bind_sym()
440 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_merger()
441 errstring_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_merger()
/freebsd/crypto/openssl/crypto/
H A DLPdir_vms.c140 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()
141 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S; in LP_find_file()
146 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()
147 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D; in LP_find_file()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_log.c321 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
322 buf_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
335 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
336 opc_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1555 static bool isTypeSpecifier(DeclSpecContext DSC) { in isTypeSpecifier() argument
1556 switch (DSC) { in isTypeSpecifier()
1597 isDefiningTypeSpecifierContext(DeclSpecContext DSC, bool IsCPlusPlus) { in isDefiningTypeSpecifierContext() argument
1598 switch (DSC) { in isDefiningTypeSpecifierContext()
1628 static bool isOpaqueEnumDeclarationContext(DeclSpecContext DSC) { in isOpaqueEnumDeclarationContext() argument
1629 switch (DSC) { in isOpaqueEnumDeclarationContext()
1654 static bool isClassTemplateDeductionContext(DeclSpecContext DSC) { in isClassTemplateDeductionContext() argument
1655 switch (DSC) { in isClassTemplateDeductionContext()
1679 getImplicitTypenameContext(DeclSpecContext DSC) { in getImplicitTypenameContext() argument
1680 switch (DSC) { in getImplicitTypenameContext()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h126 explicit GraphRenderer(const FuncIdConversionHelper &FuncIdHelper, bool DSC) in GraphRenderer() argument
127 : FuncIdHelper(FuncIdHelper), DeduceSiblingCalls(DSC), in GraphRenderer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp458 enum class StringLayout { CSD, DSC }; enumerator
494 *index_or_err == 0 ? StringLayout::DSC : StringLayout::CSD; in ExtractLibcxxStringInfo()
519 uint8_t mode_mask = layout == StringLayout::DSC ? 0x80 : 1; in ExtractLibcxxStringInfo()
526 size = (layout == StringLayout::DSC) ? size_mode_value in ExtractLibcxxStringInfo()
/freebsd/crypto/openssl/apps/lib/
H A Dvms_term_sock.c300 struct dsc$descriptor AscTimeDesc = { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, NULL }; in CreateSocketPair()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp47 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context); in ParseTypeName() local
48 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
49 DSC = DeclSpecContext::DSC_type_specifier; in ParseTypeName()
55 ParseSpecifierQualifierList(DS, AS, DSC); in ParseTypeName()
2725 AccessSpecifier AS, DeclSpecContext DSC) { in ParseSpecifierQualifierList() argument
2730 ParseDeclarationSpecifiers(DS, TemplateInfo, AS, DSC, nullptr, in ParseSpecifierQualifierList()
2735 if (isTypeSpecifier(DSC) && !DS.hasTypeSpecifier()) { in ParseSpecifierQualifierList()
2768 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) { in ParseSpecifierQualifierList()
2801 AccessSpecifier AS, DeclSpecContext DSC, in ParseImplicitInt() argument
2825 if (!isTypeSpecifier(DSC) && getLangOpts().isImplicitIntAllowed() && in ParseImplicitInt()
[all …]
H A DParseDeclCXX.cpp1551 DeclSpecContext DSC, in ParseClassSpecifier() argument
1854 else if (isDefiningTypeSpecifierContext(DSC, getLangOpts().CPlusPlus) == in ParseClassSpecifier()
1859 (DSC != DeclSpecContext::DSC_association && in ParseClassSpecifier()
1922 } else if (!isTypeSpecifier(DSC) && in ParseClassSpecifier()
2145 DSC == DeclSpecContext::DSC_type_specifier, in ParseClassSpecifier()
2146 DSC == DeclSpecContext::DSC_template_param || in ParseClassSpecifier()
2147 DSC == DeclSpecContext::DSC_template_type_arg, in ParseClassSpecifier()
2230 (getLangOpts().CPlusPlus || !isTypeSpecifier(DSC)) && in ParseClassSpecifier()
H A DParseOpenMP.cpp520 Parser::DeclSpecContext DSC = Parser::DeclSpecContext::DSC_type_specifier; in parseOpenMPDeclareMapperVarDecl() local
522 ParseSpecifierQualifierList(DS, AS, DSC); in parseOpenMPDeclareMapperVarDecl()
/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.c444 USB_QUIRK_REV(SONY, DSC, 0x0500, 0x0500, UQ_MSC_FORCE_WIRE_CBI,
446 USB_QUIRK_REV(SONY, DSC, 0x0600, 0x0600, UQ_MSC_FORCE_WIRE_CBI,
448 USB_QUIRK(SONY, DSC, UQ_MSC_FORCE_WIRE_CBI, UQ_MSC_FORCE_PROTO_RBC),
/freebsd/contrib/file/magic/Magdir/
H A Dprinter12 >>11 string >\0 DSC level %.3s
23 >>12 string >\0 DSC level %.3s
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,scu.txt13 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
/freebsd/share/misc/
H A Dusb_vendors4627 0402 DSC D100 (ptp)
4631 0406 DSC D70 (ptp)
4636 040e DSC D70s (ptp)
5126 0108 FinePix F601 Zoom (DSC)
5128 010a FinePix S602 (Pro) Zoom (DSC)
5131 010e FinePix F402 Zoom (DSC)
5133 0110 FinePix M603 Zoom (DSC)
5135 0112 FinePix A202, A200 Zoom (DSC)
5137 0114 FinePix F401 Zoom (DSC)
5139 0116 FinePix A203 Zoom (DSC)
[all …]
H A Dpci_vendors17462 1241 DSC Communications
18846 0020 DSC-100
18847 0030 DSC-200/300
18858 0181 DSC-100
18862 01b1 DSC-200/300
27472 1000 DSC Capri Upstream Port
27476 1dd8 4007 DSP DSC-25 Ent 10/25G OCP3 Card
27477 1dd8 4008 DSP DSC-25 10/25G 2p SFP28 Card
27478 1dd8 400a DSC-100 40/100G 2-port 8G RAM 16G eMMC G1 Services Card
27479 1dd8 400c DSC-25 10/25G 2-port 4G RAM 8G eMMC G1 Services Card
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs4646 product SONY DSC 0x0010 DSC cameras
5138 product ZORAN EX20DSC 0x4343 Digital Camera EX-20 DSC