Lines Matching refs:load_3

769 static uint64_t load_3(const uint8_t *in)
794 int64_t h1 = load_3(s + 4) << 6;
795 int64_t h2 = load_3(s + 7) << 5;
796 int64_t h3 = load_3(s + 10) << 3;
797 int64_t h4 = load_3(s + 13) << 2;
799 int64_t h6 = load_3(s + 20) << 7;
800 int64_t h7 = load_3(s + 23) << 5;
801 int64_t h8 = load_3(s + 26) << 4;
802 int64_t h9 = (load_3(s + 29) & 0x7fffff) << 2;
4617 int64_t s0 = kBottom21Bits & load_3(s);
4619 int64_t s2 = kBottom21Bits & (load_3(s + 5) >> 2);
4622 int64_t s5 = kBottom21Bits & (load_3(s + 13) >> 1);
4624 int64_t s7 = kBottom21Bits & (load_3(s + 18) >> 3);
4625 int64_t s8 = kBottom21Bits & load_3(s + 21);
4627 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2);
4630 int64_t s13 = kBottom21Bits & (load_3(s + 34) >> 1);
4632 int64_t s15 = kBottom21Bits & (load_3(s + 39) >> 3);
4633 int64_t s16 = kBottom21Bits & load_3(s + 42);
4635 int64_t s18 = kBottom21Bits & (load_3(s + 47) >> 2);
4638 int64_t s21 = kBottom21Bits & (load_3(s + 55) >> 1);
4962 int64_t a0 = kBottom21Bits & load_3(a);
4964 int64_t a2 = kBottom21Bits & (load_3(a + 5) >> 2);
4967 int64_t a5 = kBottom21Bits & (load_3(a + 13) >> 1);
4969 int64_t a7 = kBottom21Bits & (load_3(a + 18) >> 3);
4970 int64_t a8 = kBottom21Bits & load_3(a + 21);
4972 int64_t a10 = kBottom21Bits & (load_3(a + 26) >> 2);
4974 int64_t b0 = kBottom21Bits & load_3(b);
4976 int64_t b2 = kBottom21Bits & (load_3(b + 5) >> 2);
4979 int64_t b5 = kBottom21Bits & (load_3(b + 13) >> 1);
4981 int64_t b7 = kBottom21Bits & (load_3(b + 18) >> 3);
4982 int64_t b8 = kBottom21Bits & load_3(b + 21);
4984 int64_t b10 = kBottom21Bits & (load_3(b + 26) >> 2);
4986 int64_t c0 = kBottom21Bits & load_3(c);
4988 int64_t c2 = kBottom21Bits & (load_3(c + 5) >> 2);
4991 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1);
4993 int64_t c7 = kBottom21Bits & (load_3(c + 18) >> 3);
4994 int64_t c8 = kBottom21Bits & load_3(c + 21);
4996 int64_t c10 = kBottom21Bits & (load_3(c + 26) >> 2);