Searched refs:sizek (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | print.c | 178 S(f->sizelocvars),S(f->sizek),S(f->sizep)); in PrintHeader() 183 int i,n=f->sizek; in PrintConstants()
|
| H A D | lfunc.c | 119 f->sizek = 0; in luaF_newproto() 144 luaM_freearray(L, f->k, f->sizek, TValue); in luaF_freeproto()
|
| H A D | ldump.c | 82 int i,n=f->sizek; in DumpConstants()
|
| H A D | lcode.c | 233 int oldsize = f->sizek; in addk() 240 luaM_growvector(L, f->k, fs->nk, f->sizek, TValue, in addk() 242 while (oldsize < f->sizek) setnilvalue(&f->k[oldsize++]); in addk()
|
| H A D | ldebug.c | 310 check(ISK(r) ? INDEXK(r) < pt->sizek : r < pt->maxstacksize); in checkArgMode() 340 if (getBMode(op) == OpArgK) check(b < pt->sizek); in symbexec()
|
| H A D | lundump.c | 105 f->sizek=n; in LoadConstants()
|
| H A D | lobject.h | 241 int sizek; /* size of `k' */ member
|
| H A D | lgc.c | 206 for (i=0; i<f->sizek; i++) /* mark literals */ in traverseproto() 313 sizeof(TValue) * p->sizek + in propagatemark()
|
| H A D | lparser.c | 366 luaM_reallocvector(L, f->k, f->sizek, fs->nk, TValue); in close_func() 367 f->sizek = fs->nk; in close_func()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lfunc.c | 112 f->sizek = 0; in luaF_newproto() 137 luaM_freearray(L, f->k, f->sizek); in luaF_freeproto()
|
| H A D | lcode.c | 303 oldsize = f->sizek; in addk() 308 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants"); in addk() 309 while (oldsize < f->sizek) setnilvalue(&f->k[oldsize++]); in addk()
|
| H A D | lgc.c | 461 for (i = 0; i < f->sizek; i++) /* mark literals */ in traverseproto() 471 sizeof(TValue) * f->sizek + in traverseproto()
|
| H A D | lobject.h | 476 int sizek; /* size of `k' */ member
|
| H A D | lparser.c | 563 luaM_reallocvector(L, f->k, f->sizek, fs->nk, TValue); in close_func() 564 f->sizek = fs->nk; in close_func()
|