Lines Matching refs:load_3
779 static uint64_t load_3(const uint8_t *in)
804 int64_t h1 = load_3(s + 4) << 6;
805 int64_t h2 = load_3(s + 7) << 5;
806 int64_t h3 = load_3(s + 10) << 3;
807 int64_t h4 = load_3(s + 13) << 2;
809 int64_t h6 = load_3(s + 20) << 7;
810 int64_t h7 = load_3(s + 23) << 5;
811 int64_t h8 = load_3(s + 26) << 4;
812 int64_t h9 = (load_3(s + 29) & 0x7fffff) << 2;
4627 int64_t s0 = kBottom21Bits & load_3(s);
4629 int64_t s2 = kBottom21Bits & (load_3(s + 5) >> 2);
4632 int64_t s5 = kBottom21Bits & (load_3(s + 13) >> 1);
4634 int64_t s7 = kBottom21Bits & (load_3(s + 18) >> 3);
4635 int64_t s8 = kBottom21Bits & load_3(s + 21);
4637 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2);
4640 int64_t s13 = kBottom21Bits & (load_3(s + 34) >> 1);
4642 int64_t s15 = kBottom21Bits & (load_3(s + 39) >> 3);
4643 int64_t s16 = kBottom21Bits & load_3(s + 42);
4645 int64_t s18 = kBottom21Bits & (load_3(s + 47) >> 2);
4648 int64_t s21 = kBottom21Bits & (load_3(s + 55) >> 1);
4972 int64_t a0 = kBottom21Bits & load_3(a);
4974 int64_t a2 = kBottom21Bits & (load_3(a + 5) >> 2);
4977 int64_t a5 = kBottom21Bits & (load_3(a + 13) >> 1);
4979 int64_t a7 = kBottom21Bits & (load_3(a + 18) >> 3);
4980 int64_t a8 = kBottom21Bits & load_3(a + 21);
4982 int64_t a10 = kBottom21Bits & (load_3(a + 26) >> 2);
4984 int64_t b0 = kBottom21Bits & load_3(b);
4986 int64_t b2 = kBottom21Bits & (load_3(b + 5) >> 2);
4989 int64_t b5 = kBottom21Bits & (load_3(b + 13) >> 1);
4991 int64_t b7 = kBottom21Bits & (load_3(b + 18) >> 3);
4992 int64_t b8 = kBottom21Bits & load_3(b + 21);
4994 int64_t b10 = kBottom21Bits & (load_3(b + 26) >> 2);
4996 int64_t c0 = kBottom21Bits & load_3(c);
4998 int64_t c2 = kBottom21Bits & (load_3(c + 5) >> 2);
5001 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1);
5003 int64_t c7 = kBottom21Bits & (load_3(c + 18) >> 3);
5004 int64_t c8 = kBottom21Bits & load_3(c + 21);
5006 int64_t c10 = kBottom21Bits & (load_3(c + 26) >> 2);