Searched refs:_x (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h227 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y))
228 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y))
/freebsd-current/stand/i386/libi386/
H A Dtextvidc.c59 void curs_move(int *_x, int *_y, int x, int y);
213 curs_move(int *_x, int *_y, int x, int y) argument
222 *_x = x;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h564 #define MBI_TO_DBI(_x) ((_x) / 100)
566 #define MBM_TO_DBM(_x) ((_x) / 100)
H A Dskbuff.h92 #define SKB_DATA_ALIGN(_x) roundup2(_x, CACHE_LINE_SIZE)
/freebsd-current/sys/contrib/ncsw/inc/
H A Dncsw_ext.h99 #define UNUSED(_x) ((void)(_x))
/freebsd-current/sys/dev/sfxge/common/
H A Defsys.h1140 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \
1141 const _t __x = (_t)(_x); \
1147 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t)
1148 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t)
1149 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t)
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h151 #define SCALE_OC_DELTA(_x) (((_x) * 2) / 10)
H A Dah_internal.h675 #define HALASSERT(_x) do { \
676 if (!(_x)) { \
677 ath_hal_assert_failed(__FILE__, __LINE__, #_x); \
681 #define HALASSERT(_x)
/freebsd-current/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcireg.h40 #define _BHND_PCIE_DMA64(_x) ((uint64_t)BHND_PCIE_DMA32_ ## _x << 32)
/freebsd-current/sys/dev/ena/
H A Dena.h517 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max)
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h72 #define CFG80211_TESTMODE_CMD(_x) /* XXX TODO */
73 #define CFG80211_TESTMODE_DUMP(_x) /* XXX TODO */
123 #define WLAN_CIPHER_SUITE_OUI(_oui, _x) (((_oui) << 8) | ((_x) & 0xff))
127 #define WLAN_CIPHER_SUITE(_x) WLAN_CIPHER_SUITE_OUI(0x000fac, _x)
149 #define WLAN_AKM_SUITE(_x) WLAN_CIPHER_SUITE_OUI(0x000fac, _x)
167 #define TKIP_PN_TO_IV16(_x) ((uint16_t)(_x
2532 ieee80211_disconnect(struct ieee80211_vif *vif, bool _x) argument
2538 ieee80211_channel_switch_disconnect(struct ieee80211_vif *vif, bool _x) argument
[all...]
H A Dcfg80211.h1743 enum cfg80211_bss_frame_type bss_ftype, const uint8_t *bss, int _x,
1754 enum cfg80211_bss_frame_type bss_ftype, const uint8_t *bss, int _x,
1770 enum nl80211_key_type key_type, int _x, void *p, gfp_t gfp)
1824 cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq, int _x, argument
1844 cfg80211_sched_scan_stopped(struct wiphy *wiphy, int _x) argument
1741 cfg80211_inform_bss(struct wiphy *wiphy, struct linuxkpi_ieee80211_channel *channel, enum cfg80211_bss_frame_type bss_ftype, const uint8_t *bss, int _x, uint16_t cap, uint16_t intvl, const uint8_t *ie, size_t ie_len, int signal, gfp_t gfp) argument
1752 cfg80211_inform_bss_data(struct wiphy *wiphy, struct cfg80211_inform_bss *bss_data, enum cfg80211_bss_frame_type bss_ftype, const uint8_t *bss, int _x, uint16_t cap, uint16_t intvl, const uint8_t *ie, size_t ie_len, gfp_t gfp) argument
1769 cfg80211_michael_mic_failure(struct net_device *ndev, const uint8_t *addr, enum nl80211_key_type key_type, int _x, void *p, gfp_t gfp) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h293 // Generic string manipulation macros. Assume that _x is of type char *
294 #define SKIP_WS(_x) \
296 while (*(_x) == ' ' || *(_x) == '\t') \
297 (_x)++; \
299 #define SKIP_DIGITS(_x) \
301 while (*(_x) >= '0' && *(_x) <= '9') \
302 (_x)++; \
304 #define SKIP_TOKEN(_x) \
[all...]
/freebsd-current/contrib/libxo/libxo/
H A Dxo_syslog.c120 #define REAL_VOID(_x) \
121 do { int really_ignored = _x; if (really_ignored) { }} while (0)
H A Dlibxo.c77 #define xo_wcwidth(_x) wcwidth(_x)
120 #define THREAD_LOCAL(_x) _x
122 #define THREAD_LOCAL(_x) __thread _x
124 #define THREAD_LOCAL(_x) _x __thread
126 #define THREAD_LOCAL(_x) __declspec(_x)
[all...]
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Drping.c101 #define _stringify( _x ) # _x
102 #define stringify( _x ) _stringify( _x )
/freebsd-current/stand/efi/libefi/
H A Defi_console.c60 void curs_move(int *_x, int *_y, int x, int y);
547 curs_move(int *_x, int *_y, int x, int y) argument
550 if (_x != NULL)
551 *_x = conout->Mode->CursorColumn;
/freebsd-current/contrib/libpcap/
H A Doptimize.c300 register bpf_u_int32 *_x = a, *_y = b;\
302 do *_x++ &= *_y++; while (--_n != 0);\
311 register bpf_u_int32 *_x = a, *_y = b;\
313 do *_x++ &=~ *_y++; while (--_n != 0);\
322 register bpf_u_int32 *_x = a, *_y = b;\
324 do *_x++ |= *_y++; while (--_n != 0);\
/freebsd-current/tools/tools/ath/athrd/
H A Dathrd.c390 #define D(_x) { #_x, _x }
/freebsd-current/sys/contrib/dev/rtw88/
H A Dmain.h2212 #define rtw88_static_assert(_x) static_assert(_x)
2214 #define rtw88_static_assert(_x) _Static_assert(_x, "bad array size")
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h278 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max)
/freebsd-current/sys/dev/safe/
H A Dsafe.c161 #define DPRINTF(_x) if (safe_debug) printf _x
163 #define DPRINTF(_x)
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x)
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_lp.c2377 #define CALC_COEFF(_v, _x, _y, _z) do { \
2379 _t = _x - 20; \
2381 _v = ((_y << (30 - _x)) + (_z >> (1 + _t))) / (_z >> _t); \
2383 _v = ((_y << (30 - _x)) + (_z << (-1 - _t))) / (_z << -_t); \
2386 #define CALC_COEFF2(_v, _x, _y, _z) do { \
2388 _t = _x - 11; \
2390 _v = (_y << (31 - _x)) / (_z >> _t); \
2392 _v = (_y << (31 - _x)) / (_z << -_t); \
/freebsd-current/sys/arm64/broadcom/genet/
H A Dif_genet.c65 #define __BIT(_x) (1 << (_x))

Completed in 514 milliseconds

1234