Lines Matching refs:kBottom21Bits

773 static const int64_t kBottom21Bits =  0x1fffffLL;
4627 int64_t s0 = kBottom21Bits & load_3(s);
4628 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5);
4629 int64_t s2 = kBottom21Bits & (load_3(s + 5) >> 2);
4630 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7);
4631 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4);
4632 int64_t s5 = kBottom21Bits & (load_3(s + 13) >> 1);
4633 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6);
4634 int64_t s7 = kBottom21Bits & (load_3(s + 18) >> 3);
4635 int64_t s8 = kBottom21Bits & load_3(s + 21);
4636 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5);
4637 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2);
4638 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7);
4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4);
4640 int64_t s13 = kBottom21Bits & (load_3(s + 34) >> 1);
4641 int64_t s14 = kBottom21Bits & (load_4(s + 36) >> 6);
4642 int64_t s15 = kBottom21Bits & (load_3(s + 39) >> 3);
4643 int64_t s16 = kBottom21Bits & load_3(s + 42);
4644 int64_t s17 = kBottom21Bits & (load_4(s + 44) >> 5);
4645 int64_t s18 = kBottom21Bits & (load_3(s + 47) >> 2);
4646 int64_t s19 = kBottom21Bits & (load_4(s + 49) >> 7);
4647 int64_t s20 = kBottom21Bits & (load_4(s + 52) >> 4);
4648 int64_t s21 = kBottom21Bits & (load_3(s + 55) >> 1);
4649 int64_t s22 = kBottom21Bits & (load_4(s + 57) >> 6);
4972 int64_t a0 = kBottom21Bits & load_3(a);
4973 int64_t a1 = kBottom21Bits & (load_4(a + 2) >> 5);
4974 int64_t a2 = kBottom21Bits & (load_3(a + 5) >> 2);
4975 int64_t a3 = kBottom21Bits & (load_4(a + 7) >> 7);
4976 int64_t a4 = kBottom21Bits & (load_4(a + 10) >> 4);
4977 int64_t a5 = kBottom21Bits & (load_3(a + 13) >> 1);
4978 int64_t a6 = kBottom21Bits & (load_4(a + 15) >> 6);
4979 int64_t a7 = kBottom21Bits & (load_3(a + 18) >> 3);
4980 int64_t a8 = kBottom21Bits & load_3(a + 21);
4981 int64_t a9 = kBottom21Bits & (load_4(a + 23) >> 5);
4982 int64_t a10 = kBottom21Bits & (load_3(a + 26) >> 2);
4984 int64_t b0 = kBottom21Bits & load_3(b);
4985 int64_t b1 = kBottom21Bits & (load_4(b + 2) >> 5);
4986 int64_t b2 = kBottom21Bits & (load_3(b + 5) >> 2);
4987 int64_t b3 = kBottom21Bits & (load_4(b + 7) >> 7);
4988 int64_t b4 = kBottom21Bits & (load_4(b + 10) >> 4);
4989 int64_t b5 = kBottom21Bits & (load_3(b + 13) >> 1);
4990 int64_t b6 = kBottom21Bits & (load_4(b + 15) >> 6);
4991 int64_t b7 = kBottom21Bits & (load_3(b + 18) >> 3);
4992 int64_t b8 = kBottom21Bits & load_3(b + 21);
4993 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5);
4994 int64_t b10 = kBottom21Bits & (load_3(b + 26) >> 2);
4996 int64_t c0 = kBottom21Bits & load_3(c);
4997 int64_t c1 = kBottom21Bits & (load_4(c + 2) >> 5);
4998 int64_t c2 = kBottom21Bits & (load_3(c + 5) >> 2);
4999 int64_t c3 = kBottom21Bits & (load_4(c + 7) >> 7);
5000 int64_t c4 = kBottom21Bits & (load_4(c + 10) >> 4);
5001 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1);
5002 int64_t c6 = kBottom21Bits & (load_4(c + 15) >> 6);
5003 int64_t c7 = kBottom21Bits & (load_3(c + 18) >> 3);
5004 int64_t c8 = kBottom21Bits & load_3(c + 21);
5005 int64_t c9 = kBottom21Bits & (load_4(c + 23) >> 5);
5006 int64_t c10 = kBottom21Bits & (load_3(c + 26) >> 2);