Home
last modified time | relevance | path

Searched refs:_MUM_UNROLL_FACTOR (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libucl/src/
Dmum.h216 #define _MUM_UNROLL_FACTOR (1 << _MUM_UNROLL_FACTOR_POWER) macro
227 while (len > _MUM_UNROLL_FACTOR * sizeof (uint64_t)) { in _mum_hash_aligned()
231 for (i = 0; i < _MUM_UNROLL_FACTOR; i++) in _mum_hash_aligned()
233 len -= _MUM_UNROLL_FACTOR * sizeof (uint64_t); in _mum_hash_aligned()
234 str += _MUM_UNROLL_FACTOR * sizeof (uint64_t); in _mum_hash_aligned()