Symbol: W
common/dist/zlib/crc32.c
112
defined(W) && W == 8
common/dist/zlib/crc32.c
116
#if defined(W) && (!defined(ARMCRC32) || defined(DYNAMIC_CRC_TABLE))
common/dist/zlib/crc32.c
124
# if W == 8
common/dist/zlib/crc32.c
205
#ifdef W
common/dist/zlib/crc32.c
207
local z_crc_t FAR crc_braid_table[W][256];
common/dist/zlib/crc32.c
208
local z_word_t FAR crc_braid_big_table[W][256];
common/dist/zlib/crc32.c
255
#ifdef W
common/dist/zlib/crc32.c
266
#ifdef W
common/dist/zlib/crc32.c
268
braid(crc_braid_table, crc_braid_big_table, N, W);
common/dist/zlib/crc32.c
279
#if !defined(W) || W != 8
common/dist/zlib/crc32.c
458
#ifdef W
common/dist/zlib/crc32.c
603
#ifdef W
common/dist/zlib/crc32.c
612
for (k = 0; k < W; k++)
common/dist/zlib/crc32.c
619
for (k = 0; k < W; k++)
common/dist/zlib/crc32.c
621
crc_big_table[(data >> ((W - 1) << 3)) & 0xff];
common/dist/zlib/crc32.c
639
#ifdef W
common/dist/zlib/crc32.c
642
if (len >= N * W + W - 1) {
common/dist/zlib/crc32.c
649
while (len && ((z_size_t)buf & (W - 1)) != 0) {
common/dist/zlib/crc32.c
655
blks = len / (N * W);
common/dist/zlib/crc32.c
656
len -= blks * N * W;
common/dist/zlib/crc32.c
750
for (k = 1; k < W; k++) {
common/dist/zlib/crc32.c
872
for (k = 1; k < W; k++) {
common/dist/zlib/crc32.c
98
#ifdef W
common/dist/zlib/crc32.c
99
# if W == 8 && defined(Z_U8)
common/dist/zlib/crc32.h
1749
#if W == 8
common/dist/zlib/crc32.h
211
#if W == 8
common/dist/zlib/crc32.h
3287
#if W == 8
common/dist/zlib/crc32.h
4825
#if W == 8
common/dist/zlib/crc32.h
59
#ifdef W
common/dist/zlib/crc32.h
61
#if W == 8
common/dist/zlib/crc32.h
6363
#if W == 8
common/dist/zlib/crc32.h
7901
#if W == 8
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
103
int rijndaelKeyEncToDec(word8 W[MAXROUNDS+1][4][4], int ROUNDS) {
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
108
w = W[r][0];
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
115
w = W[r][1];
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
122
w = W[r][2];
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
129
w = W[r][3];
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
36
int rijndaelKeySched(word8 k[MAXKC][4], word8 W[MAXROUNDS+1][4][4], int ROUNDS) {
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
56
*((word32*)W[r][t]) = *((word32*)tk[j]);
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.c
91
*((word32*)W[r][t]) = *((word32*)tk[j]);
crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael-alg-fst.h
21
int rijndaelKeyEncToDec(u_int8_t W[RIJNDAEL_MAXROUNDS+1][4][4], int ROUNDS);
lib/libedit/history.c
82
#define TYPE(type) type ## W
lib/libedit/tokenizer.c
79
#define TYPE(type) type ## W
lib/libm/ld80/e_powl.c
222
#define F W
lib/libm/ld80/e_powl.c
225
#define G W
lib/libm/ld80/e_powl.c
228
#define H W
lib/libm/ld80/e_powl.c
236
static long double w, W, Wa, Wb, ya, yb, u;
libexec/ftpd/extern.h
372
#define NEXTWORD(P, W) do { \
libexec/ftpd/extern.h
373
(W) = strsep(&(P), " \t"); \
libexec/ftpd/extern.h
374
} while ((W) != NULL && *(W) == '\0')
sbin/nvmectl/bignum.c
2252
mp_digit W[MP_WARRAY];
sbin/nvmectl/bignum.c
2292
W[ix] = ((mp_digit)_W) & MP_MASK;
sbin/nvmectl/bignum.c
2307
*tmpc++ = (ix < pa) ? W[ix] : 0;
sbin/nvmectl/bignum.c
2449
mp_digit W[MP_WARRAY];
sbin/nvmectl/bignum.c
2486
W[ix] = ((mp_digit)_W) & MP_MASK;
sbin/nvmectl/bignum.c
2502
*tmpc++ = W[ix];
sbin/nvmectl/bignum.c
3052
mp_digit W[MP_WARRAY], *tmpx;
sbin/nvmectl/bignum.c
3106
W[ix] = (mp_digit)(_W & MP_MASK);
sbin/nvmectl/bignum.c
3120
*tmpb++ = W[ix] & MP_MASK;
sbin/nvmectl/bignum.c
3593
mp_word W[MP_WARRAY];
sbin/nvmectl/bignum.c
3613
_W = W;
sbin/nvmectl/bignum.c
3640
mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK);
sbin/nvmectl/bignum.c
3665
_W = W + ix;
sbin/nvmectl/bignum.c
3674
W[ix + 1] += W[ix] >> ((mp_word) DIGIT_BIT);
sbin/nvmectl/bignum.c
3688
_W1 = W + ix;
sbin/nvmectl/bignum.c
3691
_W = W + ++ix;
sbin/nvmectl/bignum.c
3708
_W = W + n->used;
sys/arch/m68k/fpe/fpu_log.c
199
static struct fpn X, F, U, V, W, KLOG2;
sys/arch/m68k/fpe/fpu_log.c
239
CPYFPN(&W, d);
sys/arch/m68k/fpe/fpu_log.c
253
CPYFPN(&fe->fe_f2, &W);
sys/arch/m68k/fpe/fpu_log.c
263
CPYFPN(&fe->fe_f1, &W);
sys/dev/marvell/mvxpsec.c
2938
uint8_t W[MAXROUNDS+1][4][MAXBC])
sys/dev/marvell/mvxpsec.c
2969
for(i = 0; i < 4; i++) W[t / BC][i][t % BC] = tk[i][j];
sys/dev/marvell/mvxpsec.c
2993
for(i = 0; i < 4; i++) W[t / BC][i][t % BC] = tk[i][j];
sys/dev/marvell/mvxpsec.c
3002
uint8_t W[MAXROUNDS+1][4][MAXBC];
sys/dev/marvell/mvxpsec.c
3022
mv_aes_ksched(k, keyLen, W);
sys/dev/marvell/mvxpsec.c
3042
expandedKey[i*4+j] = W[rounds][j][i];
sys/dev/marvell/mvxpsec.c
3045
expandedKey[i*4+j] = W[rounds-1][j][i+MAXBC-KC];
sys/dev/pci/ixgbe/ixgbe_osdep.h
58
#define EWARN(H, W) printf(W)
sys/net/if_wg.c
451
sliwin_reset(struct sliwin *W)
sys/net/if_wg.c
454
memset(W, 0, sizeof(*W));
sys/net/if_wg.c
468
sliwin_check_fast(const volatile struct sliwin *W, uint64_t S)
sys/net/if_wg.c
476
if (S + SLIWIN_NPKT < atomic_load_relaxed(&W->T))
sys/net/if_wg.c
500
sliwin_update(struct sliwin *W, uint64_t S)
sys/net/if_wg.c
508
if (S + SLIWIN_NPKT < W->T)
sys/net/if_wg.c
515
if (S > W->T) {
sys/net/if_wg.c
516
uint64_t i = W->T / SLIWIN_BPW;
sys/net/if_wg.c
521
W->B[(i + k + 1) % SLIWIN_WORDS] = 0;
sys/net/if_wg.c
523
atomic_store_relaxed(&W->T, S);
sys/net/if_wg.c
525
W->T = S;
sys/net/if_wg.c
532
if (W->B[word] & (1UL << bit))
sys/net/if_wg.c
534
W->B[word] |= 1U << bit;
usr.bin/mail/cmdtab.c
129
/* R */ { "hold", preserve, 0, CMP(n) W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
72
/* R */ { "touch", stouch, 0, CMP(n) W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
73
/* R */ { "preserve", preserve, 0, CMP(n) W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
74
/* R */ { "delete", delete, 0, CMP(n) W|P|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
75
/* R */ { "dp", deltype, C, CMP(n) W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
76
/* R */ { "dt", deltype, C, CMP(n) W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
80
/* R */ { "mbox", mboxit, 0, CMP(n) W|MSGLIST, 0, MMNDEL },
usr.bin/mail/def.h
236
#define ARGTYPE_MASK ~(P|I|M|W|F|T|R)
usr.bin/mail/lex.c
696
if (readonly && com->c_argtype & W) {
usr.bin/menuc/parse.y
157
| W "=" INT_CONST { cur_menu->info->w = atoi($3); }
usr.bin/menuc/parse.y
55
%token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
592
static int64_t U[2][160], W[2][160];
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
684
W[chan][i] = U[chan][i] *
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
687
W[chan][i] = U[chan][i] *
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
696
X[offset] += W[chan][k + (i *