HomeSort by relevance Sort by last modified time
    Searched refs:TValue (Results 26 - 34 of 34) sorted by null

12

  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.c 100 f->k=luaM_newvector(S->L,n,TValue);
105 TValue* o=&f->k[i];
ldo.c 142 static void correctstack (lua_State *L, TValue *oldstack) {
162 TValue *oldstack = L->stack;
166 luaM_reallocvector(L, L->stack, L->stacksize, newsize, TValue);
274 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL);
ldump.c 86 const TValue* o=&f->k[i];
lobject.c 28 LUAI_DDEF const TValue luaO_nilobject_ = {NILCONSTANT};
llex.c 126 TValue *o; /* entry for `str' */
luac.c 253 const TValue* o=&f->k[i];
lparser.c 565 luaM_reallocvector(L, f->k, f->sizek, fs->nk, TValue);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 94 milliseconds

12