/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 2 dnl # Checks if host toolchain supports SIMD instructions 38 AC_MSG_CHECKING([whether host toolchain supports SSE]) 46 AC_DEFINE([HAVE_SSE], 1, [Define if host toolchain supports SSE]) 57 AC_MSG_CHECKING([whether host toolchain supports SSE2]) 65 AC_DEFINE([HAVE_SSE2], 1, [Define if host toolchain supports SSE2]) 76 AC_MSG_CHECKING([whether host toolchain supports SSE3]) 85 AC_DEFINE([HAVE_SSE3], 1, [Define if host toolchain supports SSE3]) 96 AC_MSG_CHECKING([whether host toolchain supports SSSE3]) 104 AC_DEFINE([HAVE_SSSE3], 1, [Define if host toolchain supports SSSE3]) 115 AC_MSG_CHECKING([whether host toolchain supports SSE4.1]) [all …]
|
H A D | always-compiler-options.m4 | 23 AC_MSG_CHECKING([whether $CC supports -fsanitize=address]) 70 AC_MSG_CHECKING([whether $CC supports -fsanitize=undefined]) 96 dnl # Check if cc supports -Wframe-larger-than=<size> option. 99 AC_MSG_CHECKING([whether $CC supports -Wframe-larger-than=<size>]) 117 dnl # Check if cc supports -Wno-format-truncation option. 120 AC_MSG_CHECKING([whether $CC supports -Wno-format-truncation]) 138 dnl # Check if cc supports -Wno-format-zero-length option. 141 AC_MSG_CHECKING([whether $CC supports -Wno-format-zero-length]) 159 dnl # Check if cc supports -Wno-clobbered option. 167 AC_MSG_CHECKING([whether $CC supports -Wno-clobbered]) [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 116 PPC_LNX_FEATURE("arch_2_05","CPU supports ISA 205 (eg, POWER6)",PPCF_ARCH205,0x00001000,PPC_FAWORD_… 117 PPC_LNX_FEATURE("arch_2_06","CPU supports ISA 206 (eg, POWER7)",PPCF_ARCH206,0x00000100,PPC_FAWORD_… 118 PPC_LNX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",PPCF_ARCH207,0x80000000,PPC_FAWORD_… 119 PPC_LNX_FEATURE("arch_3_00","CPU supports ISA 30 (eg, POWER9)",PPCF_ARCH30,0x00800000,PPC_FAWORD_HW… 120 PPC_LNX_FEATURE("arch_3_1","CPU supports ISA 31 (eg, POWER10)",PPCF_ARCH31,0x00040000,PPC_FAWORD_HW… 121 PPC_LNX_FEATURE("archpmu","CPU supports the set of compatible performance monitoring events",PPCF_A… 122 PPC_LNX_FEATURE("booke","CPU supports the Embedded ISA category",PPCF_BOOKE,0x00008000,PPC_FAWORD_H… 124 PPC_LNX_FEATURE("darn","CPU supports the darn (deliver a random number) instruction",PPCF_DARN,0x00… 126 PPC_LNX_FEATURE("dscr","CPU supports the data stream control register",PPCF_DSCR,0x20000000,PPC_FAW… 127 PPC_LNX_FEATURE("ebb","CPU supports event base branching",PPCF_EBB,0x10000000,PPC_FAWORD_HWCAP2) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | fsl-sec2.txt | 38 bit 0 = set if SEC supports the aesu_ctr_nonsnoop desc. type 39 bit 1 = set if SEC supports the ipsec_esp descriptor type 40 bit 2 = set if SEC supports the common_nonsnoop desc. type 41 bit 3 = set if SEC supports the 802.11i AES ccmp desc. type 42 bit 4 = set if SEC supports the hmac_snoop_no_afeu desc. type 43 bit 5 = set if SEC supports the srtp descriptor type 44 bit 6 = set if SEC supports the non_hmac_snoop_no_afeu desc.type 45 bit 7 = set if SEC supports the pkeu_assemble descriptor type 46 bit 8 = set if SEC supports the aesu_key_expand_output desc.type 47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | nuvoton,npcm-fiu.txt | 3 NPCM FIU supports single, dual and quad communication interface. 5 The NPCM7XX supports three FIU modules, 6 FIU0 and FIUx supports two chip selects, 9 The NPCM8XX supports four FIU modules, 10 FIU0 and FIUx supports two chip selects, 11 FIU1 and FIU3 supports four chip selects.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRDevices.td | 23 // The device has SRAM, and supports the bare minimum of 37 // The device supports the `JMP k` and `CALL k` instructions. 39 "The device supports the `JMP` and " 42 // The device supports the indirect branches `IJMP` and `ICALL`. 44 "The device supports `IJMP`/`ICALL`" 47 // The device supports the extended indirect branches `EIJMP` and `EICALL`. 49 "The device supports the " 52 // The device supports `ADDI Rd, K`, `SUBI Rd, K`. 63 // The device supports the 16-bit GPR pair MOVW instruction. 65 "The device supports th [all...] |
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | dpll.txt | 7 clock. This clock also typically supports different operation 43 "ssc-deltam" - DPLL supports spread spectrum clocking (SSC), contains 45 "ssc-modfreq" - DPLL supports spread spectrum clocking (SSC), contains 54 - ti,low-power-stop : DPLL supports low power stop mode, gating output 59 - ti,ssc-deltam : DPLL supports spread spectrum clocking, frequency 61 - ti,ssc-modfreq-hz : DPLL supports spread spectrum clocking, spread 63 - ti,ssc-downspread : DPLL supports spread spectrum clocking, boolean
|
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/ |
H A D | tilcdc.txt | 23 - "straight" indicates normal wiring that supports RGB565, 26 crossed. This setup supports BGR565, RGB888 and XRGB8888 29 the legacy mode is assumed. This configuration supports RGB565, 37 supports a single port with a single endpoint.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 47 // True if the floating point unit supports double precision. 49 "Floating point unit supports " 103 // True if subtarget supports half-precision FP conversions. 114 // True if subtarget supports half-precision FP operations. 120 // True if subtarget supports half-precision FP fml operations. 126 // True if subtarget supports [su]div in Thumb mode. 131 // True if subtarget supports [su]div in ARM mode. 138 // True if the subtarget supports DMB / DSB data barrier instructions. 142 // True if the subtarget supports CLREX instructions. 146 // True if the subtarget supports DFB data barrier instruction. [all …]
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 09-alpn.cnf | 13 test-8 = 8-alpn-selected-sni-server-supports-alpn 290 [8-alpn-selected-sni-server-supports-alpn] 291 ssl_conf = 8-alpn-selected-sni-server-supports-alpn-ssl 293 [8-alpn-selected-sni-server-supports-alpn-ssl] 294 server = 8-alpn-selected-sni-server-supports-alpn-server 295 client = 8-alpn-selected-sni-server-supports-alpn-client 296 server2 = 8-alpn-selected-sni-server-supports-alpn-server2 298 [8-alpn-selected-sni-server-supports-alpn-server] 303 [8-alpn-selected-sni-server-supports-alpn-server2] 308 [8-alpn-selected-sni-server-supports-alpn-client] [all …]
|
H A D | 08-npn.cnf | 15 test-10 = 10-npn-selected-sni-server-supports-npn 366 [10-npn-selected-sni-server-supports-npn] 367 ssl_conf = 10-npn-selected-sni-server-supports-npn-ssl 369 [10-npn-selected-sni-server-supports-npn-ssl] 370 server = 10-npn-selected-sni-server-supports-npn-server 371 client = 10-npn-selected-sni-server-supports-npn-client 372 server2 = 10-npn-selected-sni-server-supports-npn-server2 374 [10-npn-selected-sni-server-supports-npn-server] 379 [10-npn-selected-sni-server-supports-npn-server2] 384 [10-npn-selected-sni-server-supports-npn-client] [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lm3692x.txt | 7 LED strings it supports. The LM36922 supports two strings while the LM36923 8 supports three strings.
|
/freebsd/contrib/ldns/m4/ |
H A D | ax_have_poll.m4 | 12 # This macro determines whether the system supports the poll I/O event 19 # [poll], [This platform supports poll(7)], 20 # [HAVE_POLL], [This platform supports poll(7).])
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 51 traditional filesystems and volume managers. It supports data checksums, 107 traditional filesystems and volume managers. It supports data checksums, 121 traditional filesystems and volume managers. It supports data checksums, 135 traditional filesystems and volume managers. It supports data checksums, 203 traditional filesystems and volume managers. It supports data checksums, 221 traditional filesystems and volume managers. It supports data checksums, 237 traditional filesystems and volume managers. It supports data checksums, 268 traditional filesystems and volume managers. It supports data checksums, 286 traditional filesystems and volume managers. It supports data checksums, 321 traditional filesystems and volume managers. It supports data checksums,
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | brcm,ocotp.txt | 5 in Cygnus and supports 32 bit read/write. Use "brcm,ocotp-v2" for the second 6 generation Broadcom OTPC which is used in SoC's such as Stingray and supports
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | mediatek,mtk-xhci.txt | 5 There are two scenarios: the first one only supports xHCI driver; 6 the second one supports dual-role mode, and the host is based on xHCI 10 1st: only supports xHCI driver 50 - usb3-lpm-capable : supports USB3.0 LPM 108 - usb3-lpm-capable : supports USB3.0 LPM
|
/freebsd/contrib/libpcap/ |
H A D | cmakeconfig.h.in | 153 /* target host supports Solaris "any" device */ 304 /* target host supports Bluetooth sniffing */ 307 /* target host supports Bluetooth Monitor */ 313 /* target host supports DPDK */ 316 /* target host supports Linux usbmon for USB sniffing */ 319 /* target host supports netfilter sniffing */ 322 /* target host supports netmap */ 325 /* target host supports RDMA sniffing */
|
H A D | config.h.in | 159 /* target host supports Solaris "any" device */ 301 /* target host supports Bluetooth sniffing */ 304 /* target host supports Bluetooth Monitor */ 310 /* target host supports DPDK */ 313 /* target host supports Linux usbmon for USB sniffing */ 316 /* target host supports netfilter sniffing */ 319 /* target host supports netmap */ 322 /* target host supports RDMA sniffing */
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a774a1-hihope-rzg2m-ex-mipi-2.1.dts | 19 * On RZ/G2M SoC LSI V1.3 CSI40 supports only 4 lane mode. 21 * imx219 as the imx219 endpoint driver supports only 2 lane mode.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | blcr | 9 # Uncomment the following only of your "file" program supports "search" 21 # Uncomment the following only of your "file" program supports "search"
|
/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | aspeed-sdram-edac.txt | 3 The Aspeed BMC SoC supports DDR3 and DDR4 memory with and without ECC (error 6 The memory controller supports SECDED (single bit error correction, double bit
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ld-output-def.m4 | 11 # Check if linker supports -Wl,--output-def and define automake 15 AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def],
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-nmk.txt | 18 - st,supports-sleepmode : Specifies whether controller can sleep or not 29 st,supports-sleepmode;
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | rtc-palmas.txt | 11 TPS80036 supports the backup battery for powering the RTC when main 17 backup battery. Device supports the < 100uA and > 100uA charging.
|
/freebsd/contrib/byacc/ |
H A D | config_h.in | 6 /* Define to 1 if the compiler supports gcc-like printf attribute. */ 12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */ 78 /* Define to 1 if filesystem supports mixed-case filenames. */
|