Lines Matching refs:load_4
789 static uint64_t load_4(const uint8_t *in)
803 int64_t h0 = load_4(s);
808 int64_t h5 = load_4(s + 16);
4628 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5);
4630 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7);
4631 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4);
4633 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6);
4636 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5);
4638 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7);
4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4);
4641 int64_t s14 = kBottom21Bits & (load_4(s + 36) >> 6);
4644 int64_t s17 = kBottom21Bits & (load_4(s + 44) >> 5);
4646 int64_t s19 = kBottom21Bits & (load_4(s + 49) >> 7);
4647 int64_t s20 = kBottom21Bits & (load_4(s + 52) >> 4);
4649 int64_t s22 = kBottom21Bits & (load_4(s + 57) >> 6);
4650 int64_t s23 = (load_4(s + 60) >> 3);
4973 int64_t a1 = kBottom21Bits & (load_4(a + 2) >> 5);
4975 int64_t a3 = kBottom21Bits & (load_4(a + 7) >> 7);
4976 int64_t a4 = kBottom21Bits & (load_4(a + 10) >> 4);
4978 int64_t a6 = kBottom21Bits & (load_4(a + 15) >> 6);
4981 int64_t a9 = kBottom21Bits & (load_4(a + 23) >> 5);
4983 int64_t a11 = (load_4(a + 28) >> 7);
4985 int64_t b1 = kBottom21Bits & (load_4(b + 2) >> 5);
4987 int64_t b3 = kBottom21Bits & (load_4(b + 7) >> 7);
4988 int64_t b4 = kBottom21Bits & (load_4(b + 10) >> 4);
4990 int64_t b6 = kBottom21Bits & (load_4(b + 15) >> 6);
4993 int64_t b9 = kBottom21Bits & (load_4(b + 23) >> 5);
4995 int64_t b11 = (load_4(b + 28) >> 7);
4997 int64_t c1 = kBottom21Bits & (load_4(c + 2) >> 5);
4999 int64_t c3 = kBottom21Bits & (load_4(c + 7) >> 7);
5000 int64_t c4 = kBottom21Bits & (load_4(c + 10) >> 4);
5002 int64_t c6 = kBottom21Bits & (load_4(c + 15) >> 6);
5005 int64_t c9 = kBottom21Bits & (load_4(c + 23) >> 5);
5007 int64_t c11 = (load_4(c + 28) >> 7);