Home
last modified time | relevance | path

Searched refs:cast_voidp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dllimits.h139 #define cast_voidp(i) cast(void *, (i)) macro
H A Dltests.c1108 lua_pushlightuserdata(L, cast_voidp(cast_sizet(u))); in pushuserdata()
1627 lua_rawgetp(L1, t, cast_voidp(cast_sizet(getnum))); in runC()
1639 lua_rawsetp(L1, t, cast_voidp(cast_sizet(getnum))); in runC()
1735 lua_pushlightuserdata(L1, cast_voidp(lua_topointer(L1, getindex))); in runC()
1970 lua_assert(f == debug_realloc && ud == cast_voidp(&l_memcontrol)); in luaB_opentests()
H A Dlapi.c478 case LUA_VLCF: return cast_voidp(cast_sizet(fvalue(o))); in lua_topointer()
757 setpvalue(&k, cast_voidp(p)); in lua_rawgetp()
916 setpvalue(&k, cast_voidp(p)); in lua_rawsetp()