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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 463 @@ LUA_UNSIGNED is the integral type used by lua_pushunsigned/lua_tounsigned.
466 #define LUA_UNSIGNED unsigned LUA_INT32
477 ** 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);

Completed in 413 milliseconds