Searched refs:lua_number2int (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llimits.h | 215 #define lua_number2int(i,n) __asm {__asm fld n __asm fistp i} macro 216 #define lua_number2integer(i,n) lua_number2int(i, n) 245 #define lua_number2int(i,n) lua_number2int32(i, n, int) macro 258 #if !defined(lua_number2int) 259 #define lua_number2int(i,n) ((i)=(int)(n)) macro
|
H A D | ltable.c | 131 lua_number2int(k, n); in arrayindex() 490 lua_number2int(k, n); in luaH_get()
|
H A D | lcode.c | 300 lua_number2int(k, n); in addk()
|