Searched refs:_x (Results 1 - 16 of 16) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtypes.h35 __bitcount16(u_int16_t _x) argument
38 _x = (_x & 0x5555) + ((_x & 0xaaaa) >> 1);
39 _x = (_x & 0x3333) + ((_x & 0xcccc) >> 2);
40 _x = (_x + (_x >>
46 __bitcount32(u_int32_t _x) argument
59 __bitcount64(u_int64_t _x) argument
74 __bitcount64(u_int64_t _x) argument
[all...]
/haiku/headers/libs/udis86/libudis86/
H A Dudint.h37 # define UD_ASSERT(_x) assert(_x)
39 # define UD_ASSERT(_x)
/haiku/src/add-ons/kernel/bus_managers/random/
H A Dyarrow_rng.cpp74 OCTET _x; local
77 _x.D[0] = x->D[0];
78 _x.D[1] = x->D[1];
81 _x.D[0] = rotl32(((bswap32(_x.D[0]) | 1) * x->D[1]), 5);
82 _x.D[1] = rotl32((bswap32(_x.D[1]) | 1) * x->D[0], 5);
83 _y.D[0] = (bswap32(rotl32(_y.D[0] ^ _x.D[0], _x.D[1])) + anyA) * oddC;
84 _y.D[1] = (bswap32(rotl32(_y.D[1] ^ _x
98 OCTET _x; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300eep.h419 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[0] ) |\
420 ( ( (const u_int8_t *)( &_x ) )[1]<< 8) ) )
422 #define SWAP32(_x) ((u_int32_t)( \
423 (((const u_int8_t *)(&_x))[0]) | \
424 (((const u_int8_t *)(&_x))[1]<< 8) | \
425 (((const u_int8_t *)(&_x))[2]<<16) | \
426 (((const u_int8_t *)(&_x))[3]<<24)))
431 #define SWAP16(_x) ( (u_int16_t)( (((const u_int8_t *)(&_x))[
[all...]
H A Dar9300phy.h41 #define AR_CHAN_OFFSET(_x) (AR_CHAN_BASE + offsetof(struct chn_reg_map, _x))
294 #define AR_MRC_OFFSET(_x) (AR_MRC_BASE + offsetof(struct mrc_reg_map, _x))
329 #define AR_BBB_OFFSET(_x) (AR_BBB_BASE + offsetof(struct bbb_reg_map, _x))
337 #define AR_AGC_OFFSET(_x) (AR_AGC_BASE + offsetof(struct agc_reg_map, _x))
524 #define AR_SM_OFFSET(_x) (AR_SM_BASE + offsetof(struct sm_reg_map, _x))
[all...]
H A Dar9300_freebsd_inc.h174 #define N2DBM(_x,_y) ((((_x) - NOISE_PWR_DATA_OFFSET) << 2) - (_y)/25)
H A Dar9300reg.h26 #define AR_MAC_DMA_OFFSET(_x) offsetof(struct mac_dma_reg, _x)
447 #define AR_MAC_QCU_OFFSET(_x) offsetof(struct mac_qcu_reg, _x)
550 #define AR_MAC_DCU_OFFSET(_x) offsetof(struct mac_dcu_reg, _x)
728 #define AR9300_HOSTIF_OFFSET(_x) offsetof(struct host_intf_reg, _x)
729 #define AR9340_HOSTIF_OFFSET(_x) offsetof(struct host_intf_reg_ar9340, _x)
[all...]
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.c2900 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x)
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcursor.cpp88 intel_move_cursor(uint16 _x, uint16 _y) argument
90 int32 x = (int32)_x - gInfo->shared_info->cursor_hot_x;
/haiku/src/libs/glut/
H A Dglutint.h66 #define GETTIMEOFDAY(_x) (void) sys$gettim (_x);
83 #define GETTIMEOFDAY(_x) gettimeofday(_x)
85 #define GETTIMEOFDAY(_x) gettimeofday(_x, NULL)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v3.h153 #define SCALE_OC_DELTA(_x) (((_x) * 2) / 10)
H A Dah_internal.h677 #define HALASSERT(_x) do { \
678 if (!(_x)) { \
679 ath_hal_assert_failed(__FILE__, __LINE__, #_x); \
683 #define HALASSERT(_x)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c1827 #define senderr(_x, _v) do { ic->ic_stats._v++; ret = _x; goto bad; } while (0)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.c2907 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0)
H A Dieee80211_output.c2628 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0)

Completed in 189 milliseconds