Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c221 nums[luaO_ceillog2(k)]++; /* count as such */ in countint()
287 lsize = luaO_ceillog2(size); in setnodevector()
H A Dlobject.c51 int luaO_ceillog2 (unsigned int x) { in luaO_ceillog2() function
H A Dlobject.h594 LUAI_FUNC int luaO_ceillog2 (unsigned int x);