Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.h135 #define getgcparam(p) ((p) * 4) macro
H A Dlgc.c1059 int pause = getgcparam(g->gcpause); in setpause()
1445 lu_mem majorinc = (majorbase / 100) * getgcparam(g->genmajormul); in genstep()
1666 int stepmul = (getgcparam(g->gcstepmul) | 1); /* avoid division by 0 */ in incstep()
H A Dlapi.c1185 res = getgcparam(g->gcpause); in lua_gc()
1191 res = getgcparam(g->gcstepmul); in lua_gc()