Lines Matching refs:kBottom21Bits

763 static const int64_t kBottom21Bits =  0x1fffffLL;
4617 int64_t s0 = kBottom21Bits & load_3(s);
4618 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5);
4619 int64_t s2 = kBottom21Bits & (load_3(s + 5) >> 2);
4620 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7);
4621 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4);
4622 int64_t s5 = kBottom21Bits & (load_3(s + 13) >> 1);
4623 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6);
4624 int64_t s7 = kBottom21Bits & (load_3(s + 18) >> 3);
4625 int64_t s8 = kBottom21Bits & load_3(s + 21);
4626 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5);
4627 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2);
4628 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7);
4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4);
4630 int64_t s13 = kBottom21Bits & (load_3(s + 34) >> 1);
4631 int64_t s14 = kBottom21Bits & (load_4(s + 36) >> 6);
4632 int64_t s15 = kBottom21Bits & (load_3(s + 39) >> 3);
4633 int64_t s16 = kBottom21Bits & load_3(s + 42);
4634 int64_t s17 = kBottom21Bits & (load_4(s + 44) >> 5);
4635 int64_t s18 = kBottom21Bits & (load_3(s + 47) >> 2);
4636 int64_t s19 = kBottom21Bits & (load_4(s + 49) >> 7);
4637 int64_t s20 = kBottom21Bits & (load_4(s + 52) >> 4);
4638 int64_t s21 = kBottom21Bits & (load_3(s + 55) >> 1);
4639 int64_t s22 = kBottom21Bits & (load_4(s + 57) >> 6);
4962 int64_t a0 = kBottom21Bits & load_3(a);
4963 int64_t a1 = kBottom21Bits & (load_4(a + 2) >> 5);
4964 int64_t a2 = kBottom21Bits & (load_3(a + 5) >> 2);
4965 int64_t a3 = kBottom21Bits & (load_4(a + 7) >> 7);
4966 int64_t a4 = kBottom21Bits & (load_4(a + 10) >> 4);
4967 int64_t a5 = kBottom21Bits & (load_3(a + 13) >> 1);
4968 int64_t a6 = kBottom21Bits & (load_4(a + 15) >> 6);
4969 int64_t a7 = kBottom21Bits & (load_3(a + 18) >> 3);
4970 int64_t a8 = kBottom21Bits & load_3(a + 21);
4971 int64_t a9 = kBottom21Bits & (load_4(a + 23) >> 5);
4972 int64_t a10 = kBottom21Bits & (load_3(a + 26) >> 2);
4974 int64_t b0 = kBottom21Bits & load_3(b);
4975 int64_t b1 = kBottom21Bits & (load_4(b + 2) >> 5);
4976 int64_t b2 = kBottom21Bits & (load_3(b + 5) >> 2);
4977 int64_t b3 = kBottom21Bits & (load_4(b + 7) >> 7);
4978 int64_t b4 = kBottom21Bits & (load_4(b + 10) >> 4);
4979 int64_t b5 = kBottom21Bits & (load_3(b + 13) >> 1);
4980 int64_t b6 = kBottom21Bits & (load_4(b + 15) >> 6);
4981 int64_t b7 = kBottom21Bits & (load_3(b + 18) >> 3);
4982 int64_t b8 = kBottom21Bits & load_3(b + 21);
4983 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5);
4984 int64_t b10 = kBottom21Bits & (load_3(b + 26) >> 2);
4986 int64_t c0 = kBottom21Bits & load_3(c);
4987 int64_t c1 = kBottom21Bits & (load_4(c + 2) >> 5);
4988 int64_t c2 = kBottom21Bits & (load_3(c + 5) >> 2);
4989 int64_t c3 = kBottom21Bits & (load_4(c + 7) >> 7);
4990 int64_t c4 = kBottom21Bits & (load_4(c + 10) >> 4);
4991 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1);
4992 int64_t c6 = kBottom21Bits & (load_4(c + 15) >> 6);
4993 int64_t c7 = kBottom21Bits & (load_3(c + 18) >> 3);
4994 int64_t c8 = kBottom21Bits & load_3(c + 21);
4995 int64_t c9 = kBottom21Bits & (load_4(c + 23) >> 5);
4996 int64_t c10 = kBottom21Bits & (load_3(c + 26) >> 2);