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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 51 hash_fmix_32(uint32_t h) { function
117 h1 = hash_fmix_32(h1);
212 h1 = hash_fmix_32(h1);
213 h2 = hash_fmix_32(h2);
214 h3 = hash_fmix_32(h3);
215 h4 = hash_fmix_32(h4);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 51 hash_fmix_32(uint32_t h) { function
117 h1 = hash_fmix_32(h1);
212 h1 = hash_fmix_32(h1);
213 h2 = hash_fmix_32(h2);
214 h3 = hash_fmix_32(h3);
215 h4 = hash_fmix_32(h4);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 52 hash_fmix_32(uint32_t h) { function
126 h1 = hash_fmix_32(h1);
282 h1 = hash_fmix_32(h1);
283 h2 = hash_fmix_32(h2);
284 h3 = hash_fmix_32(h3);
285 h4 = hash_fmix_32(h4);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 52 hash_fmix_32(uint32_t h) { function
126 h1 = hash_fmix_32(h1);
282 h1 = hash_fmix_32(h1);
283 h2 = hash_fmix_32(h2);
284 h3 = hash_fmix_32(h3);
285 h4 = hash_fmix_32(h4);

Completed in 14 milliseconds