Home
last modified time | relevance | path

Searched refs:luaO_log2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h367 #define ceillog2(x) (luaO_log2((x)-1) + 1)
369 LUAI_FUNC int luaO_log2 (unsigned int x);
H A Dlobject.c54 int luaO_log2 (unsigned int x) { in luaO_log2() function