Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlgc.c1135 int stepmul = g->gcstepmul; in incstep() local
1136 if (stepmul < 40) stepmul = 40; /* avoid ridiculous low values (and 0) */ in incstep()
1139 debt = (debt < MAX_LMEM / stepmul) ? debt * stepmul : MAX_LMEM; in incstep()
1147 debt = (debt / stepmul) * STEPMULADJ; /* convert 'work units' to Kb */ in incstep()