Home
last modified time | relevance | path

Searched refs:nxt_lg2_tab64 (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_mp.c170 static const int nxt_lg2_tab64[64] = { variable
192 return nxt_lg2_tab64[ ((v - (v >> 1)) * nxt_lg2_magic) >> 58 ]; in nxt_lg2()