Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c371 #define ceillog2(x)(luaO_log2((x)-1)+1)
372 static int luaO_log2(unsigned int x);
619 static int luaO_log2(unsigned int x){ in luaO_log2() function

Completed in 49 milliseconds