HomeSort by relevance Sort by last modified time
    Searched refs:LUA_UNSIGNED (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 462 @@ LUA_UNSIGNED is the integral type used by lua_pushunsigned/lua_tounsigned.
465 #define LUA_UNSIGNED unsigned LUA_INT32
476 ** conversion from doubles to integer types, mainly to LUA_UNSIGNED.
lua.h 110 typedef LUA_UNSIGNED lua_Unsigned;
170 LUA_API lua_Unsigned (lua_tounsignedx) (lua_State *L, int idx, int *isnum);
208 LUA_API void (lua_pushunsigned) (lua_State *L, lua_Unsigned n);
  /external/syslinux/com32/lua/src/
luaconf.h 521 @@ LUA_UNSIGNED is the integral type used by lua_pushunsigned/lua_tounsigned.
524 #define LUA_UNSIGNED unsigned LUA_INT32
535 ** conversion from doubles to integer types, mainly to LUA_UNSIGNED.
lua.h 115 typedef LUA_UNSIGNED lua_Unsigned;
175 LUA_API lua_Unsigned (lua_tounsignedx) (lua_State *L, int idx, int *isnum);
213 LUA_API void (lua_pushunsigned) (lua_State *L, lua_Unsigned n);

Completed in 64 milliseconds