Searched refs:luaO_log2 (Results 1 – 1 of 1) sorted by relevance
371 #define ceillog2(x)(luaO_log2((x)-1)+1)372 static int luaO_log2(unsigned int x);619 static int luaO_log2(unsigned int x){ in luaO_log2() function
Completed in 16 milliseconds