Searched refs:luaO_log2 (Results 1 – 2 of 2) sorted by relevance
367 #define ceillog2(x) (luaO_log2((x)-1) + 1)369 LUAI_FUNC int luaO_log2 (unsigned int x);
54 int luaO_log2 (unsigned int x) { in luaO_log2() function