Home
last modified time | relevance | path

Searched refs:luaO_ceillog2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c220 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()
286 lsize = luaO_ceillog2(size); in setnodevector()
H A Dlobject.c50 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
H A Dlobject.h596 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
/freebsd/contrib/lua/src/
H A Dltable.c416 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()
488 int lsize = luaO_ceillog2(size); in setnodevector()
H A Dlobject.c35 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
H A Dlobject.h800 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
H A Dlcode.c1798 int rb = (hsize != 0) ? luaO_ceillog2(hsize) + 1 : 0; /* hash size */ in luaK_settablesize()
H A Dltests.c1233 lua_pushinteger(L, luaO_ceillog2(x)); in log2_aux()