Searched refs:index2addr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlapi.c55 static TValue *index2addr (lua_State *L, int idx) { function
185 p = index2addr(L, idx);
197 p = index2addr(L, idx);
207 TValue *to = index2addr(L, idx);
229 fr = index2addr(L, fromidx);
237 setobj2s(L, L->top, index2addr(L, idx));
250 StkId o = index2addr(L, idx);
262 StkId o = index2addr(L, idx);
269 const TValue *o = index2addr(L, idx);
281 const TValue *o = index2addr(
[all...]

Completed in 184 milliseconds