Lines Matching refs:load_4
779 static uint64_t load_4(const uint8_t *in)
793 int64_t h0 = load_4(s);
798 int64_t h5 = load_4(s + 16);
4618 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5);
4620 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7);
4621 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4);
4623 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6);
4626 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5);
4628 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7);
4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4);
4631 int64_t s14 = kBottom21Bits & (load_4(s + 36) >> 6);
4634 int64_t s17 = kBottom21Bits & (load_4(s + 44) >> 5);
4636 int64_t s19 = kBottom21Bits & (load_4(s + 49) >> 7);
4637 int64_t s20 = kBottom21Bits & (load_4(s + 52) >> 4);
4639 int64_t s22 = kBottom21Bits & (load_4(s + 57) >> 6);
4640 int64_t s23 = (load_4(s + 60) >> 3);
4963 int64_t a1 = kBottom21Bits & (load_4(a + 2) >> 5);
4965 int64_t a3 = kBottom21Bits & (load_4(a + 7) >> 7);
4966 int64_t a4 = kBottom21Bits & (load_4(a + 10) >> 4);
4968 int64_t a6 = kBottom21Bits & (load_4(a + 15) >> 6);
4971 int64_t a9 = kBottom21Bits & (load_4(a + 23) >> 5);
4973 int64_t a11 = (load_4(a + 28) >> 7);
4975 int64_t b1 = kBottom21Bits & (load_4(b + 2) >> 5);
4977 int64_t b3 = kBottom21Bits & (load_4(b + 7) >> 7);
4978 int64_t b4 = kBottom21Bits & (load_4(b + 10) >> 4);
4980 int64_t b6 = kBottom21Bits & (load_4(b + 15) >> 6);
4983 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5);
4985 int64_t b11 = (load_4(b + 28) >> 7);
4987 int64_t c1 = kBottom21Bits & (load_4(c + 2) >> 5);
4989 int64_t c3 = kBottom21Bits & (load_4(c + 7) >> 7);
4990 int64_t c4 = kBottom21Bits & (load_4(c + 10) >> 4);
4992 int64_t c6 = kBottom21Bits & (load_4(c + 15) >> 6);
4995 int64_t c9 = kBottom21Bits & (load_4(c + 23) >> 5);
4997 int64_t c11 = (load_4(c + 28) >> 7);