Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dltable.c221 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()
287 lsize = luaO_ceillog2(size); in setnodevector()
Dlobject.c55 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
Dlobject.h596 LUAI_FUNC int luaO_ceillog2 (unsigned int x);
/external/syslinux/com32/lua/src/
Dltable.c222 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()
288 lsize = luaO_ceillog2(size); in setnodevector()
Dlobject.c55 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
Dlobject.h596 LUAI_FUNC int luaO_ceillog2 (unsigned int x);