Searched refs:cast_voidp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | llimits.h | 139 #define cast_voidp(i) cast(void *, (i)) macro
|
H A D | ltests.c | 1108 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 D | lapi.c | 478 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()
|