HomeSort by relevance Sort by last modified time
    Searched refs:index2addr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 55 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(L, idx)
    [all...]
  /external/syslinux/com32/lua/src/
lapi.c 55 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(L, idx)
    [all...]

Completed in 110 milliseconds