W                  58 base/sha1_portable.cc     uint32 W[80];
W                 166 base/sha1_portable.cc     swapends(&W[t]);
W                 170 base/sha1_portable.cc     W[t] = S(1, W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16]);
W                 181 base/sha1_portable.cc     uint32 TEMP = S(5, A) + f(t, B, C, D) + E + W[t] + K(t);
W                 805 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(K, W)  // Kuwait
W                 837 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(R, W)  // Rwanda
W                 849 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(T, W)  // Taiwan
W                 858 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(Z, W)  // Zimbabwe
W                 912 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(W, F)  // Wallis and Futuna
W                 931 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(A, W)  // Aruba
W                 947 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(G, W)  // Guinea-Bissau
W                1006 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(B, W)  // Botswana
W                1035 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(M, W)  // Malawi
W                1041 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(P, W)  // Palau
W                1053 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(W, S)  // Samoa
W                 188 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[0]);
W                 189 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[1]);
W                 190 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[2]);
W                 191 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[3]);
W                 192 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[4]);
W                 193 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[5]);
W                 194 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[6]);
W                 195 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[7]);
W                 196 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[8]);
W                 197 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[9]);
W                 198 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[10]);
W                 199 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[11]);
W                 200 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[12]);
W                 201 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[13]);
W                 202 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[14]);
W                 203 crypto/third_party/nss/sha512.cc     BYTESWAP4(W[15]);
W                 206 crypto/third_party/nss/sha512.cc #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
W                 287 crypto/third_party/nss/sha512.cc     h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \
W                 449 crypto/third_party/nss/sha512.cc     W[14] = SHA_HTONL(hi);
W                 450 crypto/third_party/nss/sha512.cc     W[15] = SHA_HTONL(lo);
W                 452 crypto/third_party/nss/sha512.cc     W[14] = hi;
W                 453 crypto/third_party/nss/sha512.cc     W[15] = lo;
W                 723 crypto/third_party/nss/sha512.cc #define INITW(t) W[t] = (s1(W[t-2]) + W[t-7] + s0(W[t-15]) + W[t-16])
W                 726 crypto/third_party/nss/sha512.cc     h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \
W                 763 crypto/third_party/nss/sha512.cc 	lo = s1lo(W[t-2]); \
W                 764 crypto/third_party/nss/sha512.cc 	lo += (tm = W[t-7].lo);     if (lo < tm) cy++; \
W                 765 crypto/third_party/nss/sha512.cc 	lo += (tm = s0lo(W[t-15])); if (lo < tm) cy++; \
W                 766 crypto/third_party/nss/sha512.cc 	lo += (tm = W[t-16].lo);    if (lo < tm) cy++; \
W                 767 crypto/third_party/nss/sha512.cc 	W[t].lo = lo; \
W                 768 crypto/third_party/nss/sha512.cc 	W[t].hi = cy + s1hi(W[t-2]) + W[t-7].hi + s0hi(W[t-15]) + W[t-16].hi; \
W                 777 crypto/third_party/nss/sha512.cc 	lo += (tm =    W[n].lo);	if (lo < tm) cy++; \
W                 779 crypto/third_party/nss/sha512.cc 	h.hi += cy + S1hi(e) + Chxx(e,f,g,hi) + K512[n].hi + W[n].hi; \
W                 800 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[0]);
W                 801 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[1]);
W                 802 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[2]);
W                 803 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[3]);
W                 804 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[4]);
W                 805 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[5]);
W                 806 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[6]);
W                 807 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[7]);
W                 808 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[8]);
W                 809 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[9]);
W                 810 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[10]);
W                 811 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[11]);
W                 812 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[12]);
W                 813 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[13]);
W                 814 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[14]);
W                 815 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[15]);
W                 907 crypto/third_party/nss/sha512.cc 	printf("W[%2d] = %016lx\n", i, W[i]);
W                 909 crypto/third_party/nss/sha512.cc 	printf("W[%2d] = %08x%08x\n", i, W[i].hi, W[i].lo);
W                1105 crypto/third_party/nss/sha512.cc     W[14] = 0;
W                1107 crypto/third_party/nss/sha512.cc     W[14].lo = 0;
W                1108 crypto/third_party/nss/sha512.cc     W[14].hi = 0;
W                1111 crypto/third_party/nss/sha512.cc     W[15] = lo;
W                1113 crypto/third_party/nss/sha512.cc     BYTESWAP8(W[15]);
W                  99 third_party/libusb/src/libusb/os/windows_common.h 	                        DLL_STRINGIFY(name) DLL_STRINGIFY(W)); \
W                 756 third_party/libwebp/dec/webp.c   const int W = io->width;
W                 758 third_party/libwebp/dec/webp.c   int x = 0, y = 0, w = W, h = H;
W                 771 third_party/libwebp/dec/webp.c     if (x < 0 || y < 0 || w <= 0 || h <= 0 || x + w > W || y + h > H) {
W                 802 third_party/libwebp/dec/webp.c     io->bypass_filtering = (io->scaled_width < W * 3 / 4) &&
W                 420 third_party/libwebp/dsp/enc_neon.c   const uint16_t* W = w;
W                 592 third_party/libwebp/dsp/enc_neon.c     : [sum] "=r"(sum), [a] "+r"(A), [b] "+r"(B), [w] "+r"(W)
W                 297 third_party/libwebp/enc/filter.c                               int xo, int yo, int W, int H,
W                 302 third_party/libwebp/enc/filter.c   const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
W                 355 third_party/libwebp/enc/filter.c                             int W, int H, DistoStats* const stats) {
W                 358 third_party/libwebp/enc/filter.c     for (x = 0; x < W; ++x) {
W                 359 third_party/libwebp/enc/filter.c       VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
W                 551 third_party/libwebp/enc/vp8enci.h                             int W, int H, DistoStats* const stats);
W                 423 third_party/sqlite/src/src/parse.y oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
W                 425 third_party/sqlite/src/src/parse.y   A = sqlite3SelectNew(pParse,W,X,Y,P,Q,Z,D,L.pLimit,L.pOffset);
W                 629 third_party/sqlite/src/src/parse.y cmd ::= DELETE FROM fullname(X) indexed_opt(I) where_opt(W) 
W                 632 third_party/sqlite/src/src/parse.y   W = sqlite3LimitWhere(pParse, X, W, O, L.pLimit, L.pOffset, "DELETE");
W                 633 third_party/sqlite/src/src/parse.y   sqlite3DeleteFrom(pParse,X,W);
W                 637 third_party/sqlite/src/src/parse.y cmd ::= DELETE FROM fullname(X) indexed_opt(I) where_opt(W). {
W                 639 third_party/sqlite/src/src/parse.y   sqlite3DeleteFrom(pParse,X,W);
W                 652 third_party/sqlite/src/src/parse.y cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W) orderby_opt(O) limit_opt(L).  {
W                 655 third_party/sqlite/src/src/parse.y   W = sqlite3LimitWhere(pParse, X, W, O, L.pLimit, L.pOffset, "UPDATE");
W                 656 third_party/sqlite/src/src/parse.y   sqlite3Update(pParse,X,Y,W,R);
W                 660 third_party/sqlite/src/src/parse.y cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W).  {
W                 663 third_party/sqlite/src/src/parse.y   sqlite3Update(pParse,X,Y,W,R);
W                 948 third_party/sqlite/src/src/parse.y expr(A) ::= expr(W) between_op(N) expr(X) AND expr(Y). [BETWEEN] {
W                 951 third_party/sqlite/src/src/parse.y   A.pExpr = sqlite3PExpr(pParse, TK_BETWEEN, W.pExpr, 0, 0);
W                 958 third_party/sqlite/src/src/parse.y   A.zStart = W.zStart;