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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 456 @@ LUA_INTEGER is the integral type used by lua_pushinteger/lua_tointeger.
460 #define LUA_INTEGER ptrdiff_t
485 @@ LUA_IEEELL extends the trick to LUA_INTEGER; should only be
486 ** defined when LUA_INTEGER is a 32-bit integer.
lua.h 107 typedef LUA_INTEGER lua_Integer;
169 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);

Completed in 36 milliseconds