Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libcpp/
HDidentifiers.c71 s->n_defined = cpp_lookup (pfile, DSC("defined")); in _cpp_init_hashtable()
72 s->n_true = cpp_lookup (pfile, DSC("true")); in _cpp_init_hashtable()
73 s->n_false = cpp_lookup (pfile, DSC("false")); in _cpp_init_hashtable()
74 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); in _cpp_init_hashtable()
HDpch.c639 s->n_defined = cpp_lookup (r, DSC("defined")); in cpp_read_state()
640 s->n_true = cpp_lookup (r, DSC("true")); in cpp_read_state()
641 s->n_false = cpp_lookup (r, DSC("false")); in cpp_read_state()
642 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); in cpp_read_state()
HDinternal.h635 #define DSC(str) (const unsigned char *)str, sizeof str - 1 macro
HDinit.c305 #define B(n, t) { DSC(n), t }
HDmacro.c1657 if (! ustrncmp (NODE_NAME (node), DSC ("__STDC_"))) in _cpp_create_definition()
/NextBSD/crypto/openssl/crypto/bio/
HDbss_log.c402 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
403 buf_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
416 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
417 opc_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
/NextBSD/contrib/file/magic/Magdir/
HDprinter12 >>11 string >\0 DSC level %.3s
23 >>12 string >\0 DSC level %.3s
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp46 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context); in ParseTypeName() local
47 if (DSC == DSC_normal) in ParseTypeName()
48 DSC = DSC_type_specifier; in ParseTypeName()
54 ParseSpecifierQualifierList(DS, AS, DSC); in ParseTypeName()
2137 DeclSpecContext DSC) { in ParseSpecifierQualifierList() argument
2141 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC); in ParseSpecifierQualifierList()
2145 if (isTypeSpecifier(DSC) && !DS.hasTypeSpecifier()) { in ParseSpecifierQualifierList()
2176 if (DS.isConstexprSpecified() && DSC != DSC_condition) { in ParseSpecifierQualifierList()
2218 AccessSpecifier AS, DeclSpecContext DSC, in ParseImplicitInt() argument
2242 if (!isTypeSpecifier(DSC) && !getLangOpts().CPlusPlus && in ParseImplicitInt()
[all …]
HDParseDeclCXX.cpp1195 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier() argument
1435 if (DSC == DSC_trailing) in ParseClassSpecifier()
1486 } else if (!isTypeSpecifier(DSC) && in ParseClassSpecifier()
1703 DSC == DSC_type_specifier, in ParseClassSpecifier()
1763 (getLangOpts().CPlusPlus || !isTypeSpecifier(DSC)) && in ParseClassSpecifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1765 static bool isTypeSpecifier(DeclSpecContext DSC) { in isTypeSpecifier() argument
1766 switch (DSC) { in isTypeSpecifier()
1821 AccessSpecifier AS, DeclSpecContext DSC,
1827 DeclSpecContext DSC = DSC_normal,
1834 DeclSpecContext DSC = DSC_normal);
1841 AccessSpecifier AS, DeclSpecContext DSC);
2372 DeclSpecContext DSC,
/NextBSD/sys/dev/usb/quirk/
HDusb_quirk.c391 USB_QUIRK(SONY, DSC, 0x0500, 0x0500, UQ_MSC_FORCE_WIRE_CBI,
393 USB_QUIRK(SONY, DSC, 0x0600, 0x0600, UQ_MSC_FORCE_WIRE_CBI,
395 USB_QUIRK(SONY, DSC, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_CBI,
/NextBSD/sys/dev/usb/
HDusbdevs4259 product SONY DSC 0x0010 DSC cameras
4678 product ZORAN EX20DSC 0x4343 Digital Camera EX-20 DSC
/NextBSD/contrib/binutils/gas/
HDChangeLog-92955834 DSC$K_DTYPE_FC and DSC$K_DTYPE_DC macros in <descrip.h>.
6026 DSC$K_DTYPE_QU and DSC$K_DTYPE_Q macros in <descrip.h>. The
/NextBSD/contrib/groff/
HDChangeLog821 * src/devices/grops/grops.man: Add more info on DSC.
/NextBSD/contrib/groff/doc/
HDgroff-21489 Conventions" (DSC); the command searches for a `%%BoundingBox'
HDgroff.texinfo13243 Adobe's @dfn{Document Structuring Conventions} (DSC);
/NextBSD/share/misc/
HDpci_vendors13519 1241 DSC Communications
14522 0020 DSC-100
14523 0030 DSC-200/300
/NextBSD/contrib/gcc/
HDChangeLog-20005288 _cpp_handle_directive, DSC): New.
HDChangeLog-200224964 * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,