Searched refs:_x (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkconfig.h52 #define ___IS_XAB(_ignore, _x, ...) (_x)
53 #define __IS_XAB(_x) ___IS_XAB(_x 1, 0)
54 #define _IS_XAB(_x) __IS_XAB(__CONCAT(___XAB_, _x))
57 #define IS_BUILTIN(_x) _IS_XAB(_x)
59 #define IS_MODULE(_x) _IS_XAB(_x ## _MODUL
[all...]
H A Dbcd.h41 #define bcd2bin(_x) linuxkpi_bcd2bin(_x)
H A Duaccess.h46 #define __get_user(_x, _p) ({ \
50 (_x) = __x; \
54 #define __put_user(_x, _p) ({ \
55 __typeof(*(_p)) __x = (_x); \
58 #define get_user(_x, _p) linux_copyin((_p), &(_x), sizeof(*(_p)))
59 #define put_user(_x, _p) __put_user(_x, _p)
H A Dtracepoint.h43 #define DEFINE_EVENT(_x, _name, _proto, _args) \
H A Dbuild_bug.h51 __assert_line_ ## y _x __unused; \
52 _x[0] = '\0'; \
H A Dww_mutex.h67 #define ww_mutex_lock_slow(_m, _x) \
68 ww_mutex_lock(_m, _x)
70 #define ww_mutex_lock_slow_interruptible(_m, _x) \
71 ww_mutex_lock_interruptible(_m, _x)
H A Dcompiler.h76 #define __counted_by(_x) __attribute__((__counted_by__(_x)))
78 #define __counted_by(_x)
/freebsd-current/sys/sys/
H A Dbitcount.h54 __bitcount16(__uint16_t _x) argument
57 _x = (_x & 0x5555) + ((_x & 0xaaaa) >> 1);
58 _x = (_x & 0x3333) + ((_x & 0xcccc) >> 2);
59 _x = (_x + (_x >>
65 __bitcount32(__uint32_t _x) argument
78 __bitcount64(__uint64_t _x) argument
93 __bitcount64(__uint64_t _x) argument
[all...]
/freebsd-current/sys/contrib/xen/hvm/
H A Dsave.h65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
66 static inline int __HVM_SAVE_FIX_COMPAT_##_x(void *h, uint32_t size) \
68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \
69 struct __HVM_SAVE_TYPE_COMPAT_##_x { _ctype t; }
72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
73 static inline int __HVM_SAVE_FIX_COMPAT_##_x(void *h, uint32_t size) \
75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \
76 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; }
78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
79 struct __HVM_SAVE_TYPE_##_x { _typ
[all...]
/freebsd-current/lib/msun/tests/
H A Dtest-utils.h150 long double _x = x; \
152 ATF_CHECK_MSG(fpequal_cs(_x, _y, checksign), \
153 "%s (%.25Lg) ~= %s (%.25Lg)", #x, _x, #y, _y); \
157 long double _x = x; \
159 bool eq = fpequal_tol(_x, _y, tol, flags); \
160 long double _diff = eq ? 0.0L : fabsl(_x - _y); \
162 #x, _x, #y, _y, _diff, fabsl(_y * tol)); \
174 long double _x = x; \
177 fpequal_cs(creal(_x), creal(_y), (checksign & CS_REAL) != 0) && \
178 fpequal_cs(cimag(_x), cima
[all...]
/freebsd-current/stand/
H A DMakefile66 .for _x in ${S.yes}
67 SUBDIR+=${_x}
68 .if defined(LIB32LIST) && ${LIB32LIST:M${_x}}
69 SUBDIR+=${_x}32
71 .if ${_x} != "libsa"
72 SUBDIR_DEPEND_${_x}+= libsa
73 SUBDIR_DEPEND_${_x}32+= libsa32
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h132 /*! \def AGSA_FLIP_2_BYTES(_x)
137 #define AGSA_FLIP_2_BYTES(_x) ((bit16)(((((bit16)(_x))&0x00FF)<<8)| \
138 ((((bit16)(_x))&0xFF00)>>8)))
140 /*! \def AGSA_FLIP_4_BYTES(_x)
145 #define AGSA_FLIP_4_BYTES(_x) ((bit32)(((((bit32)(_x))&0x000000FF)<<24)| \
146 ((((bit32)(_x))&0x0000FF00)<<8)| \
147 ((((bit32)(_x))&0x00FF0000)>>8)| \
148 ((((bit32)(_x))
[all...]
/freebsd-current/libexec/rc/rc.d/
H A Drfcomm_pppd_server23 local _bdaddr _channel _x
52 eval _x=\$rfcomm_pppd_server_${_profile_cleaned}_register_sp
53 if [ -n "${_x}" ]; then
61 eval _x=\$rfcomm_pppd_server_${_profile_cleaned}_register_dun
62 if [ -n "${_x}" ]; then
H A Djail193 eval _x=\"\$jail_${_jv}_ip_multi${alias}\"
194 [ -z "$_x" ] && break
196 jail_handle_ips_option $_x $_interface
365 local _x _type _i _defif
366 _x=$1
369 if [ -z "${_x}" ]; then
377 while [ ${#_x} -gt 0 ]; do
378 case "${_x}" in
380 _i=`expr -- "${_x}" : '^\([^,]*\)'`
381 _x
[all...]
/freebsd-current/contrib/bmake/mk/
H A Dmkopt.sh95 for _x in $_cmdline
97 case "$_x" in
101 case "$_x" in
102 -DWITH_$_o|-DWITHOUT_$_o) eval ${_x#-D}=1;;
103 -DWITH_$_o=*|-DWITHOUT_$_o=*) eval ${_x#-D};;
104 ${_MKOPT_PREFIX:-MK_}$_o=*) eval "$_x";;
/freebsd-current/sys/net/route/
H A Dnhop_utils.h135 #define CHT_SLIST_FOREACH(_head, _PX, _x) \
137 for (_x = CHT_FIRST(_head, _i); _x; _x = _PX##_next(_x))
140 #define CHT_SLIST_FOREACH_SAFE(_head, _PX, _x, _tmp) \
142 for (_x = CHT_FIRST(_head, _i); (_tmp = _PX##_next(_x), _x); _x
[all...]
/freebsd-current/sys/contrib/xen/io/
H A Dring.h56 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1))
57 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x))
58 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_core.h54 #define USB_XFER_LOCK(_x) USB_MTX_LOCK((_x)->xroot->xfer_mtx)
55 #define USB_XFER_UNLOCK(_x) USB_MTX_UNLOCK((_x)->xroot->xfer_mtx)
56 #define USB_XFER_LOCK_ASSERT(_x, _t) USB_MTX_ASSERT((_x)->xroot->xfer_mtx, _t)
/freebsd-current/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h667 #define LEBIT16_TO_BIT16(_x) (_x)
671 #define BIT16_TO_LEBIT16(_x) (_x)
675 #define BIT16_TO_BEBIT16(_x) AGSA_FLIP_2_BYTES(_x)
679 #define BEBIT16_TO_BIT16(_x) AGSA_FLIP_2_BYTES(_x)
683 #define LEBIT32_TO_BIT32(_x) (_x)
[all...]
/freebsd-current/contrib/libxo/libxo/
H A Dxo_encoder.h122 #define XO_STRINGIFY(_x) #_x
123 #define XO_STRINGIFY2(_x) XO_STRINGIFY(_x)
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dlr.pl58 my($_x, $_y) = @_;
61 $self->{sx} += $_x;
63 $self->{sxy} += $_x * $_y;
64 $self->{sx2} += $_x**2;
/freebsd-current/include/
H A D_ctype.h160 unsigned int _x; local
164 _x = (unsigned int)__maskrune(_c, _CTYPE_SWM|_CTYPE_R);
165 if ((_x & _CTYPE_SWM) != 0)
166 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS);
167 return ((_x & _CTYPE_R) != 0 ? 1 : -1);
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h835 #define AGSA_FLIP_2_BYTES(_x) ((bit16)(((((bit16)(_x))&0x00FF)<<8)| \
836 ((((bit16)(_x))&0xFF00)>>8)))
838 #define AGSA_FLIP_4_BYTES(_x) ((bit32)(((((bit32)(_x))&0x000000FF)<<24)| \
839 ((((bit32)(_x))&0x0000FF00)<<8)| \
840 ((((bit32)(_x))&0x00FF0000)>>8)| \
841 ((((bit32)(_x))&0xFF000000)>>24)))
942 #define LEBIT16_TO_BIT16(_x) (_x)
[all...]
/freebsd-current/contrib/libxo/tests/core/
H A Dtest_03.c70 #define TO_ULL(_x) ((unsigned long long) _x)
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-pp_test.cc63 #define GMOCK_PP_INTERNAL_VAR_TEST_1(_x) 1
64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2
65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3

Completed in 471 milliseconds

1234