Searched refs:luaO_ceillog2 (Results 1 – 8 of 8) sorted by relevance
220 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()286 lsize = luaO_ceillog2(size); in setnodevector()
50 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
596 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
416 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()488 int lsize = luaO_ceillog2(size); in setnodevector()
35 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
800 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
1798 int rb = (hsize != 0) ? luaO_ceillog2(hsize) + 1 : 0; /* hash size */ in luaK_settablesize()
1233 lua_pushinteger(L, luaO_ceillog2(x)); in log2_aux()