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

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

Completed in 45 milliseconds