Home
last modified time | relevance | path

Searched +refs:define +refs:feature (Results 1 – 25 of 163) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLExtensions.def19 // define OPENCL_GENERIC_EXTENSION(ext, pragma, avail, core, opt) where
20 // ext - name of the extension or optional core feature.
26 // core - OpenCL versions mask when the extension becomes core feature.
27 // 0U indicates not a core feature.
29 // feature. 0U indicates not a optional core feature.
32 // define OPENCLEXTNAME(ext) where ext is the name of the extension.
34 // Difference between optional core feature and core feature is that the
42 // For such an extension, a preprocessor #define that matches the extension
52 #define OPENCL_GENERIC_EXTENSION(ext, ...) OPENCLEXTNAME(ext)
57 #define OPENCL_EXTENSION(ext, pragma, avail) OPENCL_GENERIC_EXTENSION(ext, pragma, avail, 0U, 0U)
[all …]
H A DDebugOptions.def10 // must define the CODEGENOPT macro to make use of this information.
11 // Optionally, the user may also define DEBUGOPT (for flags), ENUM_DEBUGOPT (for
20 #define DEBUGOPT(Name, Bits, Default) \
25 # define VALUE_DEBUGOPT(Name, Bits, Default) \
30 # define ENUM_DEBUGOPT(Name, Type, Bits, Default) \
35 #define BENIGN_DEBUGOPT(Name, Bits, Default) \
40 # define BENIGN_VALUE_DEBUGOPT(Name, Bits, Default) \
45 # define BENIGN_ENUM_DEBUGOPT(Name, Type, Bits, Default) \
74 /// Control the Assignment Tracking debug info feature.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_value_uint.pod38 #define SSL_VALUE_CLASS_GENERIC
39 #define SSL_VALUE_CLASS_FEATURE_REQUEST
40 #define SSL_VALUE_CLASS_FEATURE_PEER_REQUEST
41 #define SSL_VALUE_CLASS_FEATURE_NEGOTIATED
43 #define SSL_VALUE_QUIC_STREAM_BIDI_LOCAL_AVAIL
44 #define SSL_VALUE_QUIC_STREAM_BIDI_REMOTE_AVAIL
45 #define SSL_VALUE_QUIC_STREAM_UNI_LOCAL_AVAIL
46 #define SSL_VALUE_QUIC_STREAM_UNI_REMOTE_AVAIL
47 #define SSL_VALUE_QUIC_IDLE_TIMEOUT
49 #define SSL_VALUE_EVENT_HANDLING_MODE
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc7 #define HAS_CPU_CAPABILITIES_PUBLIC_H 1
11 #define CAP_BIT_FEAT_SME 40
14 #define CAP_BIT_FEAT_SME2 41
17 #define CAP_BIT_FEAT_SME_F64F64 42
20 #define CAP_BIT_FEAT_SME_I16I64 43
61 // fast path to get all the feature bits, otherwise fall back to the slow
65 #define CHECK_BIT(FROM, TO) \
116 enum CPUFeatures feature;
151 features |= (1ULL << feature_checks[I].feature);
/freebsd/contrib/sendmail/cf/mailer/
H A Dmail11.m419 # DECNET node, you will need feature(use_cw_file) and put
22 ifdef(`MAIL11_MAILER_PATH',, `define(`MAIL11_MAILER_PATH', /usr/etc/mail11)')
24 ifdef(`MAIL11_MAILER_ARGS',, `define(`MAIL11_MAILER_ARGS', mail11 $g $x $h $u)')
25 define(`_USE_DECNET_SYNTAX_')
26 define(`_LOCAL_', ifdef(`confLOCAL_MAILER', confLOCAL_MAILER, `local'))
27 define(`_MAIL11_QGRP', `ifelse(defn(`MAIL11_MAILER_QGRP'),`',`', ` Q=MAIL11_MAILER_QGRP,')')dnl
/freebsd/contrib/sendmail/cf/cf/
H A Dclientproto.mc20 # To use this, you MUST use the nullclient feature with the name of
21 # the mail hub as its argument. You MUST also define an `OSTYPE' to
22 # define the location of the queue directories and the like.
/freebsd/contrib/sendmail/cf/feature/
H A Dbcc.m441 # This feature sets O AddBcc=true
43 ifelse(lower(_ARG_),`access',`define(`_BCC_ACCESS_', `1')')
44 define(`_ADD_BCC_', `1')
61 `define(`_CANONIFY_BCC_', `1')dnl
62 define(`_NEED_SMTPOPMODES_', `1')dnl
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def46 #define PPC_LNX_FEATURE(NAME, DESC, ENUMNAME, ENUMVAL, HWCAPN)
49 #define PPC_CPU(Name, Linux_SUPPORT_METHOD, LinuxID, AIX_SUPPORT_METHOD, AIXID)
52 #define PPC_FAWORD_HWCAP 1
55 #define PPC_FAWORD_HWCAP2 2
58 #define PPC_FAWORD_CPUID 3
64 // BUILTIN_PPC_TRUE : feature supported
65 // BUILTIN_PPC_FALSE : feature not supported
76 #define BUILTIN_PPC_TRUE 1
77 #define BUILTIN_PPC_FALSE 0
78 #define USE_SYS_CONF 2
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-build.m4146 dnl # Disabled by default, provides detailed memory tracking. This feature
151 dnl # this feature has a significant impact on performance but it makes finding
189 dnl # in the FreeBSD kernel module. This feature must be used when building
376 RPM_DEFINE_COMMON='--define "$(DEBUG_ZFS) 1"'
377 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(DEBUGINFO_ZFS) 1"'
378 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(DEBUG_KMEM_ZFS) 1"'
379 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(DEBUG_KMEM_TRACKING_ZFS) 1"'
380 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(ASAN_ZFS) 1"'
381 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(UBSAN_ZFS) 1"'
384 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "__strip /bin/true"'
[all …]
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in39 #define __NCURSES_H
70 #define CURSES 1
71 #define CURSES_H 1
74 #define NCURSES_VERSION_MAJOR @NCURSES_MAJOR@
75 #define NCURSES_VERSION_MINOR @NCURSES_MINOR@
76 #define NCURSES_VERSION_PATCH @NCURSES_PATCH@
80 #define NCURSES_VERSION "@NCURSES_MAJOR@.@NCURSES_MINOR@"
85 #define NCURSES_MOUSE_VERSION @NCURSES_MOUSE_VERSION@
104 #define GCC_NORETURN _Noreturn
112 #define NCURSES_ENABLE_STDBOOL_H @cf_cv_header_stdbool_h@
[all …]
/freebsd/libexec/bootpd/
H A Dbootptab.mcs43 # First, we define a global entry which specifies the stuff every host uses.
54 # Next, we can define different master entries for each subnet. . .
74 # hosts, but we don't really use this feature at CMU):
H A Dbootptab.cmu43 # First, we define a global entry which specifies the stuff every host uses.
56 # Next, we can define different master entries for each subnet. . .
68 # hosts, but we don't really use this feature at CMU):
/freebsd/contrib/sendmail/cf/m4/
H A Dcfhead.m421 ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
42 define(`PUSHDIVERT', `pushdef(`__D__', divnum)divert($1)')
43 define(`POPDIVERT', `divert(__D__)popdef(`__D__')')
44 define(`OSTYPE',
48 define(`__OSTYPE__', $1)
49 define(`_ARG_', $2)
52 define(`lower', `translit(`$1', `ABCDEFGHIJKLMNOPQRSTUVWXYZ', `abcdefghijklmnopqrstuvwxyz')')
53 define(`strcasecmp', `ifelse(lower($1), lower($2), `1', `0')')
55 define(`_ACC_ARG_1_',`$1')
56 define(`_ACC_ARG_2_',`$2')
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc14 #define GWP_ASAN_DEFAULT_ENABLED true
18 #define GWP_ASAN_STRINGIFY(S) GWP_ASAN_STRINGIFY_(S)
19 #define GWP_ASAN_STRINGIFY_(S) #S
74 // should never feature flags like log paths on disk, because this can lead to
/freebsd/contrib/sendmail/cf/
H A DREADME148 influence a FEATURE() should be done before that feature. For example,
149 a define(`PROCMAIL_MAILER_PATH', ...) should be done before
178 define(`_FFR_NAME_HERE', 1)
194 Other important directives are define(A, B) which defines the macro
198 define(`SMART_HOST', `smart.foo.com')
208 # And then define the $X macro to be the return address
210 because ``define'' is an M4 keyword. If you want to use them, surround
215 it is not possible to define a rejection message containing a single
305 You MUST define an operating system environment, or the configuration
315 Operating system definitions are usually easy to write. They may define
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A Dsqlite-config.tcl21 define PACKAGE_VERSION [proj-file-content -trim $::autosetup(srcdir)/VERSION]
361 explicitly disable this feature on such platforms.}
379 => {Enable the SQLITE_ENABLE_STMT_SCANSTATUS feature flag}
453 define PACKAGE_NAME sqlite
454 define PACKAGE_URL {https://sqlite.org}
455 define PACKAGE_BUGREPORT [get-define PACKAGE_URL]/forum
456 define PACKAGE_STRING "[get-define PACKAGE_NAME] [get-define PACKAGE_VERSION]"
470 define SQLITE_OS_UNIX 0
471 define SQLITE_OS_WIN 1
473 define SQLITE_OS_UNIX 1
[all …]
H A DREADME.md131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\
132 Adds the given feature flag to the CFLAGS which are specific to
140 The shell-specific counterpart of `sqlite-add-feature-flag` which
263 those flags get exported as as C `#define`s to `sqlite_cfg.h`, where
289 feature tests performed by the configure script may amend global flags
307 implicitly modified global state which broke the zlib feature
308 test. Because the feature tests no longer (intentionally) modify
311 In this build, cases where feature tests modify global state in such a
312 way that it may impact later feature tests are either (A) very
318 results of any given feature test into its own well-defined
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig10 %define DOCSTRING
46 %define MODULEIMPORT
60 %feature("autodoc", "1");
62 %define ARRAYHELPER(type,name)
86 %define EMBED_VERSION(VERSION)
/freebsd/contrib/sendmail/contrib/
H A Ddomainmap.m46 The existing virtusertable feature distributed with sendmail is a good
45 To use this macro, simply copy this file into the cf/feature directory
101 ')define(`_DOMAIN_MAP_',`1')')
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c.txt17 The cells properties above define that an address of children of an I2C bus
92 An example of feature is SMBusHostNotify. Examples of restrictions are
96 states that the optional SMBus-Alert feature apply to this bus.
145 adapters that support this feature, may use "host-notify" property. I2C
/freebsd/contrib/sendmail/src/
H A DTUNING130 in your .mc file. For further information on this feature and
134 define(`confDIRECT_SUBMISSION_MODIFIERS', `C')
141 Hence it is strongly suggested to use the nocanonify feature;
172 define(`ESMTP_MAILER_QGRP', `remote')dnl
173 define(`confDELIVERY_MODE', `q')dnl
174 define(`confMAX_QUEUE_CHILDREN', `50')dnl
175 define(`confMIN_QUEUE_AGE', `27m')dnl
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config11 #define _LIBCPP___CONFIG
30 # define _LIBCPP_VERSION 190107
32 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
33 # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
36 # define _LIBCPP_FREESTANDING
49 # define _LIBCPP_HARDENING_MODE _LIBCPP_HARDENING_MODE_EXTENSIVE
128 # define _LIBCPP_HARDENING_MODE_NONE (1 << 1)
129 # define _LIBCPP_HARDENING_MODE_FAST (1 << 2)
130 # define _LIBCPP_HARDENING_MODE_EXTENSIVE (1 << 4) // Deliberately not ordered.
131 # define _LIBCPP_HARDENING_MODE_DEBU
[all...]
H A Dnew11 #define _LIBCPP_NEW
107 # define _LIBCPP_HAS_NO_LANGUAGE_SIZED_DEALLOCATION
111 # define _LIBCPP_HAS_NO_LIBRARY_SIZED_DEALLOCATION
115 # define _LIBCPP_HAS_NO_SIZED_DEALLOCATION
189 // feature.
199 # define _THROW_BAD_ALLOC throw(std::bad_alloc)
201 # define _THROW_BAD_ALLOC
/freebsd/contrib/byacc/
H A Daclocal.m438 define([CF_ACVERSION_CHECK],
52 define([CF_ACVERSION_COMPARE],
151 define([CF_APPEND_CFLAGS],
169 define([CF_APPEND_TEXT],
214 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature)
216 [ --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics],
222 AC_CACHE_CHECK([for C11 _Noreturn feature], cf_cv_c11_noreturn,
426 dnl As a workaround, one could (starting with X11R5) define XTSTRINGDEFINES, to
427 dnl let the compiler decide how to represent Xt's strings which were #define'd.
447 AC_CACHE_CHECK(for X11/Xt const-feature,cf_cv_const_x_string,[
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza2-pinctrl.txt3 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO controller.
47 in include/dt-bindings/pinctrl/r7s9210-pinctrl.h to easily define these.

1234567