Home
last modified time | relevance | path

Searched refs:Support (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/freebsd-13.1/lib/clang/libllvmminimal/
H A DMakefile10 SRCS+= Support/ABIBreak.cpp
11 SRCS+= Support/APFloat.cpp
12 SRCS+= Support/APInt.cpp
14 SRCS+= Support/Atomic.cpp
20 SRCS+= Support/Debug.cpp
22 SRCS+= Support/Errno.cpp
23 SRCS+= Support/Error.cpp
30 SRCS+= Support/Host.cpp
33 SRCS+= Support/JSON.cpp
36 SRCS+= Support/MD5.cpp
[all …]
/freebsd-13.1/contrib/libfido2/
H A DNEWS4 ** Support for Windows's native webauthn API.
5 ** Support for attestation format 'none'.
25 ** Support for FIDO 2.1 authenticator configuration.
26 ** Support for FIDO 2.1 UV token permissions.
76 ** Support for configurable report lengths.
98 ** Support for FreeBSD.
99 ** Support for C++.
100 ** Support for MSYS.
119 ** Support for biometric enrollment.
120 ** Support for OpenBSD.
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile846 SRCS_EXT+= MCA/Support.cpp
916 SRCS_MIN+= Support/APInt.cpp
931 SRCS_MIW+= Support/COM.cpp
932 SRCS_MIN+= Support/CRC.cpp
941 SRCS_MIN+= Support/DJB.cpp
943 SRCS_MIN+= Support/Debug.cpp
962 SRCS_MIN+= Support/Host.cpp
968 SRCS_MIN+= Support/JSON.cpp
975 SRCS_MIN+= Support/MD5.cpp
986 SRCS_MIN+= Support/Path.cpp
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td67 "Support 64-bit FP registers">;
69 "Support for FPXX">;
106 "Mips4", "MIPS IV ISA Support",
116 "Mips32 ISA Support",
120 "Mips32r2", "Mips32r2 ISA Support",
124 "Mips32r3", "Mips32r3 ISA Support",
127 "Mips32r5", "Mips32r5 ISA Support",
135 "Mips64", "Mips64 ISA Support",
138 "Mips64r2", "Mips64r2 ISA Support",
141 "Mips64r3", "Mips64r3 ISA Support",
[all …]
/freebsd-13.1/sys/dev/qlxge/
H A DREADME.txt13 2. OS Support
20 7. Contacting Support
30 2. OS Support
88 7. Contacting Support
90 Technical Support at any phase of integration for assistance. QLogic
91 Technical Support can be reached by the following methods:
/freebsd-13.1/sys/dev/qlxgb/
H A DREADME.txt13 2. OS Support
20 7. Contacting Support
30 2. OS Support
90 6. Contacting Support
92 Technical Support at any phase of integration for assistance. QLogic
93 Technical Support can be reached by the following methods:
/freebsd-13.1/sys/dev/qlxgbe/
H A DREADME.txt13 2. OS Support
20 7. Contacting Support
30 2. OS Support
96 7. Contacting Support
98 Technical Support at any phase of integration for assistance. QLogic
99 Technical Support can be reached by the following methods:
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A Dmodule.modulemap377 header "Support/TargetRegistry.h"
406 module Support {
409 umbrella "Support"
416 exclude header "Support/PluginLoader.h"
417 exclude header "Support/Solaris/sys/regset.h"
421 textual header "Support/ARMTargetParser.def"
422 textual header "Support/RISCVTargetParser.def"
423 textual header "Support/TargetOpcodes.def"
424 textual header "Support/X86TargetParser.def"
429 header "Support/ConvertUTF.h"
[all …]
/freebsd-13.1/contrib/ntp/html/scripts/
H A Dhand.txt4 <li class='inline'><a href='access.html'>Access Control Support</a></li>\
6 <li class='inline'><a href='authentic.html'>Authentication Support</a></li>\
9 <li class='inline'><a href='refclock.html'>Reference Clock Support</a></li>\
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td46 "Support POPCNT instruction">;
52 "Support xsave instructions">;
59 "Support xsavec instructions",
63 "Support xsaves instructions",
175 "Support AVX_VNNI encoding",
178 "Support bfloat16 floating point",
224 "Support BMI instructions">;
228 "Support RTM instructions">;
230 "Support ADX instructions">;
235 "Support CET Shadow-Stack instructions">;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreadLocal.inc1 //= llvm/Support/Win32/ThreadLocal.inc - Win32 Thread Local Data -*- C++ -*-===//
18 #include "llvm/Support/Windows/WindowsSupport.h"
19 #include "llvm/Support/ThreadLocal.h"
H A DHost.inc1 //===- llvm/Support/Win32/Host.inc ------------------------------*- C++ -*-===//
13 #include "llvm/Support/Windows/WindowsSupport.h"
H A DMemory.inc14 #include "llvm/Support/DataTypes.h"
15 #include "llvm/Support/ErrorHandling.h"
16 #include "llvm/Support/Process.h"
17 #include "llvm/Support/WindowsError.h"
20 #include "llvm/Support/Windows/WindowsSupport.h"
/freebsd-13.1/sys/contrib/zlib/contrib/
H A DREADME.contrib8 Support for Ada
15 Support for Delphi and C++ Builder
18 Support for Microsoft .Net and Visual C++ .Net
43 Support for Pascal
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua.swig17 #include "llvm/Support/Error.h"
18 #include "llvm/Support/FormatVariadic.h"
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td34 // Floating Point, HW Division and Neon Support
131 // Atomic Support
471 "Support ARM v5T instructions",
475 "Support ARM v5TE, v5TEj, and "
480 "Support ARM v6 instructions",
484 "Support ARM v6M instructions",
492 "Support ARM v6k instructions",
500 "Support ARM v7 instructions",
510 "Support ARM v8 instructions",
544 "Support ARM v8-1M Mainline instructions",
[all …]
/freebsd-13.1/sys/mips/conf/
H A DERL39 #options OCTEON_VENDOR_LANNER # Support for Lanner boards.
40 #options OCTEON_VENDOR_RADISYS # Support for Radisys boards.
41 options OCTEON_VENDOR_UBIQUITI # Support for Ubiquiti boards.
42 #options OCTEON_VENDOR_GEFES # Support for GE LANIC boards
43 #options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
61 options UFS_ACL # Support for access control lists
100 options DDB # Support DDB.
101 #options GDB # Support remote GDB.
H A Dstd.AR934X47 #options UFS_ACL #Support for access control lists
59 # Support AR9340 support in AR9300 HAL
62 # Support EEPROM caldata in AHB devices
H A Dstd.QCA955X46 #options UFS_ACL #Support for access control lists
58 # Support QCA955x in the HAL
61 # Support EEPROM caldata in AHB devices
H A DQCA953X_BASE49 #options UFS_ACL #Support for access control lists
61 # Support QCA9530 in the HAL
64 # Support EEPROM caldata in AHB devices
H A DOCTEON140 #options OCTEON_VENDOR_LANNER # Support for Lanner boards.
41 #options OCTEON_VENDOR_RADISYS # Support for Radisys boards.
42 #options OCTEON_VENDOR_UBIQUITI # Support for Ubiquiti boards.
43 #options OCTEON_VENDOR_GEFES # Support for GE LANIC boards
44 #options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
61 options UFS_ACL # Support for access control lists
94 options DDB # Support DDB.
95 options GDB # Support remote GDB.
/freebsd-13.1/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dconfig.yml6 - name: OpenZFS Community Support Mailing list (Linux)
9 - name: FreeBSD Community Support Mailing list
/freebsd-13.1/crypto/openssl/
H A DNEWS211 o Support for extended master secret
244 o Support for scrypt algorithm
245 o Support for X25519
248 o Support for Certificate Transparency
327 o Support for DTLS 1.2
429 o Support TLS v1.2 and TLS v1.1.
769 o Support for pkg-config.
920 o Support of Linux/IA64
990 o Support for Triple-DES CBCM cipher
1000 o Support for ASN.1 GeneralizedTime
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td45 "Support 128-bit texture resources"
63 "Support flat address space"
111 "Support unaligned scratch loads and stores"
380 "Support SDWA (Sub-DWORD Addressing) extension"
416 "Support DPP (Data Parallel Primitives) extension"
423 "Support DPP8 (Data Parallel Primitives) extension"
429 "Support DPP (Data Parallel Primitives) extension"
435 "Support packed fp32 instructions"
453 "Support G16 for 16-bit gradient image operands"
459 "Support NSA encoding for image instructions"
[all …]
/freebsd-13.1/crypto/heimdal/
H A DNEWS18 - Support GSS name extensions/attributes
29 - Support for reading MIT database file directly
79 - Support BER in ASN.1 library (needed for CMS)
80 - Support decryption in Keychain private keys
81 - Support for new sqlite based credential cache
85 - Support localization of error strings in
99 - Support for client deferrals in in AS-REQ
104 - Support krb5_cccol
106 - Support krb5_crypto_*_iov
314 * Support CCAPI credential cache
[all …]

12345678910>>...14