Searched refs:nxt_lg2_magic (Results 1 – 1 of 1) sorted by relevance
181 static const uint64_t nxt_lg2_magic = 0x07EDD5E59A4E28C2ULL; variable192 return nxt_lg2_tab64[ ((v - (v >> 1)) * nxt_lg2_magic) >> 58 ]; in nxt_lg2()