Searched refs:debt (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 913 l_mem debt, threshold; in setpause() local 918 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause() 919 luaE_setdebt(g, debt); in setpause() 1140 l_mem debt = g->GCdebt; in incstep() local 1144 debt = (debt / STEPMULADJ) + 1; in incstep() 1145 debt = (debt < MAX_LMEM / stepmul) ? debt * stepmul : MAX_LMEM; in incstep() 1148 debt -= work; in incstep() 1149 } while (debt > -GCSTEPSIZE && g->gcstate != GCSpause); in incstep() 1153 debt = (debt / stepmul) * STEPMULADJ; /* convert 'work units' to Kb */ in incstep() 1154 luaE_setdebt(g, debt); in incstep()
|
| H A D | lstate.c | 103 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() argument 104 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt() 105 g->GCdebt = debt; in luaE_setdebt()
|
| H A D | lstate.h | 223 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
| H A D | lapi.c | 1054 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; in lua_gc() local 1056 debt += g->GCdebt; /* include current debt */ in lua_gc() 1057 luaE_setdebt(g, debt); in lua_gc()
|
| /freebsd/contrib/lua/src/ |
| H A D | lstate.c | 89 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() argument 92 if (debt < tb - MAX_LMEM) in luaE_setdebt() 93 debt = tb - MAX_LMEM; /* will make 'totalbytes == MAX_LMEM' */ in luaE_setdebt() 94 g->totalbytes = tb - debt; in luaE_setdebt() 95 g->GCdebt = debt; in luaE_setdebt()
|
| H A D | lgc.c | 1060 l_mem threshold, debt; in setpause() local 1067 debt = gettotalbytes(g) - threshold; in setpause() 1068 if (debt > 0) debt = 0; in setpause() 1069 luaE_setdebt(g, debt); in setpause() 1669 l_mem debt = (g->GCdebt / WORK2MEM) * stepmul; in incstep() local 1675 debt -= work; in incstep() 1676 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep() 1680 debt = (debt / stepmul) * WORK2MEM; /* convert 'work units' to bytes */ in incstep() 1681 luaE_setdebt(g, debt); in incstep()
|
| H A D | lstate.h | 396 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
| H A D | lapi.c | 1166 l_mem debt = 1; /* =1 to signal that it did an actual step */ in lua_gc() local 1174 debt = cast(l_mem, data) * 1024 + g->GCdebt; in lua_gc() 1175 luaE_setdebt(g, debt); in lua_gc() 1179 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()
|
| /freebsd/contrib/tzcode/ |
| H A D | README | 48 maintainer, to whom the time zone community owes the greatest debt of all.
|
| /freebsd/contrib/tzdata/ |
| H A D | README | 48 maintainer, to whom the time zone community owes the greatest debt of all.
|
| /freebsd/share/dict/ |
| H A D | web2a | 3265 bad debt 6935 bond debt 7040 book debt 14857 crown debt 15986 debt book 15987 debt limit 15988 debt service 24167 gambling debt 24181 game debt 31040 judgment debt [all …]
|
| H A D | web2 | 49222 debt
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | bib | 7790 And every one that was in distress, and every one that was in debt, and every one that was disconte… 9611 Then she came and told the man of God. And he said, Go, sell the oil, and pay thy debt, and live th… 12581 …bath, or on the holy day: and that we would leave the seventh year, and the exaction of every debt. 23755 Then the lord of that servant was moved with compassion, and loosed him, and forgave him the debt. 23758 And he would not: but went and cast him into prison, till he should pay the debt. 23760 …called him, said unto him, O thou wicked servant, I forgave thee all that debt, because thou desir… 28027 Now to him that worketh is the reward not reckoned of grace, but of debt.
|