Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllimits.h60 #define log2maxs(t) (sizeof(t) * 8 - 2) macro
H A Dlgc.c1668 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep()