Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/tools/tools/ath/athstats/
H A Dstatfoo.h91 static void _t##_setfmt(struct _t *wf, const char *fmt0) \
93 static void _t##_collect_cur(struct _t *wf) \
95 static void _t##_collect_tot(struct _t *wf) \
97 static void _t##_update_tot(struct _t *wf) \
99 static int _t##_get_curstat(struct _t *wf, int s, char b[], size_t bs) \
101 static int _t##_get_totstat(struct _t *wf, int s, char b[], size_t bs) \
103 static void _t##_print_header(struct _t *wf, FILE *fd) \
105 static void _t##_print_current(struct _t *wf, FILE *fd) \
107 static void _t##_print_total(struct _t *wf, FILE *fd) \
109 static void _t##_print_verbose(struct _t *wf, FILE *fd) \
[all …]
/dragonfly/tools/tools/net80211/wlanstats/
H A Dstatfoo.h92 static void _t##_setfmt(struct _t *wf, const char *fmt0) \
94 static void _t##_collect_cur(struct _t *wf) \
96 static void _t##_collect_tot(struct _t *wf) \
98 static void _t##_update_tot(struct _t *wf) \
100 static int _t##_get_curstat(struct _t *wf, int s, char b[], size_t bs) \
102 static int _t##_get_totstat(struct _t *wf, int s, char b[], size_t bs) \
104 static void _t##_print_header(struct _t *wf, FILE *fd) \
106 static void _t##_print_current(struct _t *wf, FILE *fd) \
108 static void _t##_print_total(struct _t *wf, FILE *fd) \
110 static void _t##_print_verbose(struct _t *wf, FILE *fd) \
[all …]
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dfips_prf_internal.c20 u32 t[5], _t[5]; in fips186_2_prf() local
46 os_memcpy(_t, t, 20); in fips186_2_prf()
47 SHA1Transform(_t, xkey); in fips186_2_prf()
48 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
49 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
50 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
51 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
52 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
53 os_memcpy(xpos, _t, 20); in fips186_2_prf()
H A Dfips_prf_wolfssl.c39 u32 t[5], _t[5]; in fips186_2_prf() local
65 os_memcpy(_t, t, 20); in fips186_2_prf()
66 sha1_transform(_t, xkey); in fips186_2_prf()
67 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
68 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
69 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
70 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
71 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
H A Dfips_prf_openssl.c51 u32 t[5], _t[5]; in fips186_2_prf() local
77 os_memcpy(_t, t, 20); in fips186_2_prf()
78 sha1_transform(_t, xkey); in fips186_2_prf()
79 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
80 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
81 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
82 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
83 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
/dragonfly/sys/libprop/
H A Dprop_array_util.c81 int ## size ## _t *valp) \
100 *valp = (int ## size ## _t) prop_number_integer_value(num); \
108 uint ## size ## _t *valp) \
124 *valp = (uint ## size ## _t) \
133 int ## size ## _t val) \
150 uint ## size ## _t val) \
166 int ## size ## _t val) \
182 uint ## size ## _t val) \
H A Dprop_dictionary_util.c93 int ## size ## _t *valp) \
112 *valp = (int ## size ## _t) prop_number_integer_value(num); \
120 uint ## size ## _t *valp) \
136 *valp = (uint ## size ## _t) \
145 int ## size ## _t val) \
162 uint ## size ## _t val) \
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4538 _t <<= 8U; _x >>= 8U; _t |= _x & 0xFFU; \
544 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
545 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
546 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
556 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
557 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
558 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
559 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
560 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
561 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
[all …]
H A D_libelf.h210 unsigned int _libelf_falign(Elf_Type _t, int _elfclass);
211 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
213 int (*_libelf_get_translator(Elf_Type _t, int _direction, int _elfclass))
220 unsigned int _libelf_malign(Elf_Type _t, int _elfclass);
222 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_osdep.h139 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \ argument
141 (bus_space_handle_t)(_ah)->ah_sh, (_start), (_len), (_t))
142 #define OS_BUS_BARRIER_REG(_ah, _reg, _t) \ argument
143 OS_BUS_BARRIER((_ah), (_reg), 4, (_t))
/dragonfly/contrib/bmake/mk/
H A Dinstall-new.mk37 _t=-e; _bak=; \
40 -?) _t=$$1; shift;; \
46 if test $$_t $$new; then \
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
H A Dop-4.h353 UWtype _t; \
355 umul_ppmm(p2,_t,m,n1); \
356 __FP_FRAC_ADDI_2(p2,p1,_t); \
357 umul_ppmm(p3,_t,m,n2); \
358 __FP_FRAC_ADDI_2(p3,p2,_t); \
610 UWtype _t; \
611 _t = ((x0 += i) < i); \
612 x1 += _t; _t = (x1 < _t); \
613 x2 += _t; _t = (x2 < _t); \
614 x3 += _t; \
H A Dop-2.h181 UWtype _t = xl; \
182 xh -= yh + ((xl -= yl) > _t); \
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h1291 _t <<= 8U; _x >>= 8U; _t |= _x & 0xFFU; \
1297 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1298 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1299 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1307 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1308 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1309 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1310 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1311 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
1312 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
[all …]
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h442 #define is_valid_key_type(_t) ((1 << (_t)) & VALID_KEY_TYPES) argument
481 #define is_valid_pkt_type(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/dragonfly/contrib/mpfr/src/
H A Dmpfr.h857 mpfr_kind_t _t; \
861 _t = (mpfr_kind_t) _k; \
864 _t = (mpfr_kind_t) -k; \
867 _e = _t == MPFR_REGULAR_KIND ? (e) : \
868 _t == MPFR_NAN_KIND ? __MPFR_EXP_NAN : \
869 _t == MPFR_INF_KIND ? __MPFR_EXP_INF : __MPFR_EXP_ZERO; \
/dragonfly/contrib/bmake/
H A Dboot-strap285 _t=-s
290 -?) _t=$1; shift;;
296 [ $_t "$1" ] && echo "$1"
305 if [ $_t "./$want" ]; then
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry.c213 #define copy_digest(_e2, _e, _t) \ in archive_entry_clone() argument
214 memcpy(_e2->digest._t, _e->digest._t, sizeof(_e2->digest._t)) in archive_entry_clone()
1458 #define copy_digest(_e, _t, _d)\ in archive_entry_set_digest() argument
1459 memcpy(_e->digest._t, _d, sizeof(_e->digest._t)) in archive_entry_set_digest()
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c2309 int _t; \ in bwn_phy_lp_calc_rx_iq_comp()
2310 _t = _x - 20; \ in bwn_phy_lp_calc_rx_iq_comp()
2311 if (_t >= 0) { \ in bwn_phy_lp_calc_rx_iq_comp()
2312 _v = ((_y << (30 - _x)) + (_z >> (1 + _t))) / (_z >> _t); \ in bwn_phy_lp_calc_rx_iq_comp()
2314 _v = ((_y << (30 - _x)) + (_z << (-1 - _t))) / (_z << -_t); \ in bwn_phy_lp_calc_rx_iq_comp()
2318 int _t; \ in bwn_phy_lp_calc_rx_iq_comp()
2319 _t = _x - 11; \ in bwn_phy_lp_calc_rx_iq_comp()
2320 if (_t >= 0) \ in bwn_phy_lp_calc_rx_iq_comp()
2321 _v = (_y << (31 - _x)) / (_z >> _t); \ in bwn_phy_lp_calc_rx_iq_comp()
2323 _v = (_y << (31 - _x)) / (_z << -_t); \ in bwn_phy_lp_calc_rx_iq_comp()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_xmit.c469 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c122 #define isValidKeyType(_t) ((1 << (_t)) & VALID_KEY_TYPES) argument
149 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c502 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/dragonfly/lib/libusb/
H A Dlibusb20_int.h67 libusb20_##field##_t *field;
/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_volume.c56 intpcm##BIT##_t v; \
/dragonfly/contrib/tcpdump/
H A Dprint-rx.c797 #define DATEOUT() { time_t _t; struct tm *tm; char str[256]; \
798 _t = (time_t) GET_BE_S_4(bp); \
800 tm = localtime(&_t); \

12