Home
last modified time | relevance | path

Searched defs:an (Results 1 – 25 of 58) sorted by relevance

123

/dflybsd-src/sys/dev/netif/ath/ath_rate/onoe/
H A Donoe.c104 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
110 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
115 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
136 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
155 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc()
168 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete()
187 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc()
196 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() local
414 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
/dflybsd-src/sys/dev/netif/ath/ath_rate/amrr/
H A Damrr.c96 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
102 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
107 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
128 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
148 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc()
161 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, in ath_rate_tx_complete()
194 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc()
223 struct ath_node *an = ATH_NODE(ni); in ath_rate_update() local
428 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, in ath_rate_fetch_node_stats()
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c1414 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_update_clrdmask() local
1437 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, in ath_tx_should_swq_frame()
1510 struct ath_node *an = ATH_NODE(bf->bf_node); in ath_tx_xmit_normal() local
1573 struct ath_node *an; in ath_tx_normal_setup() local
2106 struct ath_node *an = ATH_NODE(ni); in ath_tx_raw_start() local
2591 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, in ath_tx_addto_baw()
2683 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, in ath_tx_switch_baw_buf()
2730 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, in ath_tx_update_baw()
2982 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, in ath_tx_xmit_aggr()
3073 struct ath_node *an = ATH_NODE(ni); in ath_tx_swq() local
[all …]
H A Dif_ath_ioctl.c131 struct ath_node *an; in ath_ioctl_ratestats() local
/dflybsd-src/sys/dev/netif/ath/ath_rate/sample/
H A Dsample.c139 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_init()
145 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) in ath_rate_node_cleanup()
171 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, in pick_best_rate()
255 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()
378 struct ath_node *an = ATH_NODE(ni); in ath_rate_update_static_rix() local
400 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, in ath_rate_pick_seed_rate_legacy()
441 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, in ath_rate_pick_seed_rate_ht()
489 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, in ath_rate_findrate()
672 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, in ath_rate_getxtxrates()
695 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, in ath_rate_setupxtxdesc()
[all …]
/dflybsd-src/contrib/gmp/mpn/generic/
H A Dmul.c31 #define TOOM33_OK(an,bn) (6 + 2 * an < 3 * bn) argument
32 #define TOOM44_OK(an,bn) (12 + 3 * an < 4 * bn) argument
H A Dtoom22_mul.c66 #define TOOM22_MUL_REC(p, a, an, b, bn, ws) \ argument
79 mp_srcptr ap, mp_size_t an, in mpn_toom22_mul()
H A Dnussbaumer_mul.c34 mp_srcptr ap, mp_size_t an, in mpn_nussbaumer_mul()
H A Dgcd_subdiv_step.c40 mp_size_t an, bn; in mpn_gcd_subdiv_step() local
H A Dgcdext.c101 mp_size_t an; in compute_v() local
190 mp_ptr ap, mp_size_t an, mp_ptr bp, mp_size_t n) in mpn_gcdext()
H A Ddivis.c51 mpn_divisible_p (mp_srcptr ap, mp_size_t an, in mpn_divisible_p()
H A Dgcdext_subdiv_step.c44 mp_size_t an, bn, un; in mpn_gcdext_subdiv_step() local
H A Dtoom2_sqr.c59 mp_srcptr ap, mp_size_t an, in mpn_toom2_sqr()
H A Dtoom3_sqr.c68 mp_srcptr ap, mp_size_t an, in mpn_toom3_sqr()
H A Dtoom32_mul.c56 mp_srcptr ap, mp_size_t an, in mpn_toom32_mul()
H A Dtoom4_sqr.c75 mp_srcptr ap, mp_size_t an, in mpn_toom4_sqr()
H A Dtoom52_mul.c56 mp_srcptr ap, mp_size_t an, in mpn_toom52_mul()
H A Dsqrmod_bnm1.c86 mpn_sqrmod_bnm1 (mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an, mp_ptr tp) in mpn_sqrmod_bnm1()
H A Dtoom6_sqr.c88 mpn_toom6_sqr (mp_ptr pp, mp_srcptr ap, mp_size_t an, mp_ptr scratch) in mpn_toom6_sqr()
/dflybsd-src/games/hack/
H A Dhack.objnam.c102 const char *an = ocl->oc_name; in typename() local
171 const char *an = objects[obj->otyp].oc_name; in xname() local
450 char *un, *dn, *an; in readobjnam() local
/dflybsd-src/contrib/mpfr/src/
H A Ddiv.c49 mpfr_mpn_cmpzero (mpfr_limb_ptr ap, mp_size_t an) in mpfr_mpn_cmpzero()
62 mpfr_mpn_cmp_aux (mpfr_limb_ptr ap, mp_size_t an, in mpfr_mpn_cmp_aux()
H A Dsub1.c37 mp_size_t cancel2, an, bn, cn, cn0; in mpfr_sub1() local
/dflybsd-src/usr.sbin/ftp-proxy/
H A Dfilter.c186 char an[PF_ANCHOR_NAME_SIZE]; in prepare_commit() local
225 char an[PF_ANCHOR_NAME_SIZE]; in prepare_rule() local
/dflybsd-src/contrib/gmp/
H A Ddumbmp.c237 int an = ABSIZ (a); in mpz_sizeinbase() local
357 int an = ABSIZ (a), bn = ABSIZ (b), rn; in mpz_add() local
410 int an = ABSIZ (a), bn = ABSIZ (b), rn; in mpz_sub() local
476 int an = ABSIZ (a), bn = ABSIZ (b), rn; in mpz_mul() local
771 int an, bn, i, j; in mpz_get_str() local
/dflybsd-src/contrib/gmp/mpz/
H A Dpowm_ui.c29 reduce (mp_ptr tp, mp_srcptr ap, mp_size_t an, mp_srcptr mp, mp_size_t mn) in reduce()

123