/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lgc.c | 625 static void clearkeys (global_State *g, GCObject *l, GCObject *f) { function 1029 clearkeys(g, g->ephemeron, NULL); /* clear keys from all ephemeron tables */ 1030 clearkeys(g, g->allweak, NULL); /* clear keys from all allweak tables */ [all...] |
/external/skia/third_party/lua/src/ |
lgc.c | 618 static void clearkeys (global_State *g, GCObject *l, GCObject *f) { function 1022 clearkeys(g, g->ephemeron, NULL); /* clear keys from all ephemeron tables */ 1023 clearkeys(g, g->allweak, NULL); /* clear keys from all allweak tables */ [all...] |
/external/syslinux/com32/lua/src/ |
lgc.c | 625 static void clearkeys (global_State *g, GCObject *l, GCObject *f) { function 1029 clearkeys(g, g->ephemeron, NULL); /* clear keys from all ephemeron tables */ 1030 clearkeys(g, g->allweak, NULL); /* clear keys from all allweak tables */ [all...] |