Home
last modified time | relevance | path

Searched defs:hash_rotl_32 (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dhash.h15 hash_rotl_32(uint32_t x, int8_t r) { in hash_rotl_32() function
/external/jemalloc/include/jemalloc/internal/
Dhash.h35 hash_rotl_32(uint32_t x, int8_t r) in hash_rotl_32() function
Dprivate_namespace.h276 #define hash_rotl_32 JEMALLOC_N(hash_rotl_32) macro