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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 62 hash_fmix_64(uint64_t k) { function
292 h1 = hash_fmix_64(h1);
293 h2 = hash_fmix_64(h2);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 62 hash_fmix_64(uint64_t k) { function
292 h1 = hash_fmix_64(h1);
293 h2 = hash_fmix_64(h2);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 63 hash_fmix_64(uint64_t k) { function
409 h1 = hash_fmix_64(h1);
410 h2 = hash_fmix_64(h2);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 63 hash_fmix_64(uint64_t k) { function
409 h1 = hash_fmix_64(h1);
410 h2 = hash_fmix_64(h2);

Completed in 18 milliseconds