Searched defs:slot (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lvm.h | 85 #define luaV_fastget(L,t,k,slot,f) \ argument 96 #define luaV_fastgeti(L,t,k,slot) \ argument 108 #define luaV_finishfastset(L,t,slot,v) \ argument
|
A D | lvm.c | 288 const TValue *slot) { in luaV_finishget() 331 TValue *val, const TValue *slot) { in luaV_finishset() 1223 const TValue *slot; in luaV_execute() local 1235 const TValue *slot; in luaV_execute() local 1249 const TValue *slot; in luaV_execute() local 1263 const TValue *slot; in luaV_execute() local 1275 const TValue *slot; in luaV_execute() local 1288 const TValue *slot; in luaV_execute() local 1302 const TValue *slot; in luaV_execute() local 1316 const TValue *slot; in luaV_execute() local [all …]
|
A D | lapi.c | 634 const TValue *slot; in auxgetstr() local 669 const TValue *slot; in lua_gettable() local 691 const TValue *slot; in lua_geti() local 824 const TValue *slot; in auxsetstr() local 851 const TValue *slot; in lua_settable() local 873 const TValue *slot; in lua_seti() local
|
A D | lfunc.c | 198 TValue *slot = &uv->u.value; /* new position for value */ in luaF_closeupval() local
|
A D | ltable.c | 801 const TValue *slot, TValue *value) { in luaH_finishset() 814 const TValue *slot = luaH_get(t, key); in luaH_set() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | inline-hashtab.h | 98 void **slot = htab->entries + index; in find_empty_slot_for_expand() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-inlines.h | 280 struct funcdesc_value **slot = htab->entries + index; in find_empty_slot_for_expand() local
|
Completed in 16 milliseconds