HomeSort by: relevance | last modified time | path
    Searched defs:fetch64 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Hashing.h 148 inline uint64_t fetch64(const char *p) { function in namespace:llvm::hashing::detail
208 uint64_t a = fetch64(s);
209 uint64_t b = fetch64(s + len - 8);
214 uint64_t a = fetch64(s) * k1;
215 uint64_t b = fetch64(s + 8);
216 uint64_t c = fetch64(s + len - 8) * k2;
217 uint64_t d = fetch64(s + len - 16) * k0;
223 uint64_t z = fetch64(s + 24);
224 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0
    [all...]

Completed in 28 milliseconds