Searched refs:stringtable (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lstring.c | 98 stringtable *tb = &G(L)->strt; in luaS_resize() 138 stringtable *tb = &G(L)->strt; in luaS_init() 177 stringtable *tb = &G(L)->strt; in luaS_remove() 186 static void growstrtab (lua_State *L, stringtable *tb) { in growstrtab() 203 stringtable *tb = &g->strt; in internshrstr()
|
D | lstate.h | 183 typedef struct stringtable { struct 187 } stringtable; argument 258 stringtable strt; /* hash table for strings */
|
/external/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 21 …%struct.global_State = type { %struct.stringtable, i8* (i8*, i8*, i32, i32)*, i8*, i8, i8, i32, %s… 25 %struct.stringtable = type { %struct.GCObject**, i32, i32 }
|
/external/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 10 %struct.global_State.10.685 = type { %struct.stringtable.0.675, i8* (i8*, i8*, i64, i64)*, i8*, i8,… 11 %struct.stringtable.0.675 = type { %union.GCObject.15.690**, i32, i32 }
|