/l4re-core-master/lua/lib/contrib/src/ |
A D | ltable.h | 38 LUAI_FUNC const TValue *luaH_getint (Table *t, lua_Integer key); 39 LUAI_FUNC void luaH_setint (lua_State *L, Table *t, lua_Integer key, 41 LUAI_FUNC const TValue *luaH_getshortstr (Table *t, TString *key); 42 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key); 43 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); 50 LUAI_FUNC Table *luaH_new (lua_State *L); 54 LUAI_FUNC void luaH_free (lua_State *L, Table *t); 55 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); 56 LUAI_FUNC lua_Unsigned luaH_getn (Table *t); 57 LUAI_FUNC unsigned int luaH_realasize (const Table *t); [all …]
|
A D | ltable.c | 267 static int ispow2realasize (const Table *t) { in ispow2realasize() 272 static unsigned int setlimittosize (Table *t) { in setlimittosize() 360 static void freehash (lua_State *L, Table *t) { in freehash() 497 static void reinsert (lua_State *L, Table *ot, Table *t) { in reinsert() 516 static void exchangehashpart (Table *t1, Table *t2) { in exchangehashpart() 545 Table newt; /* to keep the new hash part */ in luaH_resize() 615 Table *luaH_new (lua_State *L) { in luaH_new() 617 Table *t = gco2t(o); in luaH_new() 627 void luaH_free (lua_State *L, Table *t) { in luaH_free() 634 static Node *getfreepos (Table *t) { in getfreepos() [all …]
|
A D | lobject.h | 452 struct Table *metatable; 471 struct Table *metatable; 672 { TValue *io = (obj); Table *x_ = (x); \ 724 typedef struct Table { struct 732 struct Table *metatable; argument 734 } Table; typedef
|
A D | ltm.c | 60 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() 72 Table *mt; in luaT_gettmbyobj() 92 Table *mt; in luaT_objtypename()
|
A D | lapi.c | 719 static Table *gettable (lua_State *L, int idx) { in gettable() 727 Table *t; in lua_rawget() 739 Table *t; in lua_rawgeti() 747 Table *t; in lua_rawgetp() 757 Table *t; in lua_createtable() 771 Table *mt; in lua_getmetatable() 891 Table *t; in aux_rawset() 916 Table *t; in lua_rawseti() 929 Table *mt; in lua_setmetatable() 1246 Table *t; in lua_next()
|
A D | lstate.h | 294 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ 353 struct Table h;
|
A D | llex.h | 74 Table *h; /* to avoid collection/reuse strings */
|
A D | lgc.c | 440 static void traverseweakvalue (global_State *g, Table *h) { in traverseweakvalue() 474 static int traverseephemeron (global_State *g, Table *h, int inv) { in traverseephemeron() 517 static void traversestrongtable (global_State *g, Table *h) { in traversestrongtable() 536 static lu_mem traversetable (global_State *g, Table *h) { in traversetable() 692 Table *h = gco2t(w); in convergeephemerons() 719 Table *h = gco2t(l); in clearbykeys() 738 Table *h = gco2t(l); in clearbyvalues() 1011 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer()
|
A D | ltm.h | 76 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
|
A D | lgc.h | 185 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
|
A D | lvm.c | 336 Table *h = hvalue(t); /* save 't' table */ in luaV_finishset() 687 Table *h = hvalue(rb); in luaV_objlen() 1330 Table *t; in luaV_execute() 1788 Table *h = hvalue(s2v(ra)); in luaV_execute()
|
A D | lstate.c | 218 Table *registry = luaH_new(L); in init_registry()
|
A D | ldebug.c | 300 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | README | 9 linker can find argc, argv and Auxillary Vector Table (AVT).
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | stab.def | 1 /* Table of DBX symbol codes for the GNU system.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | fstream | 240 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | fstream | 265 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | fstream | 265 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | fstream | 265 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | fstream | 273 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | fstream | 278 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | fstream | 278 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | fstream | 283 * Table 92, adapted here, gives the relation between openmode
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 1434 bool "Use Table Versions Of 'ctype.h' Functions."
|