| 97 | } |
| 98 | |
| 99 | static uint32 Fetch32(const char *p) { |
| 100 | return uint32_in_expected_order(UNALIGNED_LOAD32(p)); |
| 101 | } |
| 102 | |
| 103 | // Some primes between 2^63 and 2^64 for various uses. |
| 104 | static const uint64 k0 = 0xc3a5c85c97cb3127ULL; |
no test coverage detected