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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 488 @@ LUA_IEEEENDIAN is the endianness of doubles in your machine
504 #define LUA_IEEEENDIAN 0
513 #define LUA_IEEEENDIAN 0
520 #define LUA_IEEEENDIAN 0
525 #define LUA_IEEEENDIAN 1
llimits.h 218 #if !defined(LUA_IEEEENDIAN) /* { */
223 #define LUA_IEEEENDIANLOC LUA_IEEEENDIAN
lobject.h 288 #if !defined(LUA_IEEEENDIAN)
289 #error option 'LUA_NANTRICK' needs 'LUA_IEEEENDIAN'
299 #if (LUA_IEEEENDIAN == 0) /* { */

Completed in 38 milliseconds