Searched refs:debt (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lgc.c | 912 l_mem debt, threshold; in setpause() local 917 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause() 918 luaE_setdebt(g, debt); in setpause() 1139 l_mem debt = g->GCdebt; in incstep() local 1143 debt = (debt / STEPMULADJ) + 1; in incstep() 1144 debt = (debt < MAX_LMEM / stepmul) ? debt * stepmul : MAX_LMEM; in incstep() 1147 debt -= work; in incstep() 1148 } while (debt > -GCSTEPSIZE && g->gcstate != GCSpause); in incstep() 1152 debt = (debt / stepmul) * STEPMULADJ; /* convert 'work units' to Kb */ in incstep() 1153 luaE_setdebt(g, debt); in incstep()
|
H A D | lstate.c | 102 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() argument 103 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt() 104 g->GCdebt = debt; in luaE_setdebt()
|
H A D | lstate.h | 222 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
H A D | lapi.c | 1053 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; in lua_gc() local 1055 debt += g->GCdebt; /* include current debt */ in lua_gc() 1056 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 | 1058 l_mem threshold, debt; in setpause() local 1065 debt = gettotalbytes(g) - threshold; in setpause() 1066 if (debt > 0) debt = 0; in setpause() 1067 luaE_setdebt(g, debt); in setpause() 1667 l_mem debt = (g->GCdebt / WORK2MEM) * stepmul; in incstep() local 1673 debt -= work; in incstep() 1674 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep() 1678 debt = (debt / stepmul) * WORK2MEM; /* convert 'work units' to bytes */ in incstep() 1679 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/tzdata/ |
H A D | README | 48 maintainer, to whom the time zone community owes the greatest debt of all.
|
/freebsd/contrib/tzcode/ |
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.
|