/dflybsd-src/sys/dev/netif/ath/ath_rate/onoe/ |
H A D | onoe.c | 104 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 D | amrr.c | 96 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 D | if_ath_tx.c | 1414 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 D | if_ath_ioctl.c | 131 struct ath_node *an; in ath_ioctl_ratestats() local
|
/dflybsd-src/sys/dev/netif/ath/ath_rate/sample/ |
H A D | sample.c | 139 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 D | mul.c | 31 #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 D | toom22_mul.c | 66 #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 D | nussbaumer_mul.c | 34 mp_srcptr ap, mp_size_t an, in mpn_nussbaumer_mul()
|
H A D | gcd_subdiv_step.c | 40 mp_size_t an, bn; in mpn_gcd_subdiv_step() local
|
H A D | gcdext.c | 101 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 D | divis.c | 51 mpn_divisible_p (mp_srcptr ap, mp_size_t an, in mpn_divisible_p()
|
H A D | gcdext_subdiv_step.c | 44 mp_size_t an, bn, un; in mpn_gcdext_subdiv_step() local
|
H A D | toom2_sqr.c | 59 mp_srcptr ap, mp_size_t an, in mpn_toom2_sqr()
|
H A D | toom3_sqr.c | 68 mp_srcptr ap, mp_size_t an, in mpn_toom3_sqr()
|
H A D | toom32_mul.c | 56 mp_srcptr ap, mp_size_t an, in mpn_toom32_mul()
|
H A D | toom4_sqr.c | 75 mp_srcptr ap, mp_size_t an, in mpn_toom4_sqr()
|
H A D | toom52_mul.c | 56 mp_srcptr ap, mp_size_t an, in mpn_toom52_mul()
|
H A D | sqrmod_bnm1.c | 86 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 D | toom6_sqr.c | 88 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 D | hack.objnam.c | 102 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 D | div.c | 49 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 D | sub1.c | 37 mp_size_t cancel2, an, bn, cn, cn0; in mpfr_sub1() local
|
/dflybsd-src/usr.sbin/ftp-proxy/ |
H A D | filter.c | 186 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 D | dumbmp.c | 237 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 D | powm_ui.c | 29 reduce (mp_ptr tp, mp_srcptr ap, mp_size_t an, mp_srcptr mp, mp_size_t mn) in reduce()
|