Searched refs:luaO_ceillog2 (Results 1 – 7 of 7) sorted by relevance
221 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()287 lsize = luaO_ceillog2(size); in setnodevector()
51 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
594 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
386 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()458 int lsize = luaO_ceillog2(size); in setnodevector()
35 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
775 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
1738 int rb = (hsize != 0) ? luaO_ceillog2(hsize) + 1 : 0; /* hash size */ in luaK_settablesize()