/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticSerializationKinds.td | 22 "%select{precompiled header|module file|AST file}1 '%2' was built" 23 ": %select{size|mtime|content}3 changed">, 36 "%select{AST file was|current translation unit is}0 compiled with the target " 37 "feature '%1' but the %select{current translation unit is|AST file was}0 " 39 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in " 40 "PCH file but is currently %select{disabled|enabled}2">; 60 "%select{PCH|module|AST}0 file '%1' not found%select{|: %3}2">, DefaultFatal; 62 "%select{PCH|module|AST}0 file '%1' is out of date and " 63 "needs to be rebuilt%select{|: %3}2">, DefaultFatal; 65 "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file">, DefaultFatal; [all …]
|
H A D | DiagnosticASTKinds.td | 14 "%select{reinterpret_cast|dynamic_cast|cast that performs the conversions of" 16 "%select{| in C++ standards before C++20||}0">; 27 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot " 40 "%select{|||||virtual function called on|dynamic_cast applied to|" 44 "reference dynamic_cast failed: %select{" 55 "%select{pointer|reference}0 to %select{|subobject of }1" 56 "%select{temporary|%3}2 is not a constant expression">; 61 "%select{pointer|reference}0 to %select{|subobject of }1" 64 "%select{pointer|reference}0 to a consteval declaration " 67 "%select{|sub}0object of type %1 is not initialized">; [all …]
|
H A D | DiagnosticCommentKinds.td | 50 "empty paragraph passed to '%select{\\|@}0%1' command">, 54 "duplicated command '%select{\\|@}0%1'">, 58 "previous command '%select{\\|@}0%1' here">; 61 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">; 75 "'%select{\\|@}0param' command used in a comment that is not attached to " 80 "'%select{\\|@}0%select{function|functiongroup|method|methodgroup|callback}1' " 82 "%select{a function|a function|an Objective-C method|an Objective-C method|" 87 "'%select{\\|@}0%select{class|interface|protocol|struct|union}1' " 89 "non-%select{class|interface|protocol|struct|union}2 declaration">, 93 "'%select{\\|@}0%select{classdesign|coclass|dependency|helper" [all …]
|
H A D | DiagnosticSemaKinds.td | 22 "variable%select{s| %1|s %1 and %2|s %1, %2, and %3|s %1, %2, %3, and %4}0 " 26 "variable %0 is %select{decremented|incremented}1 both in the loop header " 29 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">; 46 "using %select{integer|floating point|complex}1 absolute value function %0 " 47 "when argument is of %select{integer|floating point|complex}2 type">, 51 "taking the absolute value of %select{pointer|function|array}0 type %1 is suspicious">, 56 "%select{a value and unsigned zero|unsigned zero and a value}0 " 72 "expression is not an %select{integer|integral}0 constant expression">; 74 "expression is not an %select{integer|integral}0 constant expression; " 84 "%select{case value|enumerator value|non-type template argument|" [all …]
|
H A D | DiagnosticCommonKinds.td | 18 "%select{<ERROR>|constexpr|consteval|constinit}0">; 56 "%select{in %1|for diagnostic message in static_assert|" 58 "for %select{language|source container}1 name in " 90 "only special member functions %select{|and comparison operators }0" 100 "module '%0' %select{is incompatible with|requires}1 feature '%2'">; 102 "%select{|umbrella }0header '%1' not found">; 150 "%select{OpenCL C|C++ for OpenCL}0 version %1 does not support the " 151 "'%2' %select{type qualifier|storage class specifier}3">; 156 "must use '%1' tag to refer to type %0%select{| in this scope}2">; 173 "%select{data member |non-public member function |static member function |" [all …]
|
H A D | DiagnosticParseKinds.td | 41 "extra ';' %select{" 60 "the previous '%select{if|else|for|while}0'">, 66 "%select{%1 and |}0%2 tokens " 67 "%select{introducing statement expression|terminating statement expression|" 74 "%select{|second }0%1 token is here">; 82 "%select{here|for the remainder of the translation unit}1">, 125 "%select{|; missing list of enumerators?}0">, 128 "reference to enumeration must use 'enum' not 'enum %select{struct|class}0'">, 150 "dependent %select{__if_not_exists|__if_exists}0 declarations are ignored">, 300 "cannot use %select{unicode|wide|an empty}0 string literal in 'asm'">; [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | obj_pcrs.c | 191 TPM_PCR_SELECTION *select = &(pcrComp->select); in obj_pcrs_set_values() local 194 for (i = 0; i < select->sizeOfSelect * 8; i++) { in obj_pcrs_set_values() 195 if (select->pcrSelect[i / 8] & (1 << (i % 8))) { in obj_pcrs_set_values() 213 TPM_PCR_SELECTION *select; in obj_pcrs_set_value() local 225 select = &pcrs->info.info11.pcrSelection; in obj_pcrs_set_value() 230 select = &pcrs->info.infoshort.pcrSelection; in obj_pcrs_set_value() 235 select = &pcrs->info.infolong.releasePCRSelection; in obj_pcrs_set_value() 246 if (select->pcrSelect == NULL) { in obj_pcrs_set_value() 247 if ((select->pcrSelect = malloc(bytes_to_hold)) == NULL) { in obj_pcrs_set_value() 252 select->sizeOfSelect = bytes_to_hold; in obj_pcrs_set_value() [all …]
|
H A D | tsp_pcr.c | 60 pcrs_calc_composite(TPM_PCR_SELECTION *select, TPM_PCRVALUE *arrayOfPcrs, TPM_DIGEST *digestOut) in pcrs_calc_composite() argument 69 if (select->sizeOfSelect > 0) { in pcrs_calc_composite() 71 Trspi_LoadBlob_PCR_SELECTION(&sizeOffset, hashBlob, select); in pcrs_calc_composite() 74 for (size = 0; size < select->sizeOfSelect; size++) { in pcrs_calc_composite() 76 if (select->pcrSelect[size] & mask) { in pcrs_calc_composite() 99 TPM_PCR_SELECTION *select) in pcrs_sanity_check_selection() argument 113 if (bytes_to_hold > select->sizeOfSelect) { in pcrs_sanity_check_selection() 114 if ((select->pcrSelect = realloc(select->pcrSelect, bytes_to_hold)) == NULL) { in pcrs_sanity_check_selection() 119 __tspi_memset(&select->pcrSelect[select->sizeOfSelect], 0, in pcrs_sanity_check_selection() 120 bytes_to_hold - select->sizeOfSelect); in pcrs_sanity_check_selection() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | Kconfig | 5 select IOMMU_API 6 select FW_LOADER 7 select DRM_KMS_HELPER 8 select DRM_TTM 9 select BACKLIGHT_CLASS_DEVICE if DRM_NOUVEAU_BACKLIGHT 10 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT 11 select X86_PLATFORM_DEVICES if ACPI && X86 12 select ACPI_WMI if ACPI && X86 13 select MXM_WMI if ACPI && X86 14 select POWER_SUPPLY [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/features/ |
H A D | number-regs.xsl | 3 <xsl:variable name="total" select="count(//reg)"/> 5 <xsl:param name="which" select="1"/> 6 <xsl:param name="nextnum" select="0"/> 7 <xsl:variable name="thisnum" select="@regnum"/> 9 <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute> 10 <xsl:attribute name="bitsize"><xsl:value-of select="@bitsize"/></xsl:attribute> 13 <xsl:attribute name="regnum"><xsl:value-of select="$nextnum"/></xsl:attribute> 16 <xsl:attribute name="regnum"><xsl:value-of select="@regnum"/></xsl:attribute> 21 <xsl:for-each select="/descendant::reg[$which + 1]"> 25 <xsl:with-param name="which" select="$which + 1"/> [all …]
|
H A D | gdbserver-regs.xsl | 5 <xsl:variable name="total" select="count(//reg)"/> 8 <xsl:param name="count" select="0"/> 13 <xsl:with-param name="count" select="$count - 1"/> 19 <xsl:param name="which" select="1"/> 20 <xsl:param name="nextnum" select="0"/> 21 <xsl:variable name="thisnum" select="@regnum"/> 24 <xsl:with-param name="count" select="@regnum - $nextnum"/> 27 <xsl:value-of select="@bitsize"/> 29 <xsl:value-of select="@name"/> 33 <xsl:for-each select="/descendant::reg[$which + 1]"> [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/features/ |
H A D | number-regs.xsl | 3 <xsl:variable name="total" select="count(//reg)"/> 5 <xsl:param name="which" select="1"/> 6 <xsl:param name="nextnum" select="0"/> 7 <xsl:variable name="thisnum" select="@regnum"/> 9 <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute> 10 <xsl:attribute name="bitsize"><xsl:value-of select="@bitsize"/></xsl:attribute> 13 <xsl:attribute name="regnum"><xsl:value-of select="$nextnum"/></xsl:attribute> 16 <xsl:attribute name="regnum"><xsl:value-of select="@regnum"/></xsl:attribute> 21 <xsl:for-each select="/descendant::reg[$which + 1]"> 25 <xsl:with-param name="which" select="$which + 1"/> [all …]
|
H A D | gdbserver-regs.xsl | 5 <xsl:variable name="total" select="count(//reg)"/> 8 <xsl:param name="count" select="0"/> 13 <xsl:with-param name="count" select="$count - 1"/> 19 <xsl:param name="which" select="1"/> 20 <xsl:param name="nextnum" select="0"/> 21 <xsl:variable name="thisnum" select="@regnum"/> 24 <xsl:with-param name="count" select="@regnum - $nextnum"/> 27 <xsl:value-of select="@bitsize"/> 29 <xsl:value-of select="@name"/> 33 <xsl:for-each select="/descendant::reg[$which + 1]"> [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | Kconfig | 11 select DRM_PANEL_ORIENTATION_QUIRKS 12 select HDMI 13 select FB_CMDLINE 14 select I2C 15 select I2C_ALGOBIT 16 select DMA_SHARED_BUFFER 17 select SYNC_FILE 20 introduced in XFree86 4.0. If you say Y here, you need to select 24 details. You should also select and configure AGP 48 select STACKDEPOT [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | Kconfig | 6 select INTEL_GTT 7 select INTERVAL_TREE 10 select SHMEM 11 select TMPFS 12 select DRM_KMS_HELPER 13 select DRM_PANEL 14 select DRM_MIPI_DSI 15 select RELAY 16 select IRQ_WORK 18 # but for select to work, need to select ACPI_VIDEO's dependencies, ick [all …]
|
H A D | Kconfig.debug | 22 select DEBUG_FS 23 select PREEMPT_COUNT 24 select I2C_CHARDEV 25 select STACKDEPOT 26 select DRM_DP_AUX_CHARDEV 27 select X86_MSR # used by igt/pm_rpm 28 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 29 select DRM_DEBUG_MM if DRM=y 30 select DRM_EXPORT_FOR_TESTS if m 31 select DRM_DEBUG_SELFTEST [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | Kconfig | 5 select FB_DEFERRED_IO 6 select FB_CFB_FILLRECT 7 select FB_CFB_COPYAREA 8 select FB_CFB_IMAGEBLIT 9 select DRM_TTM 10 select FB 11 select MAPPING_DIRTY_HELPERS 14 select DRM_KMS_HELPER
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | select.m4 | 1 # select.m4 serial 13 16 dnl On Interix 3.5, select(0, NULL, NULL, NULL, timeout) fails with error 18 AC_CHECK_HEADERS_ONCE([sys/select.h]) 19 AC_CACHE_CHECK([whether select supports a 0 argument], 26 #include <sys/select.h> 33 return select (0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &timeout) < 0; 51 dnl On FreeBSD 8.2, select() doesn't always reject bad fds. 52 AC_CACHE_CHECK([whether select detects invalid fds], 59 # include <sys/select.h> 73 return select (17, &set, NULL, NULL, &timeout) != -1 || errno != EBADF; [all …]
|
H A D | sys_select_h.m4 | 11 AC_CACHE_CHECK([whether <sys/select.h> is self-contained], 15 dnl 1. On many platforms, <sys/select.h> assumes prior inclusion of 17 dnl 2. On OSF/1 4.0, <sys/select.h> provides only a forward declaration 19 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/select.h>]], 24 dnl 3. On Solaris 10, <sys/select.h> provides an FD_ZERO implementation 28 [AC_LANG_PROGRAM([[#include <sys/select.h>]], 32 [AC_LANG_PROGRAM([[#include <sys/select.h>]], [[ 56 dnl <sys/select.h> is always overridden, because of GNULIB_POSIXCHECK. 57 gl_CHECK_NEXT_HEADERS([sys/select.h]) 74 #include <sys/select.h> [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | sunos57-select.m4 | 3 dnl See if select() on a /dev/null fd hangs when timeout is NULL. 9 dnl in the select set and timeout == NULL, the select will hang. 11 dnl If the test fails, then arrange to use select only via a wrapper 17 AC_CACHE_CHECK([whether select hangs on /dev/null fd when timeout is NULL], 21 #include <sys/select.h> 36 while ((numfds = select (fd + 1, &readfds, NULL, NULL, &timeout)) < 0 48 AC_LIBOBJ(sunos57-select) 49 AC_DEFINE(select, rpl_select, definition
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | sys_select.in.h | 302 # undef select 303 # define select rpl_select 305 _GL_FUNCDECL_RPL (select, int, 308 _GL_CXXALIAS_RPL (select, int, 312 _GL_CXXALIAS_SYS (select, int, 316 _GL_CXXALIASWARN (select); 318 # undef select 319 # define select select_used_without_requesting_gnulib_module_select 321 # undef select 323 _GL_WARN_ON_USE (select, "select is not always POSIX compliant - "
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | inclhack.def | 33 select = "define fopen fopen64"; 75 select = "define open[ \t]open64"; 206 select = 371 select = "/\\*\t@\\(#\\)" 506 select = "#define[ \t]static_assert[ \t]_Static_assert"; 520 select = "#define[ \t]_Complex_I[ \t]__I"; 556 select = "#ifndef _KERNEL\n" 573 select = "#endif /\\* COMPAT_43 \\*/\n" 590 select = "#if !defined\\(__cplusplus\\) \\|\\| defined\\(__STDC_FORMAT_MACROS\\)"; 603 select = "#ifdef __cplusplus\n" [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | inclhack.def | 33 select = "define fopen fopen64"; 75 select = "define open[ \t]open64"; 206 select = 371 select = "/\\*\t@\\(#\\)" 506 select = "#define[ \t]static_assert[ \t]_Static_assert"; 520 select = "#define[ \t]_Complex_I[ \t]__I"; 556 select = "#ifdef __cplusplus"; 568 select = "#else /\\* __cplusplus \\*/"; 583 select = "#ifdef __cplusplus"; 597 select = "^struct fc_softc \\{"; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips64r6InstrInfo.td | 209 def : MipsPat<(select i64:$cond, i64:$t, i64:$f), 213 def : MipsPat<(select (i32 (seteq i64:$cond, immz)), i64:$t, i64:$f), 217 def : MipsPat<(select (i32 (setne i64:$cond, immz)), i64:$t, i64:$f), 221 def : MipsPat<(select (i32 (seteq i64:$cond, immZExt16_64:$imm)), i64:$t, i64:$f), 225 def : MipsPat<(select (i32 (setne i64:$cond, immZExt16_64:$imm)), i64:$t, i64:$f), 230 (select (i32 (setgt i64:$cond, immSExt16Plus1:$imm)), i64:$t, i64:$f), 239 (select (i32 (setugt i64:$cond, immSExt16Plus1:$imm)), i64:$t, i64:$f), 248 def : MipsPat<(select (i32 (setne i64:$cond, immz)), i64:$t, immz), 250 def : MipsPat<(select (i32 (seteq i64:$cond, immz)), i64:$t, immz), 252 def : MipsPat<(select (i32 (setne i64:$cond, immz)), immz, i64:$f), [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
H A D | Kconfig | 5 select DRM_KMS_HELPER 6 select DRM_VRAM_HELPER 7 select DRM_TTM 8 select DRM_TTM_HELPER 9 select GENERIC_ALLOCATOR
|