HomeSort by relevance Sort by last modified time
    Searched defs:hash_x86_32 (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
hash.h 22 uint32_t hash_x86_32(const void *key, int len, uint32_t seed);
105 hash_x86_32(const void *key, int len, uint32_t seed) function
private_namespace.h 280 #define hash_x86_32 JEMALLOC_N(hash_x86_32) macro
    [all...]
private_unnamespace.h 280 #undef hash_x86_32 macro

Completed in 199 milliseconds