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

/freebsd-10.3-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.3-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.3-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.3-release/sys/ofed/include/linux/
H A Dkernel.h167 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y))
168 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y))
/freebsd-10.3-release/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y )
/freebsd-10.3-release/sys/boot/efi/libefi/
H A Defi_console.c48 void curs_move(int *_x, int *_y, int x, int y);
84 curs_move(int *_x, int *_y, int x, int y) argument
89 if (_y != NULL)
90 *_y = conout->Mode->CursorRow;
/freebsd-10.3-release/contrib/file/src/
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.3-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.3-release/sys/dev/sfxge/common/
H A Defsys.h1214 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \
1216 const _t __y = (_t)(_y); \
1221 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t)
1222 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t)
1223 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t)
/freebsd-10.3-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.3-release/crypto/openssl/crypto/ec/
H A Dectest.c1008 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
1022 if (!BN_hex2bn(&z, _y)) ABORT; \
1025 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
1027 if (!BN_hex2bn(&y, _y)) ABORT; \
1040 # define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
1045 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
/freebsd-10.3-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.3-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp649 Point (int _x = 0, int _y = 0) :
651 y(_y)
/freebsd-10.3-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.3-release/sys/dev/isp/
H A Disp.c3445 uint8_t _y[SNS_GID_FT_REQ_SIZE]; member in union:__anon9131

Completed in 278 milliseconds