HomeSort by relevance Sort by last modified time
    Searched full:hash_rotl_32 (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
hash.h 35 hash_rotl_32(uint32_t x, int8_t r) function
128 k1 = hash_rotl_32(k1, 15);
132 h1 = hash_rotl_32(h1, 13);
146 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
187 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
189 h1 = hash_rotl_32(h1, 19); h1 += h2;
192 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
194 h2 = hash_rotl_32(h2, 17); h2 += h3;
197 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
199 h3 = hash_rotl_32(h3, 15); h3 += h4
    [all...]
private_symbols.txt 257 hash_rotl_32
private_namespace.h 259 #define hash_rotl_32 JEMALLOC_N(hash_rotl_32) macro
private_unnamespace.h 259 #undef hash_rotl_32 macro

Completed in 1103 milliseconds