Searched refs:gcstepmul (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlstate.h276 lu_byte gcstepmul; /* GC "speed" */ member in struct:global_State
H A Dlapi.c1201 res = getgcparam(g->gcstepmul);
1202 setgcparam(g->gcstepmul, data);
1228 setgcparam(g->gcstepmul, stepmul);
H A Dlstate.c406 setgcparam(g->gcstepmul, LUAI_GCMUL);
H A Dlgc.c1669 int stepmul = (getgcparam(g->gcstepmul) | 1); /* avoid division by 0 */

Completed in 386 milliseconds