| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_cipher.c | 103 union padlock_cw *cw; in padlock_cipher_key_setup() local 106 cw = &ses->ses_cw; in padlock_cipher_key_setup() 125 union padlock_cw *cw; in padlock_cipher_setup() local 132 cw = &ses->ses_cw; in padlock_cipher_setup() 133 bzero(cw, sizeof(*cw)); in padlock_cipher_setup() 206 cw = &ses->ses_cw; in padlock_cipher_process() 207 cw->cw_filler0 = 0; in padlock_cipher_process() 208 cw->cw_filler1 = 0; in padlock_cipher_process() 209 cw->cw_filler2 = 0; in padlock_cipher_process() 210 cw->cw_filler3 = 0; in padlock_cipher_process() [all …]
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_chip.c | 80 uint32_t memcfg, cw, rw, dw; in ar5315_chip_detect_mem_size() local 86 cw = __SHIFTOUT(memcfg, AR5315_MEM_CFG_COL_WIDTH); in ar5315_chip_detect_mem_size() 87 cw += 1; in ar5315_chip_detect_mem_size() 97 memsize = (1 << cw) * (1 << rw) * dw; in ar5315_chip_detect_mem_size() 100 cw, rw, dw, memsize); in ar5315_chip_detect_mem_size()
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_newreno.c | 136 u_int cw = CCV(ccv, snd_cwnd); in newreno_ack_received() local 166 if (cw > CCV(ccv, snd_ssthresh)) { in newreno_ack_received() 173 incr = max((incr * incr / cw), 1); in newreno_ack_received() 194 CCV(ccv, snd_cwnd) = min(cw + incr, in newreno_ack_received()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 241 unsigned int n, int *cw, in rxa_wrr_next() argument 254 *cw = *cw - gcd; in rxa_wrr_next() 255 if (*cw <= 0) in rxa_wrr_next() 256 *cw = max_wt; in rxa_wrr_next() 263 if ((int)w >= *cw) in rxa_wrr_next() 559 int cw = -1; in rxa_calc_wrr_sequence() local 603 cw = -1; in rxa_calc_wrr_sequence() 605 rx_wrr[i] = rxa_wrr_next(rx_adapter, poll_q, &cw, in rxa_calc_wrr_sequence()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 74 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw)) argument 150 void fldcw(u_short cw);
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 84 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw)) argument 131 void fldcw(u_short cw);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211.c | 2051 int i, cw; in ieee80211_announce_channels() local 2073 cw = 40; in ieee80211_announce_channels() 2075 cw = 10; in ieee80211_announce_channels() 2077 cw = 5; in ieee80211_announce_channels() 2079 cw = 20; in ieee80211_announce_channels() 2082 , cw in ieee80211_announce_channels()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux.h | 381 u_int32_t cw; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux.h | 408 u_int32_t cw; member
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | fsp2.dts | 370 compatible = "ibm,cw-476fsp2";
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | AUTHORS | 75 Chris Wedgwood <cw@f00f.org>
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 719 u_long cw = strtoul(cp+1, &ep, 10); in getchannelflags() local 721 switch (cw) { in getchannelflags() 736 if (cw == 80) in getchannelflags() 738 else if (cw == 160) in getchannelflags()
|