Home
last modified time | relevance | path

Searched refs:l_p (Results 1 – 1 of 1) sorted by path

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllimits.h224 union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; member
229 #define LUA_IEEEENDIANLOC (ieeeendian.l_p[1] == 33)
238 (i) = (t)u.l_p[LUA_IEEEENDIANLOC]; }
242 (i) = u.l_p[0]; (i) += u.l_p[1]; } /* add double bits for his hash */