reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 V1 = round(V1, endian::read64le(P)); 87 P += 8; 88 V2 = round(V2, endian::read64le(P)); 89 P += 8; 90 V3 = round(V3, endian::read64le(P)); 91 P += 8; 92 V4 = round(V4, endian::read64le(P)); 93 P += 8; 94 } while (P <= Limit); 108 while (P + 8 <= BEnd) { 109 uint64_t const K1 = round(0, endian::read64le(P)); 112 P += 8; 115 if (P + 4 <= BEnd) { 116 H64 ^= (uint64_t)(endian::read32le(P)) * PRIME64_1; 118 P += 4; 121 while (P < BEnd) { 122 H64 ^= (*P) * PRIME64_5; 124 P++;