Searched refs:_y (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h719 inline bool operator<(const error_condition& _x, const error_condition& _y) { argument
720 return _x.category() < _y.category()
721 || (_x.category() == _y.category() && _x.value() < _y.value());
786 inline bool operator<(const error_code& _x, const error_code& _y) { argument
787 return _x.category() < _y.category()
788 || (_x.category() == _y.category() && _x.value() < _y.value());
791 inline bool operator==(const error_code& _x, const error_code& _y) { argument
792 return _x.category() == _y
795 operator ==(const error_code& _x, const error_condition& _y) argument
800 operator ==(const error_condition& _x, const error_code& _y) argument
804 operator ==(const error_condition& _x, const error_condition& _y) argument
808 operator !=(const error_code& _x, const error_code& _y) argument
812 operator !=(const error_code& _x, const error_condition& _y) argument
816 operator !=(const error_condition& _x, const error_code& _y) argument
820 operator !=(const error_condition& _x, const error_condition& _y) argument
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dlr.pl58 my($_x, $_y) = @_;
62 $self->{sy} += $_y;
63 $self->{sxy} += $_x * $_y;
65 $self->{sy2} += $_y**2;
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dkernel.h139 #define min_t(type, _x, _y) (type)(_x) < (type)(_y) ? (type)(_x) : (_y)
140 #define max_t(type, _x, _y) (type)(_x) > (type)(_y) ? (type)(_x) : (_y)
/freebsd-10.0-release/contrib/ntp/libopts/compat/
H A Dwindows-config.h104 #define fchmod( _x, _y );
/freebsd-10.0-release/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h104 #define fchmod( _x, _y );
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dspinconsole.c45 extern void curs_move(int *_x, int *_y, int x, int y);
H A Dvidconsole.c61 void curs_move(int *_x, int *_y, int x, int y);
211 curs_move(int *_x, int *_y, int x, int y) argument
221 *_y = y;
/freebsd-10.0-release/contrib/file/
H A Dgetopt_long.c365 #define IDENTICAL_INTERPRETATION(_x, _y) \
366 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \
367 long_options[(_x)].flag == long_options[(_y)].flag && \
368 long_options[(_x)].val == long_options[(_y)].val)
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dop-1.h220 _FP_W_TYPE _nh, _nl, _q, _r, _y; \
223 _y = Y##_f << _FP_WFRACXBITS_##fs; \
238 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
H A Dop-2.h334 _FP_W_TYPE _x[2], _y[2]; \
336 _y[0] = Y##_f0; _y[1] = Y##_f1; \
338 mpn_mul_n(_z_f, _x, _y, 2); \
518 _FP_W_TYPE _x[4], _y[2], _z[4]; \
519 _y[0] = Y##_f0; _y[1] = Y##_f1; \
537 (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defsys.h818 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \
820 const _t __y = (_t)(_y); \
825 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t)
826 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t)
827 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t)
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h185 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25)
H A Dar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x)
H A Dar9300_eeprom.c2659 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x)
/freebsd-10.0-release/contrib/libpcap/
H A Doptimize.c159 register bpf_u_int32 *_x = a, *_y = b;\
161 while (--_n >= 0) *_x++ &= *_y++;\
169 register bpf_u_int32 *_x = a, *_y = b;\
171 while (--_n >= 0) *_x++ &=~ *_y++;\
179 register bpf_u_int32 *_x = a, *_y = b;\
181 while (--_n >= 0) *_x++ |= *_y++;\
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dectest.c771 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
785 if (!BN_hex2bn(&z, _y)) ABORT; \
788 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
790 if (!BN_hex2bn(&y, _y)) ABORT; \
803 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
808 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Droken.h.in736 #define flock(_x,_y) rk_flock(_x,_y)
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c12809 #define CALC_COEFF(_v, _x, _y, _z) do { \
12813 _v = ((_y << (30 - _x)) + (_z >> (1 + _t))) / (_z >> _t); \
12815 _v = ((_y << (30 - _x)) + (_z << (-1 - _t))) / (_z << -_t); \
12818 #define CALC_COEFF2(_v, _x, _y, _z) do { \
12822 _v = (_y << (31 - _x)) / (_z >> _t); \
12824 _v = (_y << (31 - _x)) / (_z << -_t); \
/freebsd-10.0-release/sys/dev/isp/
H A Disp.c3353 uint8_t _y[SNS_GID_FT_REQ_SIZE]; member in union:__anon8612

Completed in 190 milliseconds