/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-pp_test.cc | 64 #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 D | xo.h | 45 #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 D | windows-config.h | 89 #define fchmod( _x, _y ) argument
|
/freebsd/contrib/file/src/ |
H A D | getopt_long.c | 365 #define IDENTICAL_INTERPRETATION(_x, _y) \ argument
|
/freebsd/stand/i386/libi386/ |
H A D | textvidc.c | 213 curs_move(int *_x, int *_y, int x, int y) in curs_move()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 1140 #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 D | gdma_util.h | 89 #define min_t(type, _x, _y) \ argument
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 227 #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 D | ar9300_freebsd_inc.h | 161 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25) argument
|
H A D | ar9300_paprd.c | 76 #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 D | ar9300_eeprom.c | 2900 #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 D | if_bwn_phy_lp.c | 2377 #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 D | efi_console.c | 547 curs_move(int *_x, int *_y, int x, int y) in curs_move()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 736 #define flock(_x,_y) rk_flock(_x,_y) argument
|