Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_mp.c181 static const uint64_t nxt_lg2_magic = 0x07EDD5E59A4E28C2ULL; variable
192 return nxt_lg2_tab64[ ((v - (v >> 1)) * nxt_lg2_magic) >> 58 ]; in nxt_lg2()