Searched refs:fetch64 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DHashing.h145 inline uint64_t fetch64(const char *p) { function in namespace:llvm::hashing::detail
205 uint64_t a = fetch64(s);
206 uint64_t b = fetch64(s + len - 8);
211 uint64_t a = fetch64(s) * k1;
212 uint64_t b = fetch64(s + 8);
213 uint64_t c = fetch64(s + len - 8) * k2;
214 uint64_t d = fetch64(s + len - 16) * k0;
220 uint64_t z = fetch64(s + 24);
221 uint64_t a = fetch64(s) + (len + fetch64(
[all...]

Completed in 259 milliseconds