Home
last modified time | relevance | path

Searched refs:setpvalue (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c587 setpvalue(L->top, p); in lua_pushlightuserdata()
666 setpvalue(&k, cast(void *, p)); in lua_rawgetp()
804 setpvalue(&k, cast(void *, p)); in lua_rawsetp()
Dlobject.h195 #define setpvalue(obj,x) \ macro