Searched refs:_mum_hash_aligned (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Dmum.h193 _mum_hash_aligned will be unrolled by the compiler (although it can
219 _mum_hash_aligned (uint64_t start, const void *key, size_t len) { function
294 return _mum_final (_mum_hash_aligned (seed + len, key, len));
332 result = _mum_hash_aligned (result, key, len);
337 result = _mum_hash_aligned (result, buf, block_len);

Completed in 42 milliseconds