Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp_test.cc64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2 argument
65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3 argument
/freebsd/contrib/libxo/libxo/
H A Dxo.h45 #define __printflike(_x, _y) __attribute__((__format__ (__printf__, _x, _y))) argument
47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) argument
49 #define PRINTFLIKE(_x, _y) argument
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h89 #define fchmod( _x, _y ) argument
/freebsd/contrib/file/src/
H A Dgetopt_long.c365 #define IDENTICAL_INTERPRETATION(_x, _y) \ argument
/freebsd/stand/i386/libi386/
H A Dtextvidc.c213 curs_move(int *_x, int *_y, int x, int y) in curs_move()
/freebsd/sys/dev/sfxge/common/
H A Defsys.h1140 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \ argument
1147 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t) argument
1148 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t) argument
1149 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t) argument
/freebsd/sys/dev/mana/
H A Dgdma_util.h89 #define min_t(type, _x, _y) \ argument
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h227 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) argument
228 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) argument
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h161 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25) argument
H A Dar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_paprd_setup_single_table() argument
H A Dar9300_eeprom.c2900 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) in ar9300_eeprom_set_transmit_power() argument
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_lp.c2377 #define CALC_COEFF(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument
2386 #define CALC_COEFF2(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument
/freebsd/stand/efi/libefi/
H A Defi_console.c547 curs_move(int *_x, int *_y, int x, int y) in curs_move()
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in736 #define flock(_x,_y) rk_flock(_x,_y) argument