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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 329 @@ LUA_INT32 is an signed integer with exactly 32 bits.
339 #define LUA_INT32 int
344 #define LUA_INT32 long
466 #define LUA_UNSIGNED unsigned LUA_INT32
llimits.h 18 typedef unsigned LUA_INT32 lu_int32;
216 union luai_Cast { double l_d; LUA_INT32 l_p[2]; };

Completed in 1072 milliseconds