Symbol: w8
usr/src/common/crypto/sha2/sha2.c
170
uint32_t w8, w9, w10, w11, w12, w13, w14, w15;
usr/src/common/crypto/sha2/sha2.c
230
w8 = LOAD_BIG_32(blk + 4 * 8);
usr/src/common/crypto/sha2/sha2.c
231
SHA256ROUND(a, b, c, d, e, f, g, h, 8, w8);
usr/src/common/crypto/sha2/sha2.c
268
w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
270
w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
271
SHA256ROUND(a, b, c, d, e, f, g, h, 24, w8);
usr/src/common/crypto/sha2/sha2.c
274
w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
284
w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
usr/src/common/crypto/sha2/sha2.c
301
w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
303
w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
304
SHA256ROUND(a, b, c, d, e, f, g, h, 40, w8);
usr/src/common/crypto/sha2/sha2.c
307
w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
317
w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
usr/src/common/crypto/sha2/sha2.c
334
w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
336
w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
337
SHA256ROUND(a, b, c, d, e, f, g, h, 56, w8);
usr/src/common/crypto/sha2/sha2.c
340
w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
350
w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
usr/src/common/crypto/sha2/sha2.c
380
uint64_t w8, w9, w10, w11, w12, w13, w14, w15;
usr/src/common/crypto/sha2/sha2.c
446
w8 = LOAD_BIG_64(blk + 8 * 8);
usr/src/common/crypto/sha2/sha2.c
447
SHA512ROUND(a, b, c, d, e, f, g, h, 8, w8);
usr/src/common/crypto/sha2/sha2.c
484
w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
486
w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
487
SHA512ROUND(a, b, c, d, e, f, g, h, 24, w8);
usr/src/common/crypto/sha2/sha2.c
490
w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
500
w15 = SIGMA1(w13) + w8 + SIGMA0(w0) + w15;
usr/src/common/crypto/sha2/sha2.c
517
w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
519
w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
520
SHA512ROUND(a, b, c, d, e, f, g, h, 40, w8);
usr/src/common/crypto/sha2/sha2.c
523
w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
533
w15 = SIGMA1(w13) + w8 + SIGMA0(w0) + w15;
usr/src/common/crypto/sha2/sha2.c
550
w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
552
w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
553
SHA512ROUND(a, b, c, d, e, f, g, h, 56, w8);
usr/src/common/crypto/sha2/sha2.c
556
w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
566
w15 = SIGMA1(w13) + w8 + SIGMA0(w0) + w15;
usr/src/common/crypto/sha2/sha2.c
583
w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7;
usr/src/common/crypto/sha2/sha2.c
585
w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8;
usr/src/common/crypto/sha2/sha2.c
586
SHA512ROUND(a, b, c, d, e, f, g, h, 72, w8);
usr/src/common/crypto/sha2/sha2.c
589
w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10;
usr/src/common/crypto/sha2/sha2.c
599
w15 = SIGMA1(w13) + w8 + SIGMA0(w0) + w15;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
656
uint8_t w8;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
702
w8 = qlge->fdesc.flash_model[15];
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
705
qlge->fdesc.flash_model[15] = w8;
usr/src/uts/common/os/sunddi.c
474
int8_t w8;
usr/src/uts/common/os/sunddi.c
492
(int8_t *)addr, &w8) != DDI_SUCCESS)
usr/src/uts/common/os/sunddi.c
494
if (ureadc(w8, uio))