Searched refs:an (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/primes/
H A Dspsp.c40 uint64_t an = a % n; local
44 x += an;
45 if ((x < an) || (x >= n))
48 if (an + an < an)
49 an = an + an - n;
50 else if (an
[all...]
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.h64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1])
H A Donoe.c101 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
107 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, argument
116 struct onoe_node *on = ATH_NODE_ONOE(an);
133 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, argument
136 struct onoe_node *on = ATH_NODE_ONOE(an);
152 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, argument
155 struct onoe_node *on = ATH_NODE_ONOE(an);
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, argument
169 struct onoe_node *on = ATH_NODE_ONOE(an);
184 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
193 struct ath_node *an = ATH_NODE(ni); local
411 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *re) argument
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox412 Hi, this is an edit box. It can be used to edit text from a file.
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.h78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1])
H A Damrr.c93 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
99 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, argument
108 struct amrr_node *amn = ATH_NODE_AMRR(an);
125 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, argument
128 struct amrr_node *amn = ATH_NODE_AMRR(an);
145 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, argument
148 struct amrr_node *amn = ATH_NODE_AMRR(an);
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, argument
162 struct amrr_node *amn = ATH_NODE_AMRR(an);
191 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
220 struct ath_node *an = ATH_NODE(ni); local
425 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *re) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DHost.inc26 // Override the default target with an environment variable named by LLVM_TARGET_TRIPLE_ENV.
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.h88 extern void ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an);
102 extern void ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an);
103 extern void ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an,
105 extern void ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an,
112 extern void ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an,
114 extern struct ieee80211_tx_ampdu * ath_tx_get_tx_tid(struct ath_node *an,
135 extern void ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an);
136 extern void ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an);
137 extern int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
138 extern void ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an);
[all...]
H A Dif_ath_tx_ht.h60 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an,
H A Dif_ath_tx.c121 static int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
123 static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
125 static int ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an,
132 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an,
216 * Since the sender may try to set an AC which is
439 * If 11n is enabled, set it up as if it's an aggregate
451 * descriptor in the first frame in an
531 * Setup segments+descriptors for an 11n aggregate.
649 * info. But if the last frame in an aggregate has one
659 * is called on the final descriptor in an MPD
1391 struct ath_node *an = ATH_NODE(bf->bf_node); local
1414 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, struct mbuf *m0, int *queue_to_head) argument
1479 struct ath_node *an = ATH_NODE(bf->bf_node); local
1541 struct ath_node *an; local
2079 struct ath_node *an = ATH_NODE(ni); local
2561 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2653 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2700 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2941 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_txq *txq, struct ath_buf *bf) argument
3032 struct ath_node *an = ATH_NODE(ni); local
3175 ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an) argument
3197 ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an) argument
3687 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3727 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3809 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
3968 ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an) argument
4070 struct ath_node *an = ATH_NODE(ni); local
4155 struct ath_node *an = ATH_NODE(ni); local
4193 ath_tx_tid_cleanup_frame(struct ath_softc *sc, struct ath_node *an, int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq) argument
4258 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4329 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4398 struct ath_node *an = ATH_NODE(ni); local
4489 struct ath_node *an = ATH_NODE(ni); local
4555 struct ath_node *an = ATH_NODE(ni); local
4643 struct ath_node *an = ATH_NODE(ni); local
4707 struct ath_node *an = ATH_NODE(ni); local
5040 struct ath_node *an = ATH_NODE(ni); local
5239 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5468 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5646 ath_tx_get_tx_tid(struct ath_node *an, int tid) argument
5662 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5680 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5713 struct ath_node *an = ATH_NODE(ni); local
5791 struct ath_node *an = ATH_NODE(ni); local
5838 struct ath_node *an = ATH_NODE(ni); local
5912 ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an) argument
5973 struct ath_node *an = ATH_NODE(ni); local
6046 struct ath_node *an = ATH_NODE(ni); local
6073 ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an) argument
6100 ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an) argument
6137 ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an) argument
[all...]
H A Dif_athrate.h63 * number is != ATH_TXMAXTRY then an additional callback is made to setup
113 * (when operating as an ap or for nodes discovered when operating
125 void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
165 int ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c85 * This file is an implementation of the SampleRate algorithm
132 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
138 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
164 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, argument
167 struct sample_node *sn = ATH_NODE_SAMPLE(an);
180 if ((an->an_node.ni_flags & IEEE80211_NODE_HT) &&
211 if (an->an_node.ni_flags & IEEE80211_NODE_HT) {
220 if (! (an->an_node.ni_flags & IEEE80211_NODE_HT)) {
233 if (an->an_node.ni_flags & IEEE80211_NODE_HT) {
248 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, argument
371 struct ath_node *an = ATH_NODE(ni); local
393 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
434 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
482 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix0, int *try0, u_int8_t *txrate) argument
665 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, uint8_t rix0, struct ath_rc_series *rc) argument
688 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
713 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int rix1, int tries1, int rix2, int tries2, int rix3, int tries3, int short_tries, int tries, int status, int nframes, int nbad) argument
854 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
1010 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1040 struct ath_node *an = ATH_NODE(ni); local
1170 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *rs) argument
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodword.exp2 LIST:[]="" is an error
41 LIST:[1.]="" is an error
43 LIST:[1].="}" is an error
49 LIST:[-]="" is an error
51 LIST:[--]="" is an error
70 LIST:[1.]="" is an error
72 LIST:[1..]="" is an error
75 LIST:[1..1.]="" is an error
81 LIST:[0..1]="" is an error
83 LIST:[-1..0]="" is an erro
[all...]
H A Dcomment.mk12 # This is an escaped comment \
20 # This is NOT an escaped comment due to the double backslashes \\
H A Dmodword.mk28 @echo 'LIST:[]="${LIST:[]}" is an error'
70 @echo 'LIST:[1.]="${LIST:[1.]}" is an error'
71 @echo 'LIST:[1].="${LIST:[1].}" is an error'
76 @echo 'LIST:[-]="${LIST:[-]}" is an error'
77 @echo 'LIST:[--]="${LIST:[--]}" is an error'
97 @echo 'LIST:[1.]="${LIST:[1.]}" is an error'
98 @echo 'LIST:[1..]="${LIST:[1..]}" is an error'
100 @echo 'LIST:[1..1.]="${LIST:[1..1.]}" is an error'
105 @echo 'LIST:[0..1]="${LIST:[0..1]}" is an error'
106 @echo 'LIST:[-1..0]="${LIST:[-1..0]}" is an erro
[all...]
H A Dcond1.mk74 # We expect an extra else warning - we're not skipping here
76 A=this should be an error
84 # We expect an extra else warning - we are skipping here
86 B=this should be an error
H A Dforloop.exp14 We expect an error next:
H A Dunexport-env.mk6 # an example of setting up a minimal environment.
/freebsd-11-stable/sys/modules/an/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/an/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/an
/freebsd-11-stable/sys/dev/an/
H A Dif_an_isa.c72 #include <dev/an/if_aironet_ieee.h>
73 #include <dev/an/if_anreg.h>
141 "an",
148 DRIVER_MODULE(an, isa, an_isa_driver, an_isa_devclass, 0, 0);
149 MODULE_DEPEND(an, isa, 1, 1, 1);
150 MODULE_DEPEND(an, wlan, 1, 1, 1);
H A Dif_an_pccard.c69 #include <dev/an/if_aironet_ieee.h>
70 #include <dev/an/if_anreg.h>
94 "an",
101 DRIVER_MODULE(an, pccard, an_pccard_driver, an_pccard_devclass, 0, 0);
102 MODULE_DEPEND(an, wlan, 1, 1, 1);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_test.c138 const unsigned char *aad, int an,
154 if (an)
155 hexdump(stdout, "AAD", aad, an);
183 if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
214 if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
298 if (an && !EVP_DecryptUpdate(&ctx, NULL, &outl, aad, an)) {
330 if (an
134 test1(const EVP_CIPHER *c, const unsigned char *key, int kn, const unsigned char *iv, int in, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, int cn, const unsigned char *aad, int an, const unsigned char *tag, int tn, int encdec) argument
379 test_cipher(const char *cipher, const unsigned char *key, int kn, const unsigned char *iv, int in, const unsigned char *plaintext, int pn, const unsigned char *ciphertext, int cn, const unsigned char *aad, int an, const unsigned char *tag, int tn, int encdec) argument
506 int an = 0; local
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkbuildinf.pl12 * Generate CFLAGS as an array of individual characters. This is a

Completed in 142 milliseconds

1234567891011>>